summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@mraw.org>2015-11-08 10:41:36 (GMT)
committerCyril Brulebois <kibi@mraw.org>2015-11-08 10:41:36 (GMT)
commit535484f9e5f86e5f0c8dd22397ebe3ff0bd571bb (patch)
tree826e84bf06154faa8bb7c08d9f10c5b1f5e10a80
parent817e26343da423ff1156e32e60cff97d186744fd (diff)
downloaddebootstrap-535484f9e5f86e5f0c8dd22397ebe3ff0bd571bb.zip
debootstrap-535484f9e5f86e5f0c8dd22397ebe3ff0bd571bb.tar.gz
debootstrap-535484f9e5f86e5f0c8dd22397ebe3ff0bd571bb.tar.bz2
Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb (Closes: #804415).
-rw-r--r--debian/changelog7
-rwxr-xr-xdebootstrap1
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 062e2da..6733fe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.75) UNRELEASED; urgency=medium
+
+ * Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb
+ (Closes: #804415).
+
+ -- Cyril Brulebois <kibi@debian.org> Sun, 08 Nov 2015 11:40:43 +0100
+
debootstrap (1.0.74) unstable; urgency=medium
[ Colin Watson ]
diff --git a/debootstrap b/debootstrap
index 86e9c15..2a959bb 100755
--- a/debootstrap
+++ b/debootstrap
@@ -38,7 +38,6 @@ SECOND_STAGE_ONLY=""
PRINT_DEBS=""
CHROOTDIR=""
MAKE_TARBALL=""
-KEEP_DEBOOTSTRAP_DIR=""
EXTRACTOR_OVERRIDE=""
UNPACK_TARBALL=""
ADDITIONAL=""