This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libhibernate3-java.
commit 41af7771933707e2dde03b96ff78261a46ef5c56 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 23:59:41 2016 +0200 Added the libh2-java build dependency and enabled the H2 tests --- debian/changelog | 1 + debian/control | 1 + debian/maven.ignoreRules | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a4e274..39903a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhibernate3-java (3.6.10.Final-5) UNRELEASED; urgency=medium * Team upload. * Added the missing libantlr-java dependency (Closes: #829388) * Depend on libcglib-java instead of libcglib3-java + * Added the libh2-java build dependency and enabled the H2 tests * Build with maven-debian-helper instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index db52aee..5365926 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: libgeronimo-jacc-1.1-spec-java, libgeronimo-jpa-2.0-spec-java, libgeronimo-validation-1.0-spec-java, + libh2-java, libhibernate-commons-annotations-java, libhibernate-validator-java, libhibernate3-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 1e7b79d..086b16a 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -26,7 +26,6 @@ org.jboss.maven.plugins maven-injection-plugin maven-plugin * org.jboss.maven.plugins maven-test-ext-plugin maven-plugin * org.twdata.maven maven-cli-plugin maven-plugin * org.apache.maven.plugins maven-release-plugin maven-plugin * -com.h2database h2 * * javax.xml.bind jaxb-api * * com.sun.xml.bind jaxb-impl * * org.jboss.byteman byteman * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhibernate3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

