From d997eeff8264fa64db60a84503e13836a01b9820 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 10 Jul 2015 01:10:26 +0200 Subject: 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. --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc62fca..1020cbc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # avoid dpkg-dev dependency; fish out the version with sed VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog) -DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q}' debian/changelog) +DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q;}' debian/changelog) MAKEDEV ?= /sbin/MAKEDEV 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 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, -- cgit v0.12