summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-05-14 08:06:52 +0200
committersylvain thenault <sylvain.thenault@logilab.fr>2009-05-14 08:06:52 +0200
commitf231c8fdbf7efe25757d4025ecf7584b20b8bd8e (patch)
tree833c7c9f18a0d7c3142fc7158df48289e00cce34 /debian
parentef0a432b0dab5b72405637c8790f107ad1b36423 (diff)
downloadlogilab-common-f231c8fdbf7efe25757d4025ecf7584b20b8bd8e.tar.gz
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a472e4..2b645bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+logilab-common (0.40.0-1) unstable; urgency=low
+
+ * put python-egenix-mxdatetime as a recommends instead of depends
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 14 May 2009 08:02:06 +0200
+
logilab-common (0.39.1-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 12a1bc4..37d33b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: logilab-common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothée Sénéchal <dorothee.senechal@logilab.fr>
+Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothe Sénéchal <dorothee.senechal@logilab.fr>
Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7)
Build-Depends-Indep: python-support, python-epydoc, graphviz
XS-Python-Version: all
@@ -14,7 +14,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-commo
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python-egenix-mxdatetime
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: 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), python2.3-logilab-common, python2.4-logilab-common
XB-Python-Version: ${python:Versions}
Description: useful miscellaneous modules used by Logilab projects