This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins-trilead-ssh2.
commit b757ac730d303b5f70a24c14e4a7282e7c620718 Author: James Page <[email protected]> Date: Sun Dec 22 21:12:48 2013 +0000 d/control,maven.rules: Add junit4 to BDI, map to correct artefact. --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- debian/maven.rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89eb11e..6ee5162 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jenkins-trilead-ssh2 (217-jenkins-3-1) unstable; urgency=low * New upstream release. * d/control: Bumped Standards-Version, no changes. + * d/control,maven.rules: Add junit4 to BDI, map to correct artefact. -- James Page <[email protected]> Sun, 22 Dec 2013 20:43:17 +0000 diff --git a/debian/control b/debian/control index dade0e7..e799211 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper -Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java +Build-Depends-Indep: default-jdk-doc, junit4, libmaven-javadoc-plugin-java Standards-Version: 3.9.5 Homepage: https://github.com/jenkinsci/trilead-ssh2 Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-trilead-ssh2.git diff --git a/debian/copyright b/debian/copyright index 12702ac..4092d9b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -37,7 +37,7 @@ License: MD5 license . These notices must be retained in any copies of any part of this documentation and/or software. - + Files: debian/* Copyright: 2010, Canonical Ltd (http://www.canonical.com) License: BSD diff --git a/debian/maven.rules b/debian/maven.rules index ce4a3fd..2f13fe8 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -14,4 +14,4 @@ # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x -# 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/jenkins-trilead-ssh2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

