[pkg-java] r18094 - trunk/commons-javaflow/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Apr 28 15:24:31 UTC 2014
Author: ebourg-guest
Date: 2014-04-28 15:24:31 +0000 (Mon, 28 Apr 2014)
New Revision: 18094
Modified:
trunk/commons-javaflow/debian/changelog
trunk/commons-javaflow/debian/rules
Log:
debian/rules: Improved the clean target
Modified: trunk/commons-javaflow/debian/changelog
===================================================================
--- trunk/commons-javaflow/debian/changelog 2014-04-28 15:22:30 UTC (rev 18093)
+++ trunk/commons-javaflow/debian/changelog 2014-04-28 15:24:31 UTC (rev 18094)
@@ -6,6 +6,7 @@
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Switch to debhelper level 9
+ * debian/rules: Improved the clean target
-- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Apr 2014 17:16:52 +0200
Modified: trunk/commons-javaflow/debian/rules
===================================================================
--- trunk/commons-javaflow/debian/rules 2014-04-28 15:22:30 UTC (rev 18093)
+++ trunk/commons-javaflow/debian/rules 2014-04-28 15:24:31 UTC (rev 18094)
@@ -23,6 +23,10 @@
mh_installpoms -plibcommons-javaflow-java
mh_installjar -plibcommons-javaflow-java -l debian/pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
+clean::
+ mh_clean
+ rm -Rf docs/api
+
# Export from SVN and remove externals JAR in lib/
get-orig-source:
mkdir orig_tmp
More information about the pkg-java-commits
mailing list