This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit 24e0374bd932d057871619b1a97eccc5de66a8ed Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 01:06:01 2017 +0200 New build dependency on testng --- debian/changelog | 1 + debian/control | 3 ++- debian/maven.rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b875d20..bbe0246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ build-helper-maven-plugin (1.11-1) UNRELEASED; urgency=medium * New upstream release - New dependency on libmaven-file-management-java + - New build dependency on testng * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub * Removed the -java-doc package diff --git a/debian/control b/debian/control index ab1391e..07db4db 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends-Indep: libmaven-file-management-java, libmaven-invoker-plugin-java, libmaven-plugin-tools-java (>= 3.0), libmaven2-core-java, - libplexus-utils-java + libplexus-utils-java, + testng Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/build-helper-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/build-helper-maven-plugin.git diff --git a/debian/maven.rules b/debian/maven.rules index 8b13789..d8a1ccb 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1 @@ - + org.testng testng * s/.*/6.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

