This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository velocity-tools.
commit e3409facae7eeb36a62152b94032287ef73c03fa Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 28 00:05:42 2014 +0000 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1e13c15..935c142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ velocity-tools (2.0-3) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.6 (no changes) - Use canonical URLs for the Vcs-* fields + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Fri, 28 Nov 2014 00:58:18 +0100 diff --git a/debian/rules b/debian/rules index 90114bf..6aabe1e 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java:: clean:: -rm -rf debian/tmp + mh_clean binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java-doc:: dh_install -plib$(DEB_SOURCE_PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(DEB_SOURCE_PACKAGE)-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/velocity-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

