[h2database] 01/01: Fixed the build failure when maven-debian-helper is installed

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 24 10:56:44 UTC 2017


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

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

commit a61ae7b6ce4a52e92fec2d95bd44f362ded483ed
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 24 11:55:54 2017 +0100

    Fixed the build failure when maven-debian-helper is installed
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5a053c1..cc6b5f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+h2database (1.4.196-2) UNRELEASED; urgency=medium
+
+  * Fixed the build failure when maven-debian-helper is installed
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 24 Nov 2017 11:54:45 +0100
+
 h2database (1.4.196-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 3ff3a3c..a25f25b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ override_dh_auto_build:
 	JAVA_HOME=${JAVA_HOME} "${JAVA_HOME}/bin/javac" -sourcepath src/tools -d bin src/tools/org/h2/build/*.java
 	JAVA_HOME=${JAVA_HOME} "${JAVA_HOME}/bin/java" -Xmx256m -cp "bin:${JAVA_HOME}/lib/tools.jar:temp" org.h2.build.Build jar javadoc
 
+override_dh_auto_test:
+
 override_dh_auto_install:
 	dh_auto_install
 	mh_installpom -plibh2-java --set-version=$(VERSION) --has-package-version src/installer/pom-template.xml

-- 
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