This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-posix-java.
commit 47bbc8f68098061be3de1f70226e1b8669fe13ed Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 12 09:17:22 2014 +0100 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 92a2295..2d481a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libjna-posix-java (1.0.1-2) UNRELEASED; urgency=medium - Package adopted by the Java Team (Closes: #772579) - Standards-Version updated to 3.9.6 (no changes) - Removed the dependency on the JRE for the binary package + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Fri, 12 Dec 2014 08:55:40 +0100 diff --git a/debian/rules b/debian/rules index 5aa6434..1177588 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ clean: dh_clean mh_clean + rm -Rf lib/*.jar install: build dh_testdir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-posix-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

