[Python-modules-commits] r7349 - in packages/pyexcelerator/trunk/debian (4 files)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Sun Jan 18 18:09:03 UTC 2009


    Date: Sunday, January 18, 2009 @ 18:09:02
  Author: jandd-guest
Revision: 7349

fix #510782 and use python-antlr instead of included antlr.py

Modified:
  packages/pyexcelerator/trunk/debian/changelog
  packages/pyexcelerator/trunk/debian/control
  packages/pyexcelerator/trunk/debian/copyright
  packages/pyexcelerator/trunk/debian/rules

Modified: packages/pyexcelerator/trunk/debian/changelog
===================================================================
--- packages/pyexcelerator/trunk/debian/changelog	2009-01-18 00:09:03 UTC (rev 7348)
+++ packages/pyexcelerator/trunk/debian/changelog	2009-01-18 18:09:02 UTC (rev 7349)
@@ -1,4 +1,4 @@
-pyexcelerator (0.6.3a-3) UNRELEASED; urgency=low
+pyexcelerator (0.6.3a-3) unstable; urgency=low
 
   [ Piotr Ożarowski ]
   * Vcs-Svn, Vcs-Browser and Homepage fields added
@@ -7,8 +7,17 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:50 +0200
+  [ Jan Dittberner ]
+  * debian/copyright: add copyright and licensing information for
+    antlr.py (Closes: #510782)
+  * debian/control
+    - add python-antlr to Depends
+    - add ${misc:Depends} to fix lintian warning debhelper-but-no-misc-depends
+  * debian/rules: use antlr.py from python-anltr instead of the version
+    included in the upstream tarball to ease security support
 
+ -- Jan Dittberner <jan at dittberner.info>  Sun, 18 Jan 2009 19:07:54 +0100
+
 pyexcelerator (0.6.3a-2) unstable; urgency=low
 
   * New e-mail address for maintainer. Changed in debian/* files.

Modified: packages/pyexcelerator/trunk/debian/control
===================================================================
--- packages/pyexcelerator/trunk/debian/control	2009-01-18 00:09:03 UTC (rev 7348)
+++ packages/pyexcelerator/trunk/debian/control	2009-01-18 18:09:02 UTC (rev 7349)
@@ -12,7 +12,7 @@
 
 Package: python-excelerator
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-antlr
 XB-Python-Version: ${python:Versions}
 Description: module for reading/writing Excel spreadsheet files
  pyExcelerator is a Python module that can generate Excel 97/2000/XP/2003

Modified: packages/pyexcelerator/trunk/debian/copyright
===================================================================
--- packages/pyexcelerator/trunk/debian/copyright	2009-01-18 00:09:03 UTC (rev 7348)
+++ packages/pyexcelerator/trunk/debian/copyright	2009-01-18 18:09:02 UTC (rev 7349)
@@ -47,5 +47,28 @@
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.
 
+-----------------------------------------------------------
+
+The tarball for pyexcelerator includes the antlr.py file from antlr. This file
+is (C) Wolfgang Haefelinger, 2004 and licensed under these terms:
+
+  We reserve no legal rights to the ANTLR--it is fully in the public
+  domain. An individual or company may do whatever they wish with source
+  code distributed with ANTLR or the code generated by ANTLR, including
+  the incorporation of ANTLR, or its output, into commercial software.
+  
+  We encourage users to develop software with ANTLR. However, we do ask
+  that credit is given to us for developing ANTLR. By "credit", we mean
+  that if you use ANTLR or incorporate any source code into one of your
+  programs (commercial product, research project, or otherwise) that you
+  acknowledge this fact somewhere in the documentation, research report,
+  etc... If you like ANTLR and have developed a nice tool with the output,
+  please mention that you developed it using ANTLR. In addition, we ask
+  that the headers remain intact in our source code. As long as these
+  guidelines are kept, we expect to continue enhancing this system and
+  expect to make other tools available as they are completed.
+  
+  Terence Parr, jGuru.com
+
 The Debian packaging is (C) 2006, Kevin Coyner <kcoyner at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: packages/pyexcelerator/trunk/debian/rules
===================================================================
--- packages/pyexcelerator/trunk/debian/rules	2009-01-18 00:09:03 UTC (rev 7348)
+++ packages/pyexcelerator/trunk/debian/rules	2009-01-18 18:09:02 UTC (rev 7349)
@@ -5,6 +5,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+clean::
+	rm -f pyExcelerator/antlr.py
+
 DEB_INSTALL_CHANGELOGS_ALL = CHANGES.txt
 
 install/python-excelerator::




More information about the Python-modules-commits mailing list