[pkg-java] r16496 - trunk/commons-math3/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Sat Apr 6 13:27:02 UTC 2013
Author: ebourg-guest
Date: 2013-04-06 13:27:02 +0000 (Sat, 06 Apr 2013)
New Revision: 16496
Modified:
trunk/commons-math3/debian/changelog
trunk/commons-math3/debian/rules
Log:
Use mh_clean in debian/rules to properly clean the directory
Modified: trunk/commons-math3/debian/changelog
===================================================================
--- trunk/commons-math3/debian/changelog 2013-04-06 13:18:33 UTC (rev 16495)
+++ trunk/commons-math3/debian/changelog 2013-04-06 13:27:02 UTC (rev 16496)
@@ -2,7 +2,9 @@
* Team upload.
* New upstream release (Closes: #689645)
+ * Refreshed the patches
* Bump Standards-Version to 3.9.4 (no changes)
+ * debian/rules: the clean target now properly removes the debian/.mh directory
-- Emmanuel Bourg <ebourg at apache.org> Sat, 06 Apr 2013 14:53:34 +0200
Modified: trunk/commons-math3/debian/rules
===================================================================
--- trunk/commons-math3/debian/rules 2013-04-06 13:18:33 UTC (rev 16495)
+++ trunk/commons-math3/debian/rules 2013-04-06 13:27:02 UTC (rev 16496)
@@ -22,7 +22,7 @@
mv target/apidocs target/api
clean::
- -rm -rf debian/tmp
+ mh_clean
get-orig-source:
uscan --force-download --rename
More information about the pkg-java-commits
mailing list