瀏覽代碼

add s/390 support

Wichert Akkerman 26 年之前
父節點
當前提交
59cc4f725a
共有 4 個文件被更改,包括 11 次插入0 次删除
  1. 5 0
      ChangeLog
  2. 4 0
      archtable
  3. 1 0
      debian/changelog
  4. 1 0
      scripts/dpkg-architecture.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sat Dec  9 01:51:51 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * archtable, scripts/dpkg-architecture.pl: add linux s/390
+
 Tue 05 Dec 07:43:05 CET 2000 peter karlsson <peterk@debian.org>
 
   * po/sv.po: Updated Swedish translation.
@@ -29,6 +33,7 @@ Mon Dec  4 01:34:57 CET 2000 Wichert Akkerman <wakkerma@debian.org>
     + 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 <wakkerma@debian.org>
 
   * dpkg-deb/extract.c: apply one of Adams do_fd_copy patches

+ 4 - 0
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
+

+ 1 - 0
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 <wakkerma@debian.org>  UNRELEASED
 

+ 1 - 0
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 {