This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository json-simple.
commit edf13d7145d31432cb6a2f036fe4df55c24be8c4 Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 6 13:41:43 2016 +0100 Removed the build dependencies on ant and maven-repo-helper --- debian/changelog | 1 + debian/control | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2958a5f..c9f40ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ json-simple (1.1.1-4) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Removed the build dependencies on ant and maven-repo-helper * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 72ee66a..f6aa228 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,12 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Gilles Filippini <[email protected]> Build-Depends: - ant, debhelper (>= 10), default-jdk, default-jdk-doc, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, - maven-debian-helper, - maven-repo-helper (>= 1.6~) + maven-debian-helper Standards-Version: 3.9.8 Homepage: http://code.google.com/p/json-simple/ Vcs-Git: git://anonscm.debian.org/pkg-java/json-simple.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

