This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit 30832478da3584e09b20b87304e52f65b56751b9 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 18:13:21 2017 +0200 Build depend on junit4 instead of junit --- debian/changelog | 4 +++- debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d4eb76..00d9413 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium +properties-maven-plugin (1.0.0-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Build depend on junit4 instead of junit * Build with the DH sequencer instead of CDBS * Removed the *-java-doc package * Moved the package to Git diff --git a/debian/control b/debian/control index 2bf9340..b50a7fc 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, - junit (>= 3.8.1), + junit4, libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java, diff --git a/debian/maven.rules b/debian/maven.rules index 9d87a49..3856b25 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,2 @@ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

