[Python-modules-commits] r22026 - in packages/python-regex/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Jun 2 19:57:30 UTC 2012
Date: Saturday, June 2, 2012 @ 19:57:28
Author: morph
Revision: 22026
* debian/control
- depends on python3:Depends for py3k packages, to get the correct deps;
thanks to Jakub Wilk for the report and hint; Closes: #674224
Modified:
packages/python-regex/trunk/debian/changelog
packages/python-regex/trunk/debian/control
Modified: packages/python-regex/trunk/debian/changelog
===================================================================
--- packages/python-regex/trunk/debian/changelog 2012-06-02 18:02:48 UTC (rev 22025)
+++ packages/python-regex/trunk/debian/changelog 2012-06-02 19:57:28 UTC (rev 22026)
@@ -1,3 +1,11 @@
+python-regex (0.1.20120506-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - depends on python3:Depends for py3k packages, to get the correct deps;
+ thanks to Jakub Wilk for the report and hint; Closes: #674224
+
+ -- Sandro Tosi <morph at debian.org> Sat, 02 Jun 2012 21:51:14 +0200
+
python-regex (0.1.20120506-1) unstable; urgency=low
* New upstream release
Modified: packages/python-regex/trunk/debian/control
===================================================================
--- packages/python-regex/trunk/debian/control 2012-06-02 18:02:48 UTC (rev 22025)
+++ packages/python-regex/trunk/debian/control 2012-06-02 19:57:28 UTC (rev 22026)
@@ -37,7 +37,7 @@
Package: python3-regex
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: alternative regular expression module (Python 3)
This new regex implementation is intended eventually to replace Python's
current re module implementation.
@@ -51,7 +51,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python3-all-dbg, python3-regex (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3: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.
More information about the Python-modules-commits
mailing list