This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository liboro-java.
commit 1dff162854fd724bfec076feff17871262834ced Author: Emmanuel Bourg <[email protected]> Date: Thu May 28 11:10:43 2015 +0000 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index b51193c..7cab738 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ liboro-java (2.0.8a-10) UNRELEASED; urgency=low * Build reproducibility: - Replaced the date in the manifest with the date from debian/changelog - Removed the timestamps from the Javadoc + * debian/rules: Improved the clean target * Removed the obsolete information in debian/README.debian * Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 diff --git a/debian/rules b/debian/rules index 2c37d07..01be2cb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,9 @@ install/liboro-java:: mh_installpoms -p$(PACKAGE) mh_installjar -p$(PACKAGE) -l debian/pom.xml --usj-name=oro jakarta-oro-$(VERSION).jar +clean:: + mh_clean + get-orig-source: -uscan --download-version $(VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/liboro-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

