[Python-modules-commits] r4602 - in packages/ply/trunk/debian (4 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Sat Feb 23 14:10:03 UTC 2008
Date: Saturday, February 23, 2008 @ 14:10:02
Author: arnau
Revision: 4602
* New email address.
* Prepared for upload.
* Remove now useless debian/control.in.
Modified:
packages/ply/trunk/debian/changelog
packages/ply/trunk/debian/control
packages/ply/trunk/debian/copyright
Deleted:
packages/ply/trunk/debian/control.in
Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog 2008-02-23 14:08:18 UTC (rev 4601)
+++ packages/ply/trunk/debian/changelog 2008-02-23 14:10:02 UTC (rev 4602)
@@ -1,14 +1,18 @@
-ply (2.3-2) UNRELEASED; urgency=low
+ply (2.3-2) unstable; urgency=low
+ [ Arnaud Fontaine ]
+ * New email address.
+
[ Piotr Ożarowski ]
- * Vcs-Browser and Homepage fields added
- * XS-Vcs-Svn field renamed to Vcs-Svn
+ * debian/control:
+ + Vcs-Browser and Homepage fields added (dpkg support them now).
+ + XS-Vcs-Svn field renamed to Vcs-Svn (dpkg supports it now).
[ Sandro Tosi ]
* debian/control
- - uniforming Vcs-Browser field
+ - uniforming Vcs-Browser field.
- -- Piotr Ożarowski <piotr at debian.org> Sat, 6 Oct 2007 23:46:46 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Sat, 23 Feb 2008 13:02:56 +0000
ply (2.3-1) unstable; urgency=low
Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control 2008-02-23 14:08:18 UTC (rev 4601)
+++ packages/ply/trunk/debian/control 2008-02-23 14:10:02 UTC (rev 4602)
@@ -1,10 +1,10 @@
Source: ply
Section: python
Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-7), python-support (>= 0.4)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://www.dabeaz.com/ply/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ply/trunk/?op=log
Deleted: packages/ply/trunk/debian/control.in
===================================================================
--- packages/ply/trunk/debian/control.in 2008-02-23 14:08:18 UTC (rev 4601)
+++ packages/ply/trunk/debian/control.in 2008-02-23 14:10:02 UTC (rev 4602)
@@ -1,35 +0,0 @@
-Source: ply
-Section: python
-Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: @cdbs@
-Standards-Version: 3.7.2
-Homepage: http://www.dabeaz.com/ply/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ply/?op=log
-
-Package: python-ply
-Architecture: all
-Depends: ${python:Depends}
-Suggests: python-ply-doc
-XB-Python-Version: ${python:Versions}
-Description: Lex and Yacc implementation for Python
- PLY is yet another implementation of lex and yacc for
- Python. Although several other parsing tools are available for
- Python, there are several reasons why you might want to take a look
- at PLY:
- * It's implemented entirely in Python.
- * It uses LR-parsing which is reasonably efficient and well suited
- for larger grammars.
- * PLY provides most of the standard lex/yacc features including
- support for empty productions, precedence rules, error recovery,
- and support for ambiguous grammars.
- * PLY is extremely easy to use and provides very extensive error
- checking.
-
-Package: python-ply-doc
-Section: doc
-Architecture: all
-Description: Lex and Yacc implementation for Python
- This package contains the documentation for Ply.
Modified: packages/ply/trunk/debian/copyright
===================================================================
--- packages/ply/trunk/debian/copyright 2008-02-23 14:08:18 UTC (rev 4601)
+++ packages/ply/trunk/debian/copyright 2008-02-23 14:10:02 UTC (rev 4602)
@@ -1,4 +1,4 @@
-This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
Tue, 11 Apr 2006 22:21:34 +0200.
It was downloaded from http://www.dabeaz.com/ply/
More information about the Python-modules-commits
mailing list