[pkg-java] r17760 - trunk/cglib/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Feb 11 11:01:45 UTC 2014


Author: ebourg-guest
Date: 2014-02-11 11:01:45 +0000 (Tue, 11 Feb 2014)
New Revision: 17760

Modified:
   trunk/cglib/debian/changelog
   trunk/cglib/debian/rules
Log:
debian/rules: Add a clean target to allow rebuilds



Modified: trunk/cglib/debian/changelog
===================================================================
--- trunk/cglib/debian/changelog	2014-02-11 10:41:54 UTC (rev 17759)
+++ trunk/cglib/debian/changelog	2014-02-11 11:01:45 UTC (rev 17760)
@@ -5,6 +5,7 @@
     - Use canonical URLs for the Vcs-* fields
     - Standards-Version updated to 3.9.5 (no changes) 
   * Switch to debhelper level 9
+  * debian/rules: Add a clean target to allow rebuilds
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 11 Feb 2014 11:28:10 +0100
 

Modified: trunk/cglib/debian/rules
===================================================================
--- trunk/cglib/debian/rules	2014-02-11 10:41:54 UTC (rev 17759)
+++ trunk/cglib/debian/rules	2014-02-11 11:01:45 UTC (rev 17760)
@@ -24,6 +24,10 @@
 	mh_installjar -plibcglib-java -l -i$(VERSION) -e$(VERSION) debian/pom-nodep.xml \
 		dist/cglib-nodep-$(VERSION).jar
 
+clean::
+	-rm -rf build debug docs
+	mh_clean
+
 get-orig-source:
 	uscan --upstream-version 0 --rename
 




More information about the pkg-java-commits mailing list