[Python-modules-commits] r22057 - in packages/python-regex/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Jun 4 19:49:01 UTC 2012


    Date: Monday, June 4, 2012 @ 19:49:00
  Author: morph
Revision: 22057

generate manually depends on python3* for py3k packages (dh_python3 is
broken: #675703); thanks to Jakub Wilk for the report; 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-04 18:39:49 UTC (rev 22056)
+++ packages/python-regex/trunk/debian/changelog	2012-06-04 19:49:00 UTC (rev 22057)
@@ -1,10 +1,10 @@
 python-regex (0.1.20120506-2) unstable; 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
+    - 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>  Sat, 02 Jun 2012 22:02:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 04 Jun 2012 21:46:16 +0200
 
 python-regex (0.1.20120506-1) unstable; urgency=low
 

Modified: packages/python-regex/trunk/debian/control
===================================================================
--- packages/python-regex/trunk/debian/control	2012-06-04 18:39:49 UTC (rev 22056)
+++ packages/python-regex/trunk/debian/control	2012-06-04 19:49:00 UTC (rev 22057)
@@ -37,7 +37,7 @@
 
 Package: python3-regex
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+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.
@@ -51,7 +51,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-all-dbg, python3-regex (= ${binary:Version})
+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.




More information about the Python-modules-commits mailing list