[libfastutil-java] 07/09: fix clean target
Andreas Tille
tille at debian.org
Wed Apr 22 11:46:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libfastutil-java.
commit 555708100c62fbdb298056cd248598222132bb5d
Author: Andreas Tille <tille at debian.org>
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 <tille at debian.org> 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
More information about the pkg-java-commits
mailing list