[Pkg-trac-devel] Bug#518560: trac should depend upon python 2.5 or python-pysqlite2 not only the latter

Alban Browaeys prahal at yahoo.com
Sat Mar 7 03:32:47 UTC 2009


Package: trac
Severity: important
Tags: patch

trac should allow the python-pysqlite2 dependecy to be fullfiled by
python 2.5 builtin version.
Attached patch does what zenmap and others does that is add a or condition to this dependency.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc5 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages trac depends on:
ii  libjs-jquery                 1.3.2-2     JavaScript library for dynamic web
ii  python                       2.5.4-2     An interactive high-level object-o
ii  python-central               0.6.11      register and build utility for Pyt
pn  python-genshi                <none>      (no description available)
pn  python-pysqlite2             <none>      (no description available)
ii  python-setuptools            0.6c9-2     Python Distutils Enhancements
pn  python-subversion            <none>      (no description available)
ii  subversion                   1.5.6dfsg-1 Advanced version control system

Versions of packages trac recommends:
ii  apache2                      2.2.11-2    Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]  2.2.11-2    Apache HTTP Server - traditional n
ii  caudium [httpd]              3:1.4.12-12 An extensible WWW server written i
ii  enscript                     1.6.4-13    Converts ASCII text to Postscript,
ii  python-pygments              1.0-2       syntax highlighting package writte
ii  python-tz                    2009a-1     Python version of the Olson timezo

Versions of packages trac suggests:
ii  libapache2-mod-python         3.3.1-7    Python-embedding module for Apache
ii  python-docutils               0.5-2      Utilities for the documentation of
ii  python-mysqldb                1.2.2-7    A Python interface to MySQL
ii  python-psycopg2               2.0.9-1    Python module for PostgreSQL
pn  python-textile                <none>     (no description available)
pn  trac-bzr                      <none>     (no description available)
pn  trac-git                      <none>     (no description available)
pn  trac-mercurial                <none>     (no description available)
pn  trac-spamfilter               <none>     (no description available)
-------------- next part --------------
--- trac-0.11.1/debian/control	2009-03-07 04:28:38.000000000 +0100
+++ trac-0.11.1.new/debian/control	2009-03-07 04:16:54.000000000 +0100
@@ -13,7 +13,7 @@
 
 Package: trac
 Architecture: all
-Depends: ${python:Depends}, python-setuptools (> 0.5), python-pysqlite2 (>= 2.3.2), python-subversion, subversion (>= 1.0.1), python-genshi (>= 0.5), libjs-jquery
+Depends: ${python:Depends}, python-setuptools (> 0.5), python (>= 2.5) | python-pysqlite2 (>= 2.3.2), python-subversion, subversion (>= 1.0.1), python-genshi (>= 0.5), libjs-jquery
 Recommends: apache2 | httpd, python-pygments (>= 0.6) | enscript, python-tz
 Suggests: python-docutils, libapache2-mod-wsgi | libapache2-mod-python, python-psycopg2, python-mysqldb (>= 1.2.1), python-textile (>= 2.0), trac-git, trac-spamfilter, trac-bzr (>= 0.2+bzr45), trac-mercurial (>= 0.11.0.4)
 Conflicts: libapache2-mod-python2.3 (<< 3.2.8-3)


More information about the Pkg-trac-devel mailing list