summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 8827eec..038ff71 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,26 @@
Source: logilab-common
Section: python
Priority: optional
-Maintainer: Alexandre Fayolle <afayolle@debian.org>
-Uploaders: David Douard <david.douard@logilab.fr> , Fabrice Douchant <fabrice.douchant@logilab.fr>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11)
-Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
+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>
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7)
+Build-Depends-Indep: python-central (>=0.5.6), python-epydoc, graphviz
XS-Python-Version: all
-Homepage: http://www.logilab.org/project/logilab-common
Standards-Version: 3.8.0
+Homepage: http://www.logilab.org/project/logilab-common
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/logilab-common/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-common/trunk/
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
-Depends: ${python:Depends}, python-egenix-mxdatetime
+Depends: ${python:Depends}, ${misc: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), 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,
designed to ease:
+ .
* handling command line options and configuration files
* writing interactive command line tools
* manipulation files and character strings
@@ -28,5 +31,3 @@ Description: useful miscellaneous modules used by Logilab projects
* accessing RDBMS (currently postgreSQL, MySQL and sqlite)
* generating text and HTML reports
* logging
-
-