From: Wichert Akkerman Date: Wed, 8 Nov 2000 14:20:40 +0000 (+0000) Subject: Add powerpc-linux-gnu entry to archtable X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d186a9f58812f442e36dea014e62921e9e2a0d27;p=dpkg Add powerpc-linux-gnu entry to archtable --- diff --git a/ChangeLog b/ChangeLog index 9d5a30d0..997566f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Wed Nov 8 14:55:48 CET 2000 Wichert Akkerman * 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 @@ -10,7 +12,9 @@ Tue Nov 7 22:05:48 CET 2000 Wichert Akkerman Tue Nov 7 00:45:00 CET 2000 Wichert Akkerman * 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 diff --git a/archtable b/archtable index 44798ab2..14d3be68 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 6675a8f2..5e1d72b2 100644 --- a/debian/changelog +++ b/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.