[pkg-java] r12463 - in trunk/antlr-maven-plugin/debian: . source
Torsten Werner
twerner at alioth.debian.org
Wed May 19 20:30:53 UTC 2010
Author: twerner
Date: 2010-05-19 20:30:47 +0000 (Wed, 19 May 2010)
New Revision: 12463
Added:
trunk/antlr-maven-plugin/debian/source/
trunk/antlr-maven-plugin/debian/source/format
Modified:
trunk/antlr-maven-plugin/debian/changelog
trunk/antlr-maven-plugin/debian/control
trunk/antlr-maven-plugin/debian/copyright
Log:
* Add myself to Uploaders.
* Fix debian/watch and debian/copyright.
* Switch to source format 3.0.
Modified: trunk/antlr-maven-plugin/debian/changelog
===================================================================
--- trunk/antlr-maven-plugin/debian/changelog 2010-05-19 20:19:14 UTC (rev 12462)
+++ trunk/antlr-maven-plugin/debian/changelog 2010-05-19 20:30:47 UTC (rev 12463)
@@ -1,5 +1,11 @@
antlr-maven-plugin (2.1-1) unstable; urgency=low
+ [ Ludovic Claude ]
* Initial release (Closes: #567815)
- -- Ludovic Claude <ludovic.claude at laposte.net> 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 <twerner at debian.org> Wed, 19 May 2010 22:30:21 +0200
Modified: trunk/antlr-maven-plugin/debian/control
===================================================================
--- trunk/antlr-maven-plugin/debian/control 2010-05-19 20:19:14 UTC (rev 12462)
+++ trunk/antlr-maven-plugin/debian/control 2010-05-19 20:30:47 UTC (rev 12463)
@@ -2,7 +2,7 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Torsten Werner <twerner at debian.org>
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),
Modified: trunk/antlr-maven-plugin/debian/copyright
===================================================================
--- trunk/antlr-maven-plugin/debian/copyright 2010-05-19 20:19:14 UTC (rev 12462)
+++ trunk/antlr-maven-plugin/debian/copyright 2010-05-19 20:30:47 UTC (rev 12463)
@@ -7,6 +7,49 @@
Copyright: 2004-2010, Vincent Siveton <vsiveton at apache.org>
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 <ludovic.claude at laposte.net>
License: Apache-2.0
Added: trunk/antlr-maven-plugin/debian/source/format
===================================================================
--- trunk/antlr-maven-plugin/debian/source/format (rev 0)
+++ trunk/antlr-maven-plugin/debian/source/format 2010-05-19 20:30:47 UTC (rev 12463)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list