This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-modeler-java.
commit ebbc3c6ab13bb3ee1d0df5fac498a836eda719a2 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 4 07:08:30 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 40c8601..95e4c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libcommons-modeler-java (2.0.1-7) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 * Use canonical URLs for the Vcs-* fields + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Thu, 04 Jun 2015 08:53:49 +0200 diff --git a/debian/rules b/debian/rules index 5b660b2..1488bd3 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,6 @@ install/lib$(LIBRARY_PACKAGE)-java:: mh_installpoms -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) mh_installjar -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) \ -l debian/pom.xml dist/commons-modeler.jar + +clean:: + mh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-modeler-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

