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 f89020d991fd1d75d14857b30801cd39baa03712 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 18:04:14 2016 +0200 Added the missing libantlr-java dependency (Closes: #829388) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d6d6f4b..ec94d7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,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 * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index a99f11b..1a84ec1 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,7 @@ Homepage: http://www.hibernate.org Package: libhibernate3-java Architecture: all Depends: + libantlr-java, libdom4j-java, libhibernate-commons-annotations-java, libslf4j-java, -- 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

