[pkg-java] r3053 - trunk/freemind/debian

Eric Lavarde ewl-guest at alioth.debian.org
Sat Mar 10 19:56:37 CET 2007


Author: ewl-guest
Date: 2007-03-10 18:56:37 +0000 (Sat, 10 Mar 2007)
New Revision: 3053

Modified:
   trunk/freemind/debian/rules
Log:
Used workaround to fix fact that ant clean is called after patch removal.


Modified: trunk/freemind/debian/rules
===================================================================
--- trunk/freemind/debian/rules	2007-03-10 18:07:00 UTC (rev 3052)
+++ trunk/freemind/debian/rules	2007-03-10 18:56:37 UTC (rev 3053)
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # debian/rules for Commons Fileupload (uses CDBS)
 
+clean:: buildxml-clean
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -29,5 +31,8 @@
 	-rm -f urlsee.1 freemind.1
 	-rmdir bin
 
+buildxml-clean::
+	-$(DEB_ANT_INVOKE) $(DEB_ANT_CLEAN_TARGET)
+
 get-orig-source:
 	debian/export-freemind-cvs.sh 0.9.0~beta9 fm_0_9_0_beta9




More information about the pkg-java-commits mailing list