This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eigenbase-resgen.
commit 0b625ef7d1aee801fd54650218133cbc172de3b2 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 9 16:31:08 2015 +0100 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 0d37864..d61718b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ eigenbase-resgen (1.3.0.13768-2) UNRELEASED; urgency=medium - Set the locale and disable the timestamps when generating the javadoc * debian/control: - Standards-Version updated to 3.9.6 (no changes) + * debian/rules: Improved the clean target * Moved the package to Git * Switch to debhelper level 9 diff --git a/debian/rules b/debian/rules index 32d4fae..ebc4bfe 100755 --- a/debian/rules +++ b/debian/rules @@ -18,5 +18,8 @@ binary-post-install/libeigenbase-resgen-java:: dh_install -plibeigenbase-resgen-java lib/eigenbase-xom-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ dh_link -plibeigenbase-resgen-java /usr/share/java/eigenbase-xom-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/eigenbase-xom.jar +clean:: + rm -f lib/*.jar + get-orig-source: uscan --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-resgen.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

