This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository swtcalendar.
commit acde10a6a2e5a22eeb1f60de767ccd9127129884 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 22:34:01 2016 +0200 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 90ca8f3..3c7d467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ swtcalendar (0.5-2) UNRELEASED; urgency=medium * Use canonical Vcs-* URLs * Switch to debhelper level 9 * Standards-Version updated to 3.9.8 + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Mon, 01 Aug 2016 22:28:01 +0200 diff --git a/debian/rules b/debian/rules index 445e114..be1357d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,7 @@ export CLASSPATH=/usr/share/java/swt4.jar %: dh $@ --with javahelper + +override_dh_auto_clean: + dh_auto_clean + rm -f *.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swtcalendar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

