[syncany] 01/20: Use gradle clean.
Markus Koschany
apo-guest at moszumanska.debian.org
Sun Sep 25 14:49:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository syncany.
commit 71f3490b68cec921dbc7819b2797c6b0341a42fe
Author: Markus Koschany <apo at debian.org>
Date: Fri Nov 20 19:05:57 2015 +0100
Use gradle clean.
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index a125b21..63c9234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,16 +18,13 @@ override_dh_install:
override_dh_clean:
dh_clean
+ gradle clean
$(RM) -r debian/man
$(RM) debian/manpages
find . -name '*.jar' -delete
find . -name '*.class' -delete
$(RM) -r $(CURDIR)/.gradlehome
$(RM) -r $(CURDIR)/.gradle
- $(RM) -r syncany-lib/build/
- $(RM) -r syncany-util/build/
- $(RM) -r syncany-cli/build/
- $(RM) -r build
override_dh_installchangelogs:
dh_installchangelogs build/install/syncany/CHANGELOG.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/syncany.git
More information about the pkg-java-commits
mailing list