This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libsequence-library-java.
commit 3389d6cc4539d2e3ce22899200b6abc9f2b5ce09 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 4 16:40:15 2015 +0100 Build depend on junit instead of junit4 --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ee7f07..fa57300 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libsequence-library-java (1.0.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + - Build depend on junit instead of junit4 - Updated debian/pom.xml * Added debian/orig-tar.sh to checkout and package the new releases diff --git a/debian/control b/debian/control index bc76a8d..af652a5 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jakub Adam <[email protected]> Build-Depends: debhelper (>= 9), cdbs, default-jdk, - junit4, + junit, maven-debian-helper, maven-repo-helper Standards-Version: 3.9.6 diff --git a/debian/maven.rules b/debian/maven.rules index 39496fb..8a39052 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,4 +16,5 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ +junit junit jar s/3\..*/3.x/ * * junit junit jar s/4\..*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsequence-library-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

