Browse Source

Add powerpc-linux-gnu entry to archtable

Wichert Akkerman 26 years ago
parent
commit
d186a9f588
3 changed files with 7 additions and 1 deletions
  1. 5 1
      ChangeLog
  2. 1 0
      archtable
  3. 1 0
      debian/changelog

+ 5 - 1
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

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

+ 1 - 0
debian/changelog

@@ -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.