This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository byte-buddy.
commit 3cb26a1fff5fd272b12f5cc16e00bf7912ff29d5 Author: Emmanuel Bourg <[email protected]> Date: Mon Feb 12 23:04:33 2018 +0100 Updated the Maven rules --- debian/changelog | 4 +++- debian/maven.ignoreRules | 2 +- debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e382bd9..020778d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -byte-buddy (1.7.9-2) UNRELEASED; urgency=medium +byte-buddy (1.7.10-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Updated the Maven rules * Standards-Version updated to 4.1.3 * Switch to debhelper level 11 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 79e7cb0..f8c69f8 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -13,7 +13,7 @@ org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.codehaus.mojo clirr-maven-plugin * * * * -org.codehaus.mojo findbugs-maven-plugin * * * * +com.github.spotbugs spotbugs-maven-plugin * * * * org.eluder.coveralls coveralls-maven-plugin * * * * org.jacoco jacoco-maven-plugin * * * * org.mockito mockito-core * * * * diff --git a/debian/maven.rules b/debian/maven.rules index ca69fa9..8d8012f 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -4,3 +4,4 @@ net.bytebuddy byte-buddy-parent pom s/.*/debian/ * * org.apache.maven maven* * s/.*/3.x/ * * s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-api/maven-resolver-api/ jar s/.*/debian/ * * s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-util/maven-resolver-util/ jar s/.*/debian/ * * +com.google.code.findbugs s/findbugs-annotations/annotations/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/byte-buddy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

