This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jsmpp.
commit 6d714799c7950c0d11f10c6f00aa43114c492ba9 Author: tony mancill <[email protected]> Date: Sun Dec 27 21:12:37 2015 -0800 add versioned build-dep on bnd --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f81bb68..3b8fb66 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,11 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Daniel Pocock <[email protected]> Build-Depends: debhelper (>= 9), cdbs (>= 0.4.5.3), default-jdk -Build-Depends-Indep: maven-debian-helper (>> 0.5), libmaven-bundle-plugin-java, junit, testng +Build-Depends-Indep: maven-debian-helper (>> 0.5), + libmaven-bundle-plugin-java, + junit, + testng, + bnd (>= 2.4.1~) Standards-Version: 3.9.6 Homepage: http://jsmpp.org Vcs-Git: https://github.com/opentelecoms-org/jsmpp.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsmpp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

