This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository akuma.
commit a03d936b735b78adb68770feb25a7832770c8ac8 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 01:10:50 2017 +0100 New build dependency on junit4 --- debian/changelog | 4 +++- debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ea62b7..3e30aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -akuma (1.9-2) UNRELEASED; urgency=medium +akuma (1.10-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release: + - New build dependency on junit4 * Build with the DH sequencer instead of CDBS * Ignore the maven-assembly-plugin * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index 829c71e..a495971 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, javahelper, + junit4, maven-debian-helper Build-Depends-Indep: default-jdk-doc, diff --git a/debian/maven.rules b/debian/maven.rules index 764d060..213d4ae 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,3 +16,4 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ +junit junit * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/akuma.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

