summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2010-09-20 17:23:17 (GMT)
committerJoey Hess <joeyh@debian.org>2010-09-20 17:23:17 (GMT)
commitdc3391757941489b957c632459975b5e6a5192d7 (patch)
tree09579be5d4034380c2e2c457c32249fa7d2c739c
parenta9d5b3a9addf67a90dde917f99150129aeebca7d (diff)
downloaddebootstrap-dc3391757941489b957c632459975b5e6a5192d7.zip
debootstrap-dc3391757941489b957c632459975b5e6a5192d7.tar.gz
debootstrap-dc3391757941489b957c632459975b5e6a5192d7.tar.bz2
Remove debug statement that slipped in.
r64821
-rw-r--r--debian/changelog6
-rwxr-xr-xdebootstrap1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a043023..7a6328e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debootstrap (1.0.25) UNRELEASED; urgency=low
+
+ * Remove debug statement that slipped in.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 20 Sep 2010 13:22:56 -0400
+
debootstrap (1.0.24) unstable; urgency=low
[ Miguel Figueiredo ]
diff --git a/debootstrap b/debootstrap
index 0d230c8..74b7365 100755
--- a/debootstrap
+++ b/debootstrap
@@ -506,7 +506,6 @@ fi
###########################################################################
if am_doing_phase finddebs; then
- echo "finddebs!!!"
if [ "$FINDDEBS_NEEDS_INDICES" = "true" ] || \
[ "$RESOLVE_DEPS" = "true" ]; then
download_indices