This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr-maven-plugin.
commit ea9c4752d57313387db8da1d948130b75eddfdea Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 3 12:51:57 2013 +0000 Use canonical URLs for the Vcs-* fields Added a lintian override for the javalib-but-no-public-jars warning --- debian/changelog | 5 +-- debian/control | 38 +++++++++++++--------- .../libantlr-maven-plugin-java.lintian-overrides | 2 ++ 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index d60a261..3d4652f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ antlr-maven-plugin (2.2-1) unstable; urgency=low - * Team upload. * New upstream release * Refreshed the patch * Added a dependency on libcommons-exec-java * Updated Standards-Version to 3.9.4 (no changes) * debian/copyright: Updated the Format URI to the version 1.0 + * Use canonical URLs for the Vcs-* fields + * Added a lintian override for the javalib-but-no-public-jars warning - -- Emmanuel Bourg <[email protected]> Fri, 26 Apr 2013 10:39:56 +0200 + -- Emmanuel Bourg <[email protected]> Wed, 03 Jul 2013 14:40:27 +0200 antlr-maven-plugin (2.1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 75d418f..f237885 100644 --- a/debian/control +++ b/debian/control @@ -2,27 +2,35 @@ Source: antlr-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]>, Torsten Werner <[email protected]>, - Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>> 0.7) -Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3), libmaven-clean-plugin-java (>= 2.3), - libmaven-compiler-plugin-java (>= 2.0.2), libmaven-invoker-plugin-java (>= 1.3), - libmaven-jar-plugin-java (>= 2.2), libmaven-resources-plugin-java (>= 2.3), - libmaven-site-plugin-java (>= 2.0), libmodello-maven-plugin-java (>= 1.1), - libsurefire-java (>= 2.4.3), libmaven-reporting-impl-java, libmaven2-core-java, - libplexus-i18n-java, libplexus-utils-java, libwagon-java, libmaven-plugin-tools-java, - libcommons-exec-java +Uploaders: Ludovic Claude <[email protected]>, + Torsten Werner <[email protected]>, + Emmanuel Bourg <[email protected]> +Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>> 0.7) +Build-Depends-Indep: libcommons-exec-java, + libmaven-antrun-plugin-java (>= 1.3), + libmaven-clean-plugin-java (>= 2.3), + libmaven-compiler-plugin-java (>= 2.0.2), + libmaven-invoker-plugin-java (>= 1.3), + libmaven-jar-plugin-java (>= 2.2), + libmaven-plugin-tools-java, + libmaven-reporting-impl-java, + libmaven-resources-plugin-java (>= 2.3), + libmaven-site-plugin-java (>= 2.0), + libmaven2-core-java, + libmodello-maven-plugin-java (>= 1.1), + libplexus-i18n-java, + libplexus-utils-java, + libsurefire-java (>= 2.4.3), + libwagon-java Standards-Version: 3.9.4 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr-maven-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr-maven-plugin/ +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/antlr-maven-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/antlr-maven-plugin/ Homepage: http://mojo.codehaus.org/antlr-maven-plugin/ Package: libantlr-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven ANTLR Plugin Maven Plugin for Antlr v2. It can generate code from Antlr 2 scripts inside a Maven build. - - diff --git a/debian/libantlr-maven-plugin-java.lintian-overrides b/debian/libantlr-maven-plugin-java.lintian-overrides new file mode 100644 index 0000000..24bd642 --- /dev/null +++ b/debian/libantlr-maven-plugin-java.lintian-overrides @@ -0,0 +1,2 @@ +# Jars for Maven plugins are only deployed in /usr/share/maven-repo +javalib-but-no-public-jars -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

