This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit 548d106b4aab73809de74ef8336675c7fb6d5ae6 Author: Michael Koch <[email protected]> Date: Sun Mar 2 16:31:23 2008 +0000 antlr3 (3.0.1-1) unstable; urgency=low * Initial version. Closes: #439725 -- Michael Koch <[email protected]> Sun, 02 Mar 2008 01:40:30 +0100 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ debian/rules | 13 +++++++++++++ debian/watch | 2 ++ 6 files changed, 84 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..eb580f9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +antlr3 (3.0.1-1) unstable; urgency=low + + * Initial version. Closes: #439725 + + -- Michael Koch <[email protected]> Sun, 02 Mar 2008 01:40:30 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8caffbd --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: antlr3 +Section: devel +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Michael Koch <[email protected]> +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7edff4a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by John Leuner <[email protected]> on +Tue, 2 Mar 2008 17:26:37 +0000. + +It was downloaded from http://www.antlr.org/ + +Upstream Author: Terence Parr <[email protected]> + +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d75f7af --- /dev/null +++ b/debian/rules @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4cfc18f --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts=uversionmangle=s/rc\d// http://www.antlr2.org/download/ antlr-(.*)\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

