[Python-modules-commits] r24651 - in packages/python-regex/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jun 4 20:04:15 UTC 2013
Date: Tuesday, June 4, 2013 @ 20:04:14
Author: morph
Revision: 24651
use python3:Depends to build Python 3.x dependencies; thanks to Jakub Wilk
for the report; Closes: #695994
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 2013-06-04 19:58:37 UTC (rev 24650)
+++ packages/python-regex/trunk/debian/changelog 2013-06-04 20:04:14 UTC (rev 24651)
@@ -10,8 +10,10 @@
* debian/control
- build for all supported Python 3.x versions; thanks to Jakub Wilk for the
report; Closes: #696111
+ - use python3:Depends to build Python 3.x dependencies; thanks to Jakub Wilk
+ for the report; Closes: #695994
- -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 21:58:02 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 22:03:21 +0200
python-regex (0.1.20120904-1) experimental; urgency=low
Modified: packages/python-regex/trunk/debian/control
===================================================================
--- packages/python-regex/trunk/debian/control 2013-06-04 19:58:37 UTC (rev 24650)
+++ packages/python-regex/trunk/debian/control 2013-06-04 20:04:14 UTC (rev 24651)
@@ -37,7 +37,7 @@
Package: python3-regex
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python3 (>= 3.2)
+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.
More information about the Python-modules-commits
mailing list