[libgpars-groovy-java] 01/02: d/rules: Clean the generated .java directory

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Nov 2 05:32:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository libgpars-groovy-java.

commit 897279bb88e1bb395f0331b8c1c9f56bbe927bee
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Wed Nov 2 13:31:58 2016 +0800

    d/rules: Clean the generated .java directory
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5ebb4e0..5b5388e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 override_dh_auto_build:
 	dh_auto_build -- --project-prop finalRelease=true -x zipDoc -x zipSrc assemble documentation
 
+override_dh_auto_clean:
+	dh_auto_clean
+	$(RM) -r .java
+
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
 	uscan \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git



More information about the pkg-java-commits mailing list