This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository syncany.
commit e590d7f918b16c971e11e13af284748bf1346f2c Author: Markus Koschany <[email protected]> Date: Wed Nov 11 23:01:28 2015 +0100 Ensure syncany can be built twice in a row. --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 2fa4083..a125b21 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,14 @@ override_dh_clean: dh_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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

