This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bridge-method-injector.
commit 40a51aa8d143f5963babcde64e54d4ebe5a0f84d Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 15 00:26:14 2014 +0200 Fixed a typo in debian/maven.rules causing a build failure (Closes: #761540) --- debian/changelog | 1 + debian/maven.rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f52e37a..65c0516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ bridge-method-injector (1.8-2) UNRELEASED; urgency=medium * Team upload. + * debian/maven.rules: Fixed a typo causing a build failure (Closes: #761540) * Switch to debhelper level 9 * debian/watch: Updated to match the versions >= 1.10 * Use canonical URLs for the Vcs-* fields diff --git a/debian/maven.rules b/debian/maven.rules index 2d0ea5d..3072672 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -17,6 +17,5 @@ # junit junit jar s/3\\..*/3.x/ junit junit jar s/3\..*/3.x/ * * -asm s/asm-debug-all/asm-all/ jar s/3\..*/3.x/* * +asm s/asm-debug-all/asm-all/ jar s/3\..*/3.x/ * * s/org.jvnet.hudson/org.jenkins-ci/ annotation-indexer * s/.*/debian/ * * - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bridge-method-injector.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

