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 d6f851d828a073d0d1aaa718101e59ac479ab1c5 Author: Torsten Werner <[email protected]> Date: Wed May 19 20:30:47 2010 +0000 * Add myself to Uploaders. * Fix debian/watch and debian/copyright. * Switch to source format 3.0. --- debian/changelog | 8 +++++++- debian/control | 2 +- debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++ debian/source/format | 1 + 4 files changed, 52 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 702a4dc..c3b322e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ antlr-maven-plugin (2.1-1) unstable; urgency=low + [ Ludovic Claude ] * Initial release (Closes: #567815) - -- Ludovic Claude <[email protected]> Mon, 18 Jan 2010 22:18:03 +0100 + [ Torsten Werner ] + * Add myself to Uploaders. + * Fix debian/watch and debian/copyright. + * Switch to source format 3.0. + + -- Torsten Werner <[email protected]> Wed, 19 May 2010 22:30:21 +0200 diff --git a/debian/control b/debian/control index fcdecd2..3772a0c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: antlr-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 7), cdbs, quilt, 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), diff --git a/debian/copyright b/debian/copyright index 2ed8c1e..b1ab0e0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,49 @@ Files: * Copyright: 2004-2010, Vincent Siveton <[email protected]> License: Apache-2.0 +Files: src/test/resources/unit/no-antlr-dep/src/main/antlr/java15.g + src/test/resources/unit/java-grammar-test/src/main/antlr/java15.g + src/it/java-grammar-report-test/src/main/antlr/java15.g +Copyright: 2004-2005, Matt Quail at Cenqua +License: other + This grammar is in the PUBLIC DOMAIN + +Files: src/test/resources/unit/java-grammar-inheritance-test/* +Copyright: 1998, Non, Inc. +License: other (BSD like) + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + Redistributions of source code must retain the above copyright + notice, this list of conditions, and the following disclaimer. + . + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + . + All advertising materials mentioning features or use of this + software must display the following acknowledgement: + . + This product includes software developed by Non, Inc. and + its contributors. + . + Neither name of the company nor the names of its contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS + IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COMPANY OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + Files: debian/* Copyright: 2010, Ludovic Claude <[email protected]> License: Apache-2.0 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 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

