[Python-modules-commits] r14539 - in packages/logilab-common/trunk/debian (changelog control)
juj-guest at users.alioth.debian.org
juj-guest at users.alioth.debian.org
Thu Oct 7 10:29:21 UTC 2010
Date: Thursday, October 7, 2010 @ 10:29:19
Author: juj-guest
Revision: 14539
* debian/control
- use Suggests on python-unittest2 instead of Depends (thanks Sandro)
Modified:
packages/logilab-common/trunk/debian/changelog
packages/logilab-common/trunk/debian/control
Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog 2010-10-07 08:19:56 UTC (rev 14538)
+++ packages/logilab-common/trunk/debian/changelog 2010-10-07 10:29:19 UTC (rev 14539)
@@ -2,7 +2,9 @@
* New upstream release
* debian/control
- - add python-unittest2 as new build/binary dependency
+ - add python-unittest2 as new Suggests
+ - add python-unittest2 as Build-Depends-Indeps
+ (required to run tests at build time)
- remove Fabrice Douchant from Uploader
- add myself to Uploader
Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control 2010-10-07 08:19:56 UTC (rev 14538)
+++ packages/logilab-common/trunk/debian/control 2010-10-07 10:29:19 UTC (rev 14539)
@@ -14,9 +14,9 @@
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python-unittest2
+Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-egenix-mxdatetime
-Suggests: pyro
+Suggests: pyro, python-unittest2
Conflicts: python-constraint (<< 0.4.0-4), python-logilab-astng (<< 0.19.1-1), pylint (<< 0.18.1-1)
Description: useful miscellaneous modules used by Logilab projects
logilab-common is a collection of low-level Python packages and modules,
More information about the Python-modules-commits
mailing list