[pkg-java] r5926 - trunk/antlr3/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sun Mar 2 16:31:24 UTC 2008
Author: mkoch
Date: 2008-03-02 16:31:23 +0000 (Sun, 02 Mar 2008)
New Revision: 5926
Added:
trunk/antlr3/debian/changelog
trunk/antlr3/debian/compat
trunk/antlr3/debian/control
trunk/antlr3/debian/copyright
trunk/antlr3/debian/rules
trunk/antlr3/debian/watch
Modified:
trunk/antlr3/debian/
Log:
antlr3 (3.0.1-1) unstable; urgency=low
* Initial version. Closes: #439725
-- Michael Koch <konqueror at gmx.de> Sun, 02 Mar 2008 01:40:30 +0100
Property changes on: trunk/antlr3/debian
___________________________________________________________________
Name: svn:ignore
+ antlr3
files
stamp-*
Added: trunk/antlr3/debian/changelog
===================================================================
--- trunk/antlr3/debian/changelog (rev 0)
+++ trunk/antlr3/debian/changelog 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1,5 @@
+antlr3 (3.0.1-1) unstable; urgency=low
+
+ * Initial version. Closes: #439725
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 02 Mar 2008 01:40:30 +0100
Added: trunk/antlr3/debian/compat
===================================================================
--- trunk/antlr3/debian/compat (rev 0)
+++ trunk/antlr3/debian/compat 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1 @@
+6
Added: trunk/antlr3/debian/control
===================================================================
--- trunk/antlr3/debian/control (rev 0)
+++ trunk/antlr3/debian/control 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1,25 @@
+Source: antlr3
+Section: devel
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 6), cdbs, java-gcj-compat-dev, ant-optional, antlr, libstringtemplate-java, junit
+Standards-Version: 3.7.3
+
+Package: antlr3
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime
+Description: language tool for constructing recognizers, compilers etc
+ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
+ a language tool that provides a framework for constructing recognizers,
+ compilers, and translators from grammatical descriptions containing C++
+ or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
+ .
+ Computer language translation has become a common task. While
+ compilers and tools for traditional computer languages (such as C
+ or Java) are still being built, their number is dwarfed by the thousands
+ of mini-languages for which recognizers and translators are being
+ developed. Programmers construct translators for database formats,
+ graphical data files (e.g., PostScript, AutoCAD), text processing
+ files (e.g., HTML, SGML). ANTLR is designed to handle all of your
+ translation tasks.
Added: trunk/antlr3/debian/copyright
===================================================================
--- trunk/antlr3/debian/copyright (rev 0)
+++ trunk/antlr3/debian/copyright 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1,38 @@
+This package was debianized by John Leuner <jewel at debian.org> on
+Tue, 2 Mar 2008 17:26:37 +0000.
+
+It was downloaded from http://www.antlr.org/
+
+Upstream Author: Terence Parr <parrt at jguru.com>
+
+Copyright: (C) 2003-2008 Terence Parr
+
+License:
+
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
+
+On Debian systems the complete text of the BSD license can be found in
+/usr/share/common-licenses/BSD.
Added: trunk/antlr3/debian/rules
===================================================================
--- trunk/antlr3/debian/rules (rev 0)
+++ trunk/antlr3/debian/rules 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+
+DEB_JARS := ant-antlr antlr junit
+
+build/libantlr3-java::
+ install -m 644 -D build/antlr-3.0ea9.jar debian/libantlr3-java/usr/share/java/antlr3-$(DEB_UPSTREAM_VERSION).jar
+ dh_link -plibantlr3-java /usr/share/java/antlr3-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/antlr3.jar
Property changes on: trunk/antlr3/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/antlr3/debian/watch
===================================================================
--- trunk/antlr3/debian/watch (rev 0)
+++ trunk/antlr3/debian/watch 2008-03-02 16:31:23 UTC (rev 5926)
@@ -0,0 +1,2 @@
+version=3
+opts=uversionmangle=s/rc\d// http://www.antlr2.org/download/ antlr-(.*)\.tar\.gz debian uupdate
More information about the pkg-java-commits
mailing list