[Python-modules-commits] r22059 - in packages/python-regex/tags (5 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Jun 4 19:50:06 UTC 2012


    Date: Monday, June 4, 2012 @ 19:50:05
  Author: morph
Revision: 22059

[svn-buildpackage] Tagging python-regex 0.1.20120506-2

Added:
  packages/python-regex/tags/0.1.20120506-2/
  packages/python-regex/tags/0.1.20120506-2/debian/changelog
    (from rev 22057, packages/python-regex/trunk/debian/changelog)
  packages/python-regex/tags/0.1.20120506-2/debian/control
    (from rev 22057, packages/python-regex/trunk/debian/control)
Deleted:
  packages/python-regex/tags/0.1.20120506-2/debian/changelog
  packages/python-regex/tags/0.1.20120506-2/debian/control

Deleted: packages/python-regex/tags/0.1.20120506-2/debian/changelog
===================================================================
--- packages/python-regex/trunk/debian/changelog	2012-06-02 18:02:48 UTC (rev 22025)
+++ packages/python-regex/tags/0.1.20120506-2/debian/changelog	2012-06-04 19:50:05 UTC (rev 22059)
@@ -1,18 +0,0 @@
-python-regex (0.1.20120506-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control
-    - set DPMT as maintainer
-    - set Vcs-{Browser, Svn} fields
-  * debian/patches/10_fix_unicodedata_copy
-    - updated to new upstream code
-  * debian/copyright
-    - reorganized following DEP-5 requirements
-
- -- Sandro Tosi <morph at debian.org>  Wed, 16 May 2012 22:40:26 +0200
-
-python-regex (0.1.20120323-1) unstable; urgency=low
-
-  * Initial release; Closes: #666790
-
- -- Sandro Tosi <morph at debian.org>  Tue, 03 Apr 2012 20:31:05 +0200

Copied: packages/python-regex/tags/0.1.20120506-2/debian/changelog (from rev 22057, packages/python-regex/trunk/debian/changelog)
===================================================================
--- packages/python-regex/tags/0.1.20120506-2/debian/changelog	                        (rev 0)
+++ packages/python-regex/tags/0.1.20120506-2/debian/changelog	2012-06-04 19:50:05 UTC (rev 22059)
@@ -0,0 +1,26 @@
+python-regex (0.1.20120506-2) unstable; urgency=low
+
+  * debian/control
+    - generate manually depends on python3* for py3k packages (dh_python3 is
+      broken: #675703); thanks to Jakub Wilk for the report; Closes: #674224
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 04 Jun 2012 21:46:16 +0200
+
+python-regex (0.1.20120506-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - set DPMT as maintainer
+    - set Vcs-{Browser, Svn} fields
+  * debian/patches/10_fix_unicodedata_copy
+    - updated to new upstream code
+  * debian/copyright
+    - reorganized following DEP-5 requirements
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 16 May 2012 22:40:26 +0200
+
+python-regex (0.1.20120323-1) unstable; urgency=low
+
+  * Initial release; Closes: #666790
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 03 Apr 2012 20:31:05 +0200

Deleted: packages/python-regex/tags/0.1.20120506-2/debian/control
===================================================================
--- packages/python-regex/trunk/debian/control	2012-06-02 18:02:48 UTC (rev 22025)
+++ packages/python-regex/tags/0.1.20120506-2/debian/control	2012-06-04 19:50:05 UTC (rev 22059)
@@ -1,62 +0,0 @@
-Source: python-regex
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 8.0.0), python-all-dev, python-all-dbg, python3-all-dev, python3-all-dbg, python-support, python-docutils
-Standards-Version: 3.9.3
-X-Python-Version: all
-X-Python3-Version: 3.2
-Homepage: https://code.google.com/p/mrab-regex-hg/
-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-regex/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-regex/trunk/
-
-Package: python-regex
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: alternative regular expression module
- This new regex implementation is intended eventually to replace Python's
- current re module implementation.
- .
- For testing and comparison with the current 're' module the new implementation
- is in the form of a module called 'regex'.
-
-Package: python-regex-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-all-dbg, python-regex (= ${binary:Version})
-Description: alternative regular expression module (debug extension)
- This new regex implementation is intended eventually to replace Python's
- current re module implementation.
- .
- For testing and comparison with the current 're' module the new implementation
- is in the form of a module called 'regex'.
- .
- This package contains the debug extension for python-regex.
-
-Package: python3-regex
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: alternative regular expression module (Python 3)
- This new regex implementation is intended eventually to replace Python's
- current re module implementation.
- .
- For testing and comparison with the current 're' module the new implementation
- is in the form of a module called 'regex'.
- .
- This is the Python 3 version of the package.
-
-Package: python3-regex-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python3-all-dbg, python3-regex (= ${binary:Version})
-Description: alternative regular expression module (Python 3 debug extension)
- This new regex implementation is intended eventually to replace Python's
- current re module implementation.
- .
- For testing and comparison with the current 're' module the new implementation
- is in the form of a module called 'regex'.
- .
- This package contains the debug extension for python3-regex.

Copied: packages/python-regex/tags/0.1.20120506-2/debian/control (from rev 22057, packages/python-regex/trunk/debian/control)
===================================================================
--- packages/python-regex/tags/0.1.20120506-2/debian/control	                        (rev 0)
+++ packages/python-regex/tags/0.1.20120506-2/debian/control	2012-06-04 19:50:05 UTC (rev 22059)
@@ -0,0 +1,62 @@
+Source: python-regex
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 8.0.0), python-all-dev, python-all-dbg, python3-all-dev, python3-all-dbg, python-support, python-docutils
+Standards-Version: 3.9.3
+X-Python-Version: all
+X-Python3-Version: 3.2
+Homepage: https://code.google.com/p/mrab-regex-hg/
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-regex/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-regex/trunk/
+
+Package: python-regex
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: alternative regular expression module
+ This new regex implementation is intended eventually to replace Python's
+ current re module implementation.
+ .
+ For testing and comparison with the current 're' module the new implementation
+ is in the form of a module called 'regex'.
+
+Package: python-regex-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-all-dbg, python-regex (= ${binary:Version})
+Description: alternative regular expression module (debug extension)
+ This new regex implementation is intended eventually to replace Python's
+ current re module implementation.
+ .
+ For testing and comparison with the current 're' module the new implementation
+ is in the form of a module called 'regex'.
+ .
+ This package contains the debug extension for python-regex.
+
+Package: python3-regex
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python3 (>= 3.2)
+Description: alternative regular expression module (Python 3)
+ This new regex implementation is intended eventually to replace Python's
+ current re module implementation.
+ .
+ For testing and comparison with the current 're' module the new implementation
+ is in the form of a module called 'regex'.
+ .
+ This is the Python 3 version of the package.
+
+Package: python3-regex-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-regex (= ${binary:Version}), python3-dbg (>= 3.2)
+Description: alternative regular expression module (Python 3 debug extension)
+ This new regex implementation is intended eventually to replace Python's
+ current re module implementation.
+ .
+ For testing and comparison with the current 're' module the new implementation
+ is in the form of a module called 'regex'.
+ .
+ This package contains the debug extension for python3-regex.




More information about the Python-modules-commits mailing list