summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2016-10-30 22:10:27 (GMT)
committerCyril Brulebois <kibi@debian.org>2016-10-30 22:35:11 (GMT)
commite8160a13b222caa3a3246f610398cda6ddc43bf0 (patch)
tree02aa26569e785e2d172ff74852810181783335e5 /debian/changelog
parentc1a3ebd6aea8f49a47cb496e08e13dea41fa0d98 (diff)
downloaddebootstrap-e8160a13b222caa3a3246f610398cda6ddc43bf0.zip
debootstrap-e8160a13b222caa3a3246f610398cda6ddc43bf0.tar.gz
debootstrap-e8160a13b222caa3a3246f610398cda6ddc43bf0.tar.bz2
Fix InRelease support (Closes: #842591).
The initial tr|sed|tr looked nice on paper but doesn't work within a d-i context, so let's switch to a shell-only implementation supplied by Ansgar Burchardt.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c487179..4846a9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debootstrap (1.0.86) UNRELEASED; urgency=medium
+
+ * Rework split_inline_sig by using shell built-ins instead of trying to
+ mix sed and tr together, which might work on regular systems but not
+ from inside the Debian Installer (Closes: #842591). Thanks to Ansgar
+ Burchardt for the proof of concept!
+
+ -- Cyril Brulebois <kibi@debian.org> Sun, 30 Oct 2016 23:10:40 +0100
+
debootstrap (1.0.85) unstable; urgency=medium
[ Julien Cristau ]