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
 
 

Reply via email to