summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2015-07-09 23:10:26 (GMT)
committerCyril Brulebois <kibi@debian.org>2015-07-09 23:10:26 (GMT)
commitd997eeff8264fa64db60a84503e13836a01b9820 (patch)
tree3cc6808f7106d2f965be3f2bf123b09083e27c3b /debian
parentda60abf3bf2113d0b0bfef93269b4b651f2a87e9 (diff)
downloaddebootstrap-d997eeff8264fa64db60a84503e13836a01b9820.zip
debootstrap-d997eeff8264fa64db60a84503e13836a01b9820.tar.gz
debootstrap-d997eeff8264fa64db60a84503e13836a01b9820.tar.bz2
Adjust sed call to render it more portable (Closes: #791802).
This makes it work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and the patch.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c03fe9..59bb2bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debootstrap (1.0.71) UNRELEASED; urgency=medium
+
+ * Adjust sed call to render it more portable (missing ';'), making it
+ work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and
+ the patch (Closes: #791802).
+
+ -- Cyril Brulebois <kibi@debian.org> Fri, 10 Jul 2015 01:07:44 +0200
+
debootstrap (1.0.70) unstable; urgency=medium
* Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks,