From 2db2d73de95d388fe968d591929c107df722b4fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 Jul 2011 14:56:04 -0400 Subject: Use md5sums for sarge, which did not consistently have sha1sums everywhere. Closes: #633158 --- debian/changelog | 2 ++ scripts/sarge | 1 + scripts/sarge.buildd | 1 + scripts/sarge.fakechroot | 1 + 4 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2ae7521..7e39bdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ debootstrap (1.0.33) UNRELEASED; urgency=low * Mention minbase variant in --help. Closes: #632418 + * Use md5sums for sarge, which did not consistently have sha1sums + everywhere. Closes: #633158 -- Joey Hess Sat, 02 Jul 2011 15:05:18 -0400 diff --git a/scripts/sarge b/scripts/sarge index b929544..aa37d94 100644 --- a/scripts/sarge +++ b/scripts/sarge @@ -1,5 +1,6 @@ mirror_style release download_style apt +force_md5 LIBC=libc6 if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then diff --git a/scripts/sarge.buildd b/scripts/sarge.buildd index 5c7e049..c674672 100644 --- a/scripts/sarge.buildd +++ b/scripts/sarge.buildd @@ -1,5 +1,6 @@ mirror_style release download_style apt +force_md5 LIBC=libc6 if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then diff --git a/scripts/sarge.fakechroot b/scripts/sarge.fakechroot index 91ac662..51fdbdd 100644 --- a/scripts/sarge.fakechroot +++ b/scripts/sarge.fakechroot @@ -2,6 +2,7 @@ test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fake mirror_style release download_style apt +force_md5 LIBC=libc6 if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then -- cgit v0.12