[Python-modules-commits] r24652 - in packages/python-regex/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jun 4 20:13:52 UTC 2013
Date: Tuesday, June 4, 2013 @ 20:13:50
Author: morph
Revision: 24652
adjust -dbg package dependencies; thanks to Scott Kitterman for the patch
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 20:04:14 UTC (rev 24651)
+++ packages/python-regex/trunk/debian/changelog 2013-06-04 20:13:50 UTC (rev 24652)
@@ -12,8 +12,9 @@
report; Closes: #696111
- use python3:Depends to build Python 3.x dependencies; thanks to Jakub Wilk
for the report; Closes: #695994
+ - adjust -dbg package dependencies; thanks to Scott Kitterman for the patch
- -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 22:03:21 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 22:13:22 +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 20:04:14 UTC (rev 24651)
+++ packages/python-regex/trunk/debian/control 2013-06-04 20:13:50 UTC (rev 24652)
@@ -25,7 +25,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-all-dbg, python-regex (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc: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.
@@ -51,7 +51,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-regex (= ${binary:Version}), python3-dbg (>= 3.2)
+Depends: ${shlibs:Depends}, ${misc: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