This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch experimental in repository libfastutil-java.
commit c221bc24a092246e8dbee03b0644f351253e6ead Author: Andreas Tille <[email protected]> Date: Wed Apr 22 13:32:25 2015 +0200 fix clean target --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 031618d..7333e1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libfastutil-java (7.0.2-1) UNRELEASED; urgency=medium * New upstream version * Fix Vcs-URLs * cme fix dpkg-control + * fix clean target -- Andreas Tille <[email protected]> Wed, 22 Apr 2015 13:23:23 +0200 diff --git a/debian/rules b/debian/rules index 88bcb40..ed95a3b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ dh $@ --with javahelper override_dh_auto_clean: + mkdir -p build dh_auto_clean rm -f fastutil-*.jar rm -rf build dist docs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfastutil-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

