]> err.no Git - dpkg/commitdiff
add sh architecture support
authorWichert Akkerman <wakkerma@debian.org>
Sat, 2 Sep 2000 16:30:52 +0000 (16:30 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 2 Sep 2000 16:30:52 +0000 (16:30 +0000)
ChangeLog
archtable
debian/changelog
scripts/dpkg-architecture.pl

index 3f2cdd884a8c7d3d4bc11091e18fa848941263df..5286e9536c53152e70eb68d67b58e44b01d76100 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Sep  2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * archtable, scripts/dpkg-architecture.pl: add entries for SuperH
+
 Wed Aug 30 14:24:53 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * main/enquiry.c: modify listformatstring() to check if output is
index c87ac7a10c3863b68a1f5f77ea58f03e926645c9..136b5d090fb0b753802162b234896b707cee98e3 100644 (file)
--- a/archtable
+++ b/archtable
@@ -31,3 +31,6 @@ mipseb-linux-gnu      mips            mips
 i386-gnu               hurd-i386       undefined
 ia64-linux-gnu         ia64            ia64
 ia64-unknown-linux     ia64            ia64
+sh                     sh              sh
+sheb                   sheb            sheb
+shel                   sh              sh
index cd7b2ab294e39ec262d48b91f0cc01b1b5669e0b..5f8e2ff2d32d344ad2e7bd70ed2f75687b7e4427 100644 (file)
@@ -16,8 +16,8 @@ dpkg (1.7.0) unstable; urgency=low
   * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
   * Add Origin, Bugs-Submit-To, Bugs-Submit-Style
   * Corrections and updates to Swedish translation.
-  * archtable: add ia64; revert sparc64 so that it turns into sparc. There
-    wont be a full binary-sparc64 port.
+  * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
+    There wont be a full binary-sparc64 port.
   * dselect/main.cc: small fixups to get it to compile with gcc-2.96
   * Clean  up fd handling in some places. Closes: Bug#69359,#69360,#69361
 
index 487a448f93bf9a19d64f12f36c1340dcd3b5501c..55cd860a6b83179af3bb155c145532ed6bf253c4 100755 (executable)
@@ -56,6 +56,8 @@ require 'controllib.pl';
             'powerpc',   'powerpc-linux',
            'mips',      'mips-linux',
            'mipsel',    'mipsel-linux',
+           'sh',        'sh-linux',
+           'shed',      'shed-linux',
            'hurd-i386', 'i386-gnu');
 
 sub usageversion {