[Python-modules-commits] r15205 - in packages/python-antlr3/trunk (9 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Wed Dec 29 03:18:09 UTC 2010
Date: Wednesday, December 29, 2010 @ 03:18:07
Author: nomadium-guest
Revision: 15205
[svn-inject] Applying Debian modifications (3.1.3-1) to trunk
Added:
packages/python-antlr3/trunk/debian/
packages/python-antlr3/trunk/debian/changelog
packages/python-antlr3/trunk/debian/compat
packages/python-antlr3/trunk/debian/control
packages/python-antlr3/trunk/debian/copyright
packages/python-antlr3/trunk/debian/rules
packages/python-antlr3/trunk/debian/source/
packages/python-antlr3/trunk/debian/source/format
packages/python-antlr3/trunk/debian/watch
Property changes on: packages/python-antlr3/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-antlr3/trunk/debian/changelog
===================================================================
--- packages/python-antlr3/trunk/debian/changelog (rev 0)
+++ packages/python-antlr3/trunk/debian/changelog 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1,5 @@
+python-antlr3 (3.1.3-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #477689).
+
+ -- Miguel Landaeta <miguel at miguel.cc> Tue, 28 Dec 2010 22:17:09 -0430
Added: packages/python-antlr3/trunk/debian/compat
===================================================================
--- packages/python-antlr3/trunk/debian/compat (rev 0)
+++ packages/python-antlr3/trunk/debian/compat 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1 @@
+7
Added: packages/python-antlr3/trunk/debian/control
===================================================================
--- packages/python-antlr3/trunk/debian/control (rev 0)
+++ packages/python-antlr3/trunk/debian/control 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1,23 @@
+Source: python-antlr3
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools (>= 0.6c5)
+Standards-Version: 3.9.1
+Homepage: http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-antlr3/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-antlr3/trunk/
+
+Package: python-antlr3
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: antlr3
+Description: Python run-time support for ANTLR3-generated parsers
+ 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).
+ .
+ This is a Python Runtime (beta).
Added: packages/python-antlr3/trunk/debian/copyright
===================================================================
--- packages/python-antlr3/trunk/debian/copyright (rev 0)
+++ packages/python-antlr3/trunk/debian/copyright 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Python target for ANTLR3
+Maitainer: Benjamin Niemann <pink at odahoda.de>
+Source: http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
+
+Files: *
+Copyright: 2003-2009 Terence Parr
+License: BSD
+
+Files: debian/*
+Copyright: 2010, Miguel Landaeta <miguel at miguel.cc>
+License: BSD
+
+License: BSD
+ 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.
Added: packages/python-antlr3/trunk/debian/rules
===================================================================
--- packages/python-antlr3/trunk/debian/rules (rev 0)
+++ packages/python-antlr3/trunk/debian/rules 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+%:
+ dh --with python2 $@
+
+override_dh_clean:
+ dh_clean
+ -rm -rf *.egg-info
+
+get-orig-source:
+ cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
+ uscan --rename --force-download --watchfile debian/watch --destdir $(CURDIR)
Property changes on: packages/python-antlr3/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-antlr3/trunk/debian/source/format
===================================================================
--- packages/python-antlr3/trunk/debian/source/format (rev 0)
+++ packages/python-antlr3/trunk/debian/source/format 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-antlr3/trunk/debian/watch
===================================================================
--- packages/python-antlr3/trunk/debian/watch (rev 0)
+++ packages/python-antlr3/trunk/debian/watch 2010-12-29 03:18:07 UTC (rev 15205)
@@ -0,0 +1,3 @@
+version=3
+http://www.antlr.org/download/Python/ \
+/download/Python//antlr_python_runtime-(.*)\.tar\.gz debian
More information about the Python-modules-commits
mailing list