[libjna-java] 04/05: Updated the clean target
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Oct 2 23:00:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjna-java.
commit 1b40114c23657114faa711dc45d178c99f97413d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Oct 3 00:45:51 2015 +0200
Updated the clean target
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4ecd2eb..4c5197f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,11 +11,13 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
dh $@
override_dh_auto_clean:
- ant -f build.xml -Dmaven-release=true clean
+ #ant -f build.xml -Dmaven-release=true clean
+ find -name build -type d | xargs -r rm -Rf
rm -f build.number
rm -rf build doc
rm -rf contrib/platform/build
rm -rf contrib/platform/dist
+ rm -Rf contrib/ntservice/dist
rm -f dist/*
mh_clean
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git
More information about the pkg-java-commits
mailing list