Hi! I've attached an debdiff to fix the current bashism in rules.
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u tcm-2.20+TSQD/debian/rules tcm-2.20+TSQD/debian/rules
--- tcm-2.20+TSQD/debian/rules
+++ tcm-2.20+TSQD/debian/rules
@@ -78,7 +78,7 @@
binary-indep: build install
rm $(CURDIR)/debian/tcm-doc/usr/share/doc/tcm-doc/help/CHANGELOG
- echo -e "You can see all changes using:\n $: zless
/usr/share/doc/tcm-doc/changelog.gz" >
$(CURDIR)/debian/tcm-doc/usr/share/doc/tcm-doc/help/CHANGELOG
+ printf "You can see all changes using:\n $: zless
/usr/share/doc/tcm-doc/changelog.gz\n" >
$(CURDIR)/debian/tcm-doc/usr/share/doc/tcm-doc/help/CHANGELOG
dh_testdir -i
dh_testroot -i
diff -u tcm-2.20+TSQD/debian/changelog tcm-2.20+TSQD/debian/changelog
--- tcm-2.20+TSQD/debian/changelog
+++ tcm-2.20+TSQD/debian/changelog
@@ -1,3 +1,11 @@
+tcm (2.20+TSQD-4.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Fix bashism (Closes: #478629).
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Mon, 16 Jun 2008 09:42:17 +0100
+
tcm (2.20+TSQD-4.1) unstable; urgency=low
* Non-maintainer upload to fix Failure To Build From Source.