[pkg-java] r17805 - trunk/javahelp2/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Feb 21 10:43:53 UTC 2014


Author: ebourg-guest
Date: 2014-02-21 10:43:53 +0000 (Fri, 21 Feb 2014)
New Revision: 17805

Modified:
   trunk/javahelp2/debian/changelog
   trunk/javahelp2/debian/rules
Log:
debian/rules: Improved the clean target to allow rebuilds



Modified: trunk/javahelp2/debian/changelog
===================================================================
--- trunk/javahelp2/debian/changelog	2014-02-21 10:40:53 UTC (rev 17804)
+++ trunk/javahelp2/debian/changelog	2014-02-21 10:43:53 UTC (rev 17805)
@@ -8,6 +8,7 @@
     - Updated the Homepage field
   * Switch to debhelper level 9
   * debian/copyright: Refer to the GPL-2 license in /usr/share/common-licenses
+  * debian/rules: Improved the clean target to allow rebuilds
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 21 Feb 2014 11:20:38 +0100
 

Modified: trunk/javahelp2/debian/rules
===================================================================
--- trunk/javahelp2/debian/rules	2014-02-21 10:40:53 UTC (rev 17804)
+++ trunk/javahelp2/debian/rules	2014-02-21 10:43:53 UTC (rev 17805)
@@ -76,6 +76,8 @@
 	rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/build
 	rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/dist
 	rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/*.png
+	
+	mh_clean
 
 get-orig-source:
 	uscan --repack




More information about the pkg-java-commits mailing list