Hi! I'm attaching a new debdiff with fixed bashism in clean target. Thanks to
Thijs for finding it.
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u roxterm-1.11.1/debian/rules roxterm-1.11.1/debian/rules
--- roxterm-1.11.1/debian/rules
+++ roxterm-1.11.1/debian/rules
@@ -44,7 +44,7 @@
[ ! -f Makefile ] || $(MAKE) clean
[ ! -f Makefile ] || $(MAKE) distclean
-$(RM) config.sub config.guess
- -$(RM) roxterm{-config,}.1
+ -$(RM) roxterm.1 roxterm-config.1
dh_clean
@@ -62,7 +62,9 @@
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
$(CURDIR)/debian/roxterm-config.xml
cp -f $(CURDIR)/debian/roxterm.xpm
$(CURDIR)/debian/roxterm/usr/share/pixmaps/
- -$(RM)
$(CURDIR)/debian/roxterm/usr/share/doc/roxterm/{COPYING,AUTHORS,README}
+ -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/COPYING
+ -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/AUTHORS
+ -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/README
binary-indep: build install
diff -u roxterm-1.11.1/debian/changelog roxterm-1.11.1/debian/changelog
--- roxterm-1.11.1/debian/changelog
+++ roxterm-1.11.1/debian/changelog
@@ -1,3 +1,11 @@
+roxterm (1.11.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Fix bashism (Closes: #484434). Thanks to Chris Lamb.
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Wed, 25 Jun 2008 20:43:10 +0100
+
roxterm (1.11.1-1) unstable; urgency=low
* New upstream release. (Closes: #471791)