[Python-modules-commits] r9762 - in packages/constraint/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Sep 14 22:32:31 UTC 2009


    Date: Monday, September 14, 2009 @ 22:32:31
  Author: morph
Revision: 9762

  - bump versioned depends on python-logilab-common (to better handling the
    migration pycentral->pysupport, hence the severity)
* debian/constraint-test.dirs
  - removed, not needed

Modified:
  packages/constraint/trunk/debian/changelog
  packages/constraint/trunk/debian/control
Deleted:
  packages/constraint/trunk/debian/constraint-test.dirs

Modified: packages/constraint/trunk/debian/changelog
===================================================================
--- packages/constraint/trunk/debian/changelog	2009-09-14 22:28:36 UTC (rev 9761)
+++ packages/constraint/trunk/debian/changelog	2009-09-14 22:32:31 UTC (rev 9762)
@@ -1,4 +1,4 @@
-constraint (0.4.0-4) UNRELEASED; urgency=low
+constraint (0.4.0-4) UNRELEASED; urgency=medium
 
   [ Alexandre Fayolle ]
   * debian/control 
@@ -26,8 +26,12 @@
   * debian/control
     - added me to uploaders
     - bump Standards-Version to 3.8.3 (no changes needed)
+    - bump versioned depends on python-logilab-common (to better handling the
+      migration pycentral->pysupport, hence the severity)
+  * debian/constraint-test.dirs
+    - removed, not needed
 
- -- Sandro Tosi <morph at debian.org>  Tue, 15 Sep 2009 00:28:13 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 15 Sep 2009 00:31:42 +0200
 
 constraint (0.4.0-3) unstable; urgency=low
 

Deleted: packages/constraint/trunk/debian/constraint-test.dirs
===================================================================
--- packages/constraint/trunk/debian/constraint-test.dirs	2009-09-14 22:28:36 UTC (rev 9761)
+++ packages/constraint/trunk/debian/constraint-test.dirs	2009-09-14 22:32:31 UTC (rev 9762)
@@ -1 +0,0 @@
-usr/share/doc/constraint/test

Modified: packages/constraint/trunk/debian/control
===================================================================
--- packages/constraint/trunk/debian/control	2009-09-14 22:28:36 UTC (rev 9761)
+++ packages/constraint/trunk/debian/control	2009-09-14 22:32:31 UTC (rev 9762)
@@ -13,11 +13,11 @@
 
 Package: python-logilab-constraint
 Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.45.0)
 Suggests: python-psyco
 Provides: ${python:Provides}, python-constraint
 Conflicts: python-constraint (<< 0.4.0-4)
 Replaces: python-constraint (<< 0.4.0-4)
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.38.1-1)
 XB-Python-Version: ${python:Versions}
 Description: constraints satisfaction solver in Python
  Extensible constraint satisfaction problem solver written in pure




More information about the Python-modules-commits mailing list