This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gluegen2.
commit dc891f9792c319406fb347be225bc1fb2d87c46d Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 4 13:11:13 2016 +0200 Added the missing build dependency on maven-repo-helper --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f8b7f37..3dc373d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gluegen2 (2.3.2-5) unstable; urgency=medium + + * Team upload. + * Added the missing build dependency on maven-repo-helper + + -- Emmanuel Bourg <[email protected]> Thu, 04 Aug 2016 13:05:20 +0200 + gluegen2 (2.3.2-4) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 1e5927f..a50513e 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: default-jdk (>= 2:1.6), junit4, libantlr-java, - libjsr305-java + libjsr305-java, + maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/gluegen2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gluegen2.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

