Package: silc-toolkit Version: 0.9.12-4.1 Severity: serious Tags: patch When building 'silc-toolkit' on amd64/unstable, I get the following error:
# get proper name for shlib package /silc-toolkit-0.9.12/debian/control.sh /silc-toolkit-0.9.12/debian/control /silc-toolkit-0.9.12/lib/.libs make: execvp: /silc-toolkit-0.9.12/debian/control.sh: Permission denied make: *** [build-stamp] Error 127 With the attached patch 'silc-toolkit' can be compiled. Regards Andreas Jochens diff -urN ../tmp-orig/silc-toolkit-0.9.12/debian/rules ./debian/rules --- ../tmp-orig/silc-toolkit-0.9.12/debian/rules 2005-09-18 08:35:45.000000000 +0000 +++ ./debian/rules 2005-09-18 08:35:43.000000000 +0000 @@ -75,7 +75,7 @@ $(MAKE) # get proper name for shlib package - $(CURDIR)/debian/control.sh $(CURDIR)/debian/control $(CURDIR)/lib/.libs + sh $(CURDIR)/debian/control.sh $(CURDIR)/debian/control $(CURDIR)/lib/.libs touch build-stamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]