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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Nov 22 10:46:57 UTC 2014


    Date: Saturday, November 22, 2014 @ 10:46:55
  Author: morph
Revision: 31497

* debian/control
  - add Pre-Depends to have the correct version of dpkg needed for the
    mainscript to operate properly; thanks to Niels Thykier

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	2014-11-22 00:08:04 UTC (rev 31496)
+++ packages/python-regex/trunk/debian/changelog	2014-11-22 10:46:55 UTC (rev 31497)
@@ -1,3 +1,11 @@
+python-regex (0.1.20141024-3) UNRELEASED; urgency=medium
+
+  * debian/control
+    - add Pre-Depends to have the correct version of dpkg needed for the
+      mainscript to operate properly; thanks to Niels Thykier
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 22 Nov 2014 10:45:56 +0000
+
 python-regex (0.1.20141024-2) unstable; urgency=medium
 
   * debian/*.maintscript

Modified: packages/python-regex/trunk/debian/control
===================================================================
--- packages/python-regex/trunk/debian/control	2014-11-22 00:08:04 UTC (rev 31496)
+++ packages/python-regex/trunk/debian/control	2014-11-22 10:46:55 UTC (rev 31497)
@@ -25,6 +25,7 @@
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 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
@@ -37,6 +38,7 @@
 
 Package: python3-regex
 Architecture: any
+Pre-Depends: ${misc:Pre-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
@@ -51,6 +53,7 @@
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 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




More information about the Python-modules-commits mailing list