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 e930b9c98ff6ede0575375424e7992e52b1ba823 Author: Emmanuel Bourg <[email protected]> Date: Sun Sep 3 14:38:14 2017 +0200 Added the missing build dependency on junit --- debian/changelog | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1bb5cb8..3c533e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ libhibernate3-java (3.6.10.Final-7) UNRELEASED; urgency=medium * Team upload. + + [ Miguel Landaeta ] * Remove myself from uploaders list. (Closes: #871872) * Update copyright info to format 1.0. + [ Emmanuel Bourg ] + * Added the missing build dependency on junit + -- Miguel Landaeta <[email protected]> Tue, 08 Aug 2017 21:05:08 +0100 libhibernate3-java (3.6.10.Final-6) unstable; urgency=medium diff --git a/debian/control b/debian/control index 906e32f..6eeca78 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 10), default-jdk, glassfish-javaee, + junit, libantlr-java, libantlr-maven-plugin-java, libc3p0-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

