This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cglib.
commit 5b456eb48b54d9f415b4cb0849499433df051785 Author: Emmanuel Bourg <[email protected]> Date: Sun Jun 26 16:15:58 2016 +0200 Added the missing build dependency on ant (Closes: #814726) --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd2cf46..7678124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cglib (3.2.3-2) unstable; urgency=medium + + * Team upload. + * Added the missing build dependency on ant (Closes: #814726) + + -- Emmanuel Bourg <[email protected]> Sun, 26 Jun 2016 16:13:44 +0200 + cglib (3.2.3-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index eed2d71..f082420 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]> -Build-Depends: debhelper (>= 9~), +Build-Depends: ant, + debhelper (>= 9~), default-jdk, junit4, libasm-java (>= 5.0), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cglib.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

