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

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Oct 1 11:34:46 UTC 2013


Author: ebourg-guest
Date: 2013-10-01 11:34:46 +0000 (Tue, 01 Oct 2013)
New Revision: 17289

Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/rules
Log:
Improved the clean target to allow rebuilds



Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog	2013-10-01 11:31:10 UTC (rev 17288)
+++ trunk/commons-daemon/debian/changelog	2013-10-01 11:34:46 UTC (rev 17289)
@@ -2,6 +2,7 @@
 
   * Use canonical URLs for the Vcs-* fields
   * Generate Java 6 compatible bytecode
+  * debian/rules: Improved the clean target to allow rebuilds
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 01 Oct 2013 12:59:44 +0200
 

Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules	2013-10-01 11:31:10 UTC (rev 17288)
+++ trunk/commons-daemon/debian/rules	2013-10-01 11:34:46 UTC (rev 17289)
@@ -28,6 +28,8 @@
 	JAVA_HOME=$(JAVA_HOME) ant $(ANT_ARGS) clean
 	dh_auto_clean
 	rm -f jsvc.1
+	mh_clean
+	rm -f src/native/unix/configure
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-java-commits mailing list