summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-10 18:56:04 (GMT)
committerJoey Hess <joey@kitenet.net>2011-07-10 18:56:04 (GMT)
commit2db2d73de95d388fe968d591929c107df722b4fe (patch)
tree74eead82724f9f1a8357ff84ad702fd81e8bad13
parent5d86e1d558144aa4a065bc8a12b6f48cfc916c74 (diff)
downloaddebootstrap-2db2d73de95d388fe968d591929c107df722b4fe.zip
debootstrap-2db2d73de95d388fe968d591929c107df722b4fe.tar.gz
debootstrap-2db2d73de95d388fe968d591929c107df722b4fe.tar.bz2
Use md5sums for sarge, which did not consistently have sha1sums everywhere. Closes: #633158
-rw-r--r--debian/changelog2
-rw-r--r--scripts/sarge1
-rw-r--r--scripts/sarge.buildd1
-rw-r--r--scripts/sarge.fakechroot1
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