Hi!
I'm attaching a debdiff to NMU this bashism bug. Please sponsor it :)
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u clearsilver-0.10.4/debian/rules clearsilver-0.10.4/debian/rules
--- clearsilver-0.10.4/debian/rules
+++ clearsilver-0.10.4/debian/rules
@@ -37,7 +37,7 @@
@# see debian/patches/makefile_distclean.diff - the following lines
@# are necessary, as the patches are applied _after_ 'make distclean'
if test ! -e perl/Makefile ;\
- then echo -e "distclean:\n\trm -f Makefile" >perl/Makefile ;\
+ then printf "distclean:\n\trm -f Makefile\n" >perl/Makefile
;\
fi
build/python-clearsilver:: $(PYVERS:%=build-python-%)
diff -u clearsilver-0.10.4/debian/changelog clearsilver-0.10.4/debian/changelog
--- clearsilver-0.10.4/debian/changelog
+++ clearsilver-0.10.4/debian/changelog
@@ -1,3 +1,11 @@
+clearsilver (0.10.4-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Fix bashism (Closes: #477253).
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Mon, 16 Jun 2008 12:19:37 +0100
+
clearsilver (0.10.4-1.2) unstable; urgency=low
* Non-maintainer upload.