[pkg-java] r16973 - trunk/jakarta-jmeter/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Jul 3 11:03:25 UTC 2013
Author: ebourg-guest
Date: 2013-07-03 11:03:25 +0000 (Wed, 03 Jul 2013)
New Revision: 16973
Modified:
trunk/jakarta-jmeter/debian/changelog
trunk/jakarta-jmeter/debian/rules
Log:
debian/rules: Added a clean target to allow rebuilds
Modified: trunk/jakarta-jmeter/debian/changelog
===================================================================
--- trunk/jakarta-jmeter/debian/changelog 2013-07-03 10:48:41 UTC (rev 16972)
+++ trunk/jakarta-jmeter/debian/changelog 2013-07-03 11:03:25 UTC (rev 16973)
@@ -1,4 +1,4 @@
-jakarta-jmeter (2.5.1-2) experimental; urgency=low
+jakarta-jmeter (2.5.1-2) unstable; urgency=low
* Patched to compile against Bouncy Castle 1.48 (Closes: #713151)
* debian/watch: Updated the location of the archives following
@@ -6,8 +6,9 @@
* Removed the DMUA flag
* Bump standards version to 3.9.4. No changes needed.
* Use canonical URLs for the Vcs-* fields
+ * debian/rules: Added a clean target to allow rebuilds
- -- Emmanuel Bourg <ebourg at apache.org> Sat, 30 Mar 2013 23:34:00 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Jul 2013 13:02:38 +0200
jakarta-jmeter (2.5.1-1) unstable; urgency=low
Modified: trunk/jakarta-jmeter/debian/rules
===================================================================
--- trunk/jakarta-jmeter/debian/rules 2013-07-03 10:48:41 UTC (rev 16972)
+++ trunk/jakarta-jmeter/debian/rules 2013-07-03 11:03:25 UTC (rev 16973)
@@ -14,5 +14,9 @@
install -m 755 debian/wrappers/jmeter debian/jmeter/usr/share/jmeter/bin
install -m 755 bin/jmeter-server debian/jmeter/usr/share/jmeter/bin
+clean::
+ rm -Rf docs
+ rm -f lib/junit/test.jar
+
get-orig-source:
uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
More information about the pkg-java-commits
mailing list