Package: hello Version: 2.8-2 Severity: normal Tags: patch Dear maintainer,
I've prepared an NMU for hello (versioned as 2.8-2.1) and didn't upload it anywhere yet. This is FTBFS bug, but I'm not sure if it should be important or not. Regards. diff -Nru hello-2.8/debian/changelog hello-2.8/debian/changelog --- hello-2.8/debian/changelog 2012-06-07 14:01:46.000000000 +0300 +++ hello-2.8/debian/changelog 2012-12-28 11:38:48.000000000 +0200 @@ -1,3 +1,11 @@ +hello (2.8-2.1) unstable; urgency=low + + * NMU. + * Quote $pwd to fix FTBFS if present working directory name has " " in + it. + + -- Dmitrijs Ledkovs <[email protected]> Fri, 28 Dec 2012 11:32:56 +0200 + hello (2.8-2) unstable; urgency=low * Use `dpkg-buildflags` instead of $(shell dpkg-buildflags). diff -Nru hello-2.8/debian/rules hello-2.8/debian/rules --- hello-2.8/debian/rules 2012-06-07 14:01:28.000000000 +0300 +++ hello-2.8/debian/rules 2012-12-28 08:21:25.000000000 +0200 @@ -53,7 +53,7 @@ binary-arch: build rm -rf debian/tmp install -d debian/tmp/DEBIAN $(docdir) - $(MAKE) prefix=$$(pwd)/debian/tmp/usr install + $(MAKE) prefix="$$(pwd)/debian/tmp/usr" install $(STRIP) debian/tmp/usr/bin/hello cp -a NEWS debian/copyright $(docdir) cp -a debian/changelog $(docdir)/changelog.Debian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

