From 59cc4f725afc21043a1165660f733f5815017127 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sat, 9 Dec 2000 00:59:18 +0000 Subject: [PATCH] add s/390 support --- ChangeLog | 5 +++++ archtable | 4 ++++ debian/changelog | 1 + scripts/dpkg-architecture.pl | 1 + 4 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index b40c1454..76d103ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 9 01:51:51 CET 2000 Wichert Akkerman + + * archtable, scripts/dpkg-architecture.pl: add linux s/390 + Tue 05 Dec 07:43:05 CET 2000 peter karlsson * po/sv.po: Updated Swedish translation. @@ -29,6 +33,7 @@ Mon Dec 4 01:34:57 CET 2000 Wichert Akkerman + lib/parse.c: use memset to initialize fieldencountered + main/filesdb.c: use new read_fd_into_buf +>>>>>>> 1.231 Sun Dec 3 22:11:22 CET 2000 Wichert Akkerman * dpkg-deb/extract.c: apply one of Adams do_fd_copy patches diff --git a/archtable b/archtable index bdd17de8..24aa5445 100644 --- a/archtable +++ b/archtable @@ -39,3 +39,7 @@ hppa-linux-gnu hppa hppa hppa1.1-linux-gnu hppa hppa hppa2.0-linux-gnu hppa hppa i386-freebsd freebsd-i386 freebsd-i386 +s390-linux-gnu s390 s390 +s390-ibm-linux-gnu s390 s390 +s390-unknown-linux-gnu s390 s390 + diff --git a/debian/changelog b/debian/changelog index f7d16880..5810fd6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ dpkg (1.8.0) unstable; urgency=low import suidmanager settings. * Speedups patches by Adam Heath * statoverride fixes by Robert Luberda, Closes: Bug#78436 + * Add Linux S/390 support. Closes: Bug#79063 -- Wichert Akkerman UNRELEASED diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 06e4b30d..700c0d92 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -60,6 +60,7 @@ require 'controllib.pl'; 'shed', 'shed-linux', 'hppa', 'hppa-linux', 'hurd-i386', 'i386-gnu', + 's390', 's390-linux'); 'freebsd-i386', 'i386-freebsd'); sub usageversion { -- 2.39.5