Package: pida Version: 0.5.1-4 Tags: patch Severity: serious Hi, pida fails to compile due to a bashism in debian/rules when using bash as /bin/sh, which is a release goal for Lenny. The attached patch fixes it.
Cheers, -- Albin Tonnerre
diff -u pida-0.5.1/debian/rules pida-0.5.1/debian/rules
--- pida-0.5.1/debian/rules
+++ pida-0.5.1/debian/rules
@@ -30,7 +30,8 @@
install: $(PYVERS:%=install-python%)
# override the setup.py-installed binaries with canonical versions,
# so we always call the default python interpreter
- cp $(CURDIR)/bin/{pida,pida-remote} $(CURDIR)/debian/pida/usr/bin/
+ cp $(CURDIR)/bin/pida $(CURDIR)/debian/pida/usr/bin/
+ cp $(CURDIR)/bin/pida-remote $(CURDIR)/debian/pida/usr/bin/
install-python%:
@echo "----------- BUILDING FOR $* ------------"
signature.asc
Description: Digital signature

