]> err.no Git - dpkg/commitdiff
Add powerpc-linux-gnu entry to archtable
authorWichert Akkerman <wakkerma@debian.org>
Wed, 8 Nov 2000 14:20:40 +0000 (14:20 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 8 Nov 2000 14:20:40 +0000 (14:20 +0000)
ChangeLog
archtable
debian/changelog

index 9d5a30d01bc6c9907db7e5ab8b21ea1b95076d6c..997566f19fb90bd1536321374fe00e1db9753d03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Wed Nov  8 14:55:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * Makefile.conf, debian/rules: no longer install any emacs support stuff
   * debian/50dpkg-dev.el, scripts/debian-changelog-mode.el: removed
+  * archtable: add powerpc-linux-gnu entry
+  * debian/dpkg.conffiles: sync with dpkg-17 tree
 
 Tue Nov  7 22:05:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
@@ -10,7 +12,9 @@ Tue Nov  7 22:05:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 Tue Nov  7 00:45:00 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * scripts/dpkg-statoverride.8: fix typos
-  * scripts/dpkg-statoverride.pl: replace dpkglibdir with admindir (oops)
+  * scripts/dpkg-statoverride.pl:
+    + replace dpkglibdir with admindir (oops)
+    + open new file for writing in WriteOverrides
   * scripts/update-alternatives.pl: handle the fact that the Makefile
     changes our $admindir assignment so we have to manually add
     "/alternatives" to the path
index 44798ab27c1cbad9f247c9fb5a67374aa15dd19d..14d3be6864e42d6f06e489f49cc6106d1c200c02 100644 (file)
--- a/archtable
+++ b/archtable
@@ -24,6 +24,7 @@ m68k-linux-gnu                m68k            m68k
 arm-linux-gnu          arm             arm
 armv4l-linux-gnu       arm             arm
 ppc-linux-gnu          powerpc         powerpc
+powerpc-linux-gnu      powerpc         powerpc
 powerpc                        powerpc         powerpc
 mips-linux-gnu         mips            mips
 mipsel-linux-gnu       mipsel          mipsel
index 6675a8f20e9aae8e2f9f3d13711d689d3e674a7a..5e1d72b2008f029b6d268ecf6633ee9f64e7d08b 100644 (file)
@@ -1,6 +1,7 @@
 dpkg (1.7.2) unstable; urgency=low
 
   * Fix parsing of configuration files
+  * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
   * No longer bother to install emacs things. I don't use emacs myself
     and can't support that properly.