[h2database] 05/11: Remove the javadoc with debuild clean

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Feb 16 18:26:17 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository h2database.

commit f959408abc28953d821ff2f1902468775cb24a97
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Feb 16 11:11:23 2015 +0100

    Remove the javadoc with debuild clean
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d9d3cb6..8010a0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 JAVA_HOME=/usr/lib/jvm/default-java
+JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
 
 %:
 	dh $@ --with javahelper --with maven_repo_helper
@@ -10,5 +11,5 @@ override_dh_auto_build:
 	JAVA_HOME=${JAVA_HOME} "${JAVA_HOME}/bin/java" -Xmx256m -cp "bin:${JAVA_HOME}/lib/tools.jar:temp" org.h2.build.Build -Dlucene=2 jar javadoc
 
 override_dh_auto_clean:
-	rm -rf temp bin
+	rm -rf temp bin docs/javadoc
 	dh_auto_clean

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



More information about the pkg-java-commits mailing list