This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mvel.
commit f202de092f6087b067b72a56f7b7a70fa15d9dea Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 16:54:25 2016 +0100 Build depend on junit4 instead of junit --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a0e1be..922057a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mvel (2.1.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. - Refreshed the patches + - Build depend on junit4 instead of junit * Build with the DH sequencer instead of CDBS * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/control b/debian/control index d70e118..b3fd35a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, - junit, + junit4, libasm3-java, libmaven-compiler-plugin-java (>= 2.0.2), libmaven-jar-plugin-java (>= 2.2), diff --git a/debian/maven.rules b/debian/maven.rules index d68281e..6f80ba4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,5 @@ asm asm jar s/.*/3.x/ * * com.thoughtworks.xstream xstream jar s/.*/debian/ * * -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/.*/4.x/ * * asm * * s/3\..*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mvel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

