This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-jmeter.
commit dc73c02fbeaf3d850d18c195606e29e7d0280221 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 3 11:03:25 2013 +0000 debian/rules: Added a clean target to allow rebuilds --- debian/changelog | 5 +++-- debian/rules | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ffc267..361a1ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 @@ jakarta-jmeter (2.5.1-2) experimental; urgency=low * 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 <[email protected]> Sat, 30 Mar 2013 23:34:00 +0100 + -- Emmanuel Bourg <[email protected]> Wed, 03 Jul 2013 13:02:38 +0200 jakarta-jmeter (2.5.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b335c28..dc5ca8b 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,9 @@ install/jmeter:: 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-jmeter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

