Hi!

I've attached an debdiff that fix the current bashism in debian/rules at clean target. Please someone sponsor it.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -Nru potion-0.0.4/debian/changelog potion-0.0.4+nmu1/debian/changelog
--- potion-0.0.4/debian/changelog       2005-02-09 16:26:29.000000000 +0000
+++ potion-0.0.4+nmu1/debian/changelog  2008-07-10 20:40:50.000000000 +0100
@@ -1,3 +1,12 @@
+potion (0.0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    + Fix bashism (Closes: #477615). Thanks go
+      to Leonardo Rodrigues de Mello.
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]>  Thu, 10 Jul 2008 20:39:50 +0100
+
 potion (0.0.4) unstable; urgency=low
 
   * Added syslog explanation and paragraph about network interface
diff -Nru potion-0.0.4/debian/rules potion-0.0.4+nmu1/debian/rules
--- potion-0.0.4/debian/rules   2004-07-06 19:21:47.000000000 +0100
+++ potion-0.0.4+nmu1/debian/rules      2008-07-10 20:43:16.000000000 +0100
@@ -25,8 +25,10 @@
        rm -f build-stamp configure-stamp
        -$(MAKE) clean
        dh_clean
-       rm -f $(CURDIR)/debian/{build,configure}-stamp
-       rm -rf $(CURDIR)/debian/{potion,tmp}
+       rm -f $(CURDIR)/debian/build-stamp
+       rm -f $(CURDIR)/debian/configure-stamp
+       rm -rf $(CURDIR)/debian/potion
+       rm -rf $(CURDIR)/debian/tmp
 
 install: build
        dh_testdir

Reply via email to