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 <[email protected]>  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
 


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to