From 0a5adb36439a96c5b3a5b04594138937f2dc2e6b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 31 Oct 2010 15:00:29 +0000 Subject: sid: Remove old workaround for etch era coreutils/textutils md5sum diversion problem. (#329394) r65231 --- debian/changelog | 5 +++++ scripts/sid | 5 ----- 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 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 -- cgit v0.12