This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ognl.
commit 95af75556de2a9e38a5b2f0b798ad42d2fce7d28 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 5 00:51:36 2015 +0200 Improved the clean target --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a32537a..44d089e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ognl (2.7.3-6) UNRELEASED; urgency=medium * Made the javadoc reproducible * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) + * debian/rules: Improved the clean target * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Sun, 04 Oct 2015 19:14:03 +0200 diff --git a/debian/rules b/debian/rules index e9d59dd..a4de1ba 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ binary-post-install/libognl-java:: mh_installjar -plibognl-java -l pom.xml build/ognl-$(DEB_UPSTREAM_VERSION).jar clean:: + mh_clean -rm -rf debian/tmp get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ognl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

