From: Adam Heath Date: Thu, 21 Dec 2000 09:25:50 +0000 (+0000) Subject: Add armv3l. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7094ec0d80457af81d5986068ed9fc6ba227882a;p=dpkg Add armv3l. --- diff --git a/ChangeLog b/ChangeLog index e2686524..3258a205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 21 03:24:38 CST 2000 Adam Heath + + * archtable: Add armv3l. + Thu Dec 21 01:40:02 CST 2000 Adam Heath * lib/mlib.c, include/dpkg.h.in: Switch all size parameters to diff --git a/archtable b/archtable index 24aa5445..ea70360d 100644 --- a/archtable +++ b/archtable @@ -22,6 +22,7 @@ alphaev6-linux-gnu alpha alpha alphapca56-linux-gnu alpha alpha m68k-linux-gnu m68k m68k arm-linux-gnu arm arm +armv3l-linux-gnu arm arm armv4l-linux-gnu arm arm ppc-linux-gnu powerpc powerpc powerpc-linux-gnu powerpc powerpc diff --git a/debian/changelog b/debian/changelog index 8d4dd3af..aef76752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ dpkg (1.8.0) unstable; urgency=low + * Add armv3l to archtable. Closes: Bug#72125 * Fix two memory leaks, and lesson the memory foot print a tad. Hints taken from 74259. * Fix some things perl5.6 complains about. Closes: Bug#77337