This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository json-simple.
commit 12701533bc575acef6860281f38986c938ecdf0b Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 6 13:43:29 2016 +0100 Added the missing dependency on junit4 (Closes: #843383) --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 2 ++ 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index c9f40ef..d2304f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ json-simple (1.1.1-4) UNRELEASED; urgency=medium * Team upload. + * Added the missing dependency on junit4 (Closes: #843383) * Build with the DH sequencer instead of CDBS * Removed the build dependencies on ant and maven-repo-helper * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index f6aa228..e099df2 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..88060ad --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,2 @@ + +junit junit * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

