This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgoogle-gson-java.
commit 6971e17dd588e1117e35a6a32a60262a2154fce0 Author: Emmanuel Bourg <[email protected]> Date: Sat Sep 16 19:48:47 2017 +0200 Added the missing build dependency on junit4 --- debian/changelog | 7 +++++++ debian/control | 1 + debian/maven.rules | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5911506..a00fa9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgoogle-gson-java (2.4-2) UNRELEASED; urgency=medium + + * Team upload. + * Added the missing build dependency on junit4 + + -- Emmanuel Bourg <[email protected]> Sat, 16 Sep 2017 10:12:20 +0200 + libgoogle-gson-java (2.4-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index b90c327..1aee73c 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Jakub Adam <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), cdbs, default-jdk, + junit4, libmaven-javadoc-plugin-java, maven-debian-helper Standards-Version: 3.9.6 diff --git a/debian/maven.rules b/debian/maven.rules index be4177c..33b91ab 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,4 +16,4 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/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/libgoogle-gson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

