This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository stax-ex.
commit 2607a883360f063392846e21cde9f4ef53cd68bf Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 24 00:34:46 2017 +0200 Build depend on junit4 instead of junit --- debian/changelog | 3 ++- debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 12d03da..c57e096 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -stax-ex (1.7.2-1) UNRELEASED; urgency=medium +stax-ex (1.7.8-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - New build dependency on libmaven-bundle-plugin-java + - Build depend on junit4 instead of junit * Removed the dependency on libstax-java * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 5c028db..d22f410 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ Uploaders: Timo Aaltonen <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, javahelper, + junit4, libmaven-bundle-plugin-java, maven-debian-helper (>= 1.5) -Build-Depends-Indep: junit (>= 3.8.2) Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/stax-ex.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stax-ex.git diff --git a/debian/maven.rules b/debian/maven.rules index 1df63f8..ce84edb 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,3 @@ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/.*/4.x/ * * s/javax.xml.stream/stax/ stax-api jar s/1.0-2/1.0.1/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

