summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 698d03f..e028978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-logilab-common (0.19.1-1) unstable; urgency=low
+logilab-common (0.19.1-1) unstable; urgency=medium
- * new upstream release
+ * New upstream release
+ * Added conflict with packages previously built by logilab-common and
+ available in Stable. (closes: #388322)
+ * Urgency set to medium because it closes an RC bug
- -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 22 Sep 2006 11:13:41 +0200
+ -- Alexandre Fayolle <afayolle@debian.org> Fri, 22 Sep 2006 13:57:44 +0200
logilab-common (0.19.0-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index fda1727..e07f18c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.7.2
Package: python-logilab-common
Architecture: all
Depends: ${python:Depends}, python-egenix-mxdatetime
-Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2)
+Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2), python2.3-logilab-common, python2.4-logilab-common
XB-Python-Version: ${python:Versions}
Description: useful miscellaneous modules used by Logilab projects
logilab-common is a collection of low-level Python packages and modules,