diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-10 14:56:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-10 14:56:04 -0400 |
commit | 2db2d73de95d388fe968d591929c107df722b4fe (patch) | |
tree | 74eead82724f9f1a8357ff84ad702fd81e8bad13 | |
parent | 5d86e1d558144aa4a065bc8a12b6f48cfc916c74 (diff) | |
download | debootstrap-2db2d73de95d388fe968d591929c107df722b4fe.tar.gz |
Use md5sums for sarge, which did not consistently have sha1sums everywhere. Closes: #633158
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | scripts/sarge | 1 | ||||
-rw-r--r-- | scripts/sarge.buildd | 1 | ||||
-rw-r--r-- | scripts/sarge.fakechroot | 1 |
4 files changed, 5 insertions, 0 deletions
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 <joeyh@debian.org> 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 |