This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tiles.
commit a46d23a2ebbd1a742c126544d8947eba6936a0ac Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 15:37:34 2017 +0200 Removed the unused build dependency on maven-ant-helper --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd2f108..ec3e68b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ tiles (3.0.7-2) UNRELEASED; urgency=medium * Team upload. + * Removed the unused build dependency on maven-ant-helper * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 8d0fd9f..ba73a58 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-ant-helper +Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: libcommons-digester-java, libfreemarker-java, libmaven-bundle-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tiles.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

