This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-jar.
commit f7e1acb858bb6639f81949accdc75e8a7c43dc81 Author: Emmanuel Bourg <[email protected]> Date: Sat Feb 27 01:10:49 2016 +0100 New build dependency on junit --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index c702458..de82383 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-shared-jar (1.2-1) UNRELEASED; urgency=medium - Updated the Maven rule for bcel - Replaced the build dependency on libplexus-maven-plugin-java with libplexus-component-metadata-java + - New build dependency on junit * Build with the DH sequencer instead of CDBS * debian/control: - Standards-Version updated to 3.9.7 (no changes) diff --git a/debian/control b/debian/control index 654a416..d625997 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, + junit, libbcel-java, libbcel-java-doc, libcommons-collections3-java, diff --git a/debian/maven.rules b/debian/maven.rules index d844a96..7a43f74 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,3 +19,4 @@ commons-collections commons-collections jar s/3\..*/3.x/ * * s/com.google.code.findbugs/org.apache.bcel/ s/bcel-findbugs/bcel/ jar s/.*/5.x/ * * org.apache.maven.shared maven-shared-jar jar s/.*/debian/ * * +junit junit * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-jar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

