This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjspeex-java.
commit 3600b1cde9ec2b4c8d275244f845c6cf4d1629e8 Author: Emmanuel Bourg <[email protected]> Date: Fri May 27 09:37:25 2016 +0200 Added a clean target to debian/rules --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index d2ebb00..3a64ca7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libjspeex-java (0.9.7-3.1) UNRELEASED; urgency=medium * Remove the timestamp, the username and the OS information from the manifest to make the build reproducible * Removed the javadoc from the binary package + * Added a clean target to debian/rules * Standards-Version updated to 3.9.8 (no changes) * Moved the package to Git * Switch to debhelper level 9 diff --git a/debian/rules b/debian/rules index 1f65e41..ac2f3b0 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,8 @@ install/libjspeex-java:: dh_link /usr/share/java/jspeex-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/jspeex.jar +clean:: + rm -Rf doc dist + get-orig-source: -uscan --upstream-version 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjspeex-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

