Bug#526455: canlock: Bashism in debian/rules

2009-05-01 Thread Michael Bienia
Package: canlock
Version: 2b-5
Severity: normal
Tags: patch

Hello,

your package contains a bashism in debian/rules which makes it FTBFS on
system where /bin/sh is dash (like e.g. Ubuntu). Attached is a patch to
fix this.

Regards
Michael
diff -u canlock-2b/debian/rules canlock-2b/debian/rules
--- canlock-2b/debian/rules
+++ canlock-2b/debian/rules
@@ -62,7 +62,8 @@
$(MAKE) test
 
# Add here commands to install the package into debian/tmp
-   mkdir -p $(CURDIR)/debian/tmp/usr/{lib,include}
+   mkdir -p $(CURDIR)/debian/tmp/usr/lib
+   mkdir -p $(CURDIR)/debian/tmp/usr/include
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 


Bug#526455: canlock: Bashism in debian/rules

2009-05-01 Thread Laurent Fousse
Hello,

* Michael Bienia [Fri, May 01, 2009 at 01:27:22PM +0200]:
 Hello,
 
 your package contains a bashism in debian/rules which makes it FTBFS on
 system where /bin/sh is dash (like e.g. Ubuntu). Attached is a patch to
 fix this.

Thanks you for the bugreport and the patch (to be included in next
upload).

Laurent.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org