[Python-modules-commits] r27179 - in packages/python-rply/tags (5 files)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Sun Jan 12 00:42:34 UTC 2014


    Date: Sunday, January 12, 2014 @ 00:42:33
  Author: paultag
Revision: 27179

[svn-buildpackage] Tagging python-rply 0.7.0-1

Added:
  packages/python-rply/tags/0.7.0-1/
  packages/python-rply/tags/0.7.0-1/debian/changelog
    (from rev 27178, packages/python-rply/trunk/debian/changelog)
  packages/python-rply/tags/0.7.0-1/debian/control
    (from rev 27177, packages/python-rply/trunk/debian/control)
Deleted:
  packages/python-rply/tags/0.7.0-1/debian/changelog
  packages/python-rply/tags/0.7.0-1/debian/control

Deleted: packages/python-rply/tags/0.7.0-1/debian/changelog
===================================================================
--- packages/python-rply/trunk/debian/changelog	2014-01-11 21:12:16 UTC (rev 27176)
+++ packages/python-rply/tags/0.7.0-1/debian/changelog	2014-01-12 00:42:33 UTC (rev 27179)
@@ -1,7 +0,0 @@
-python-rply (0.7.0-1) unstable; urgency=low
-
-  * Initial Release.
-    Closes: bug#731071
-
- -- Vasudev Kamath <kamathvasudev at gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530
-

Copied: packages/python-rply/tags/0.7.0-1/debian/changelog (from rev 27178, packages/python-rply/trunk/debian/changelog)
===================================================================
--- packages/python-rply/tags/0.7.0-1/debian/changelog	                        (rev 0)
+++ packages/python-rply/tags/0.7.0-1/debian/changelog	2014-01-12 00:42:33 UTC (rev 27179)
@@ -0,0 +1,6 @@
+python-rply (0.7.0-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #731071).
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530
+

Deleted: packages/python-rply/tags/0.7.0-1/debian/control
===================================================================
--- packages/python-rply/trunk/debian/control	2014-01-11 21:12:16 UTC (rev 27176)
+++ packages/python-rply/tags/0.7.0-1/debian/control	2014-01-12 00:42:33 UTC (rev 27179)
@@ -1,49 +0,0 @@
-Source: python-rply
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
-Build-Depends: cdbs (>= 0.4.97~),
- devscripts,
- python,
- python3,
- debhelper (>= 9~),
- dh-buildinfo,
- pypy,
- dh-python
-Standards-Version: 3.9.5
-Homepage: https://github.com/alex/rply
-Vcs-Git: git://anonscm.debian.org/collab-maint/python-rply.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-rply.git
-X-Python-Version: >=2.6
-X-Python3-Version: >= 3.1
-
-Package: python-rply
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: pure Python based parser that also works with RPython (Python 2)
- This package provides a pure Python based parser generator, that also
- works with RPython. It is a more-or-less direct port of David
- Bazzley's awesome PLY, with a new public API, and RPython support.
- .
- This package provides Python 2 bindings only.
-
-Package: python3-rply
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
-Description: pure Python based parser that also works with RPython (Python 3)
- This package provides a pure Python based parser generator, that also
- works with RPython. It is a more-or-less direct port of David
- Bazzley's awesome PLY, with a new public API, and RPython support.
- .
- This package provides Python 3 bindings only.
-
-Package: pypy-rply
-Architecture: all
-Depends: ${misc:Depends}, ${pypy:Depends},
-Description: pure Python based parser that also works with RPython (PyPy)
- This package provides a pure Python based parser generator, that also
- works with RPython. It is a more-or-less direct port of David
- Bazzley's awesome PLY, with a new public API, and RPython support.
- .
- This package provides PyPy bindings only.

Copied: packages/python-rply/tags/0.7.0-1/debian/control (from rev 27177, packages/python-rply/trunk/debian/control)
===================================================================
--- packages/python-rply/tags/0.7.0-1/debian/control	                        (rev 0)
+++ packages/python-rply/tags/0.7.0-1/debian/control	2014-01-12 00:42:33 UTC (rev 27179)
@@ -0,0 +1,49 @@
+Source: python-rply
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
+Build-Depends: cdbs (>= 0.4.97~),
+ devscripts,
+ python,
+ python3,
+ debhelper (>= 9~),
+ dh-buildinfo,
+ pypy,
+ dh-python
+Standards-Version: 3.9.5
+Homepage: https://github.com/alex/rply
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk/
+X-Python-Version: >=2.6
+X-Python3-Version: >= 3.1
+
+Package: python-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: pure Python based parser that also works with RPython (Python 2)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 2 bindings only.
+
+Package: python3-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: pure Python based parser that also works with RPython (Python 3)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 3 bindings only.
+
+Package: pypy-rply
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends},
+Description: pure Python based parser that also works with RPython (PyPy)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides PyPy bindings only.




More information about the Python-modules-commits mailing list