[pkg-java] r6342 - trunk/commons-daemon/debian

akumar at alioth.debian.org akumar at alioth.debian.org
Tue Apr 29 01:38:25 UTC 2008


Author: akumar
Date: 2008-04-29 01:38:18 +0000 (Tue, 29 Apr 2008)
New Revision: 6342

Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/rules
Log:
Remove bashism in debian/rules. (Closes: #478365).

Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog	2008-04-28 21:11:40 UTC (rev 6341)
+++ trunk/commons-daemon/debian/changelog	2008-04-29 01:38:18 UTC (rev 6342)
@@ -2,6 +2,7 @@
 
   * Updated watch file.
   * Updated Standards-Version to 3.7.3.
+  * Remove bashism in debian/rules. (Closes: #478365).
 
  -- Michael Koch <konqueror at gmx.de>  Mon, 21 Jan 2008 12:20:21 +0100
 

Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules	2008-04-28 21:11:40 UTC (rev 6341)
+++ trunk/commons-daemon/debian/rules	2008-04-29 01:38:18 UTC (rev 6342)
@@ -73,8 +73,8 @@
 	rm -f *-stamp jsvc.1
 	rm -rf target dist
 	-(cd src/native/unix ; make clean)
-	-rm -f src/native/unix/config.{log,status}
-	-rm -f src/native/unix/{Makefile,Makedefs,native/Makefile,install-sh}
+	-rm -f src/native/unix/configlog src/native/unix/config.status
+	-rm -f src/native/unix/Makefile src/native/unix/Makedefs src/native/unix/native/Makefile src/native/unix/install-sh
 	cp -f /usr/share/misc/config.sub $(NATIVE_SRC)/config.sub
 	cp -f /usr/share/misc/config.guess $(NATIVE_SRC)/config.guess
 	dh_clean




More information about the pkg-java-commits mailing list