summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--scripts/sid5
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6298297..8221e3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
debootstrap (1.0.26) UNRELEASED; urgency=low
+ [ Christian Perrier ]
* Consistently use tab indenting in scripts/gutsy and scripts/sid
Patch by Karl Goetz. Closes: #601821
* Fix a typo in the debootstrap script
Patch by Karl Goetz. Closes: #601822
+ [ Joey Hess ]
+ * sid: Remove old workaround for etch era coreutils/textutils md5sum
+ diversion problem. (#329394)
+
-- Christian Perrier <bubulle@debian.org> Sat, 30 Oct 2010 06:59:50 +0200
debootstrap (1.0.25) unstable; urgency=low
diff --git a/scripts/sid b/scripts/sid
index afe87d2..41073d6 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -46,11 +46,6 @@ first_stage_install () {
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
- if [ -x "$TARGET/usr/bin/md5sum.textutils" ] && \
- [ \! -e "$TARGET/usr/bin/md5sum" ]; then
- cp "$TARGET/usr/bin/md5sum.textutils" "$TARGET/usr/bin/md5sum"
- fi
-
if doing_variant fakechroot; then
setup_devices_fakechroot
else