This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock2.
commit 88529e7cb9f2061476f91839aa02a9ef764f27dc Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 23 10:25:40 2017 +0200 Updated the Maven rules --- debian/changelog | 4 +++- debian/maven.rules | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aad8e0b..1e4e5d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -jmock2 (2.8.2-3) UNRELEASED; urgency=medium +jmock2 (2.8.3-1) UNRELEASED; urgency=medium * Team upload. [ Emmanuel Bourg ] + * New upstream release + - Updated the Maven rules * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/maven.rules b/debian/maven.rules index 4c72081..9f5ff04 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -2,3 +2,4 @@ junit junit jar s/3\..*/3.x/ * * junit junit jar s/4\..*/4.x/ * * org.jmock jmock test-jar * * * +s/org.apache-extras.beanshell/org.beanshell/ bsh * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

