1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: trac
Section: web
Priority: optional
Build-Depends-Indep: python-setuptools (> 0.5)
Build-Depends: python-genshi (>= 0.5), python-central, python-all-dev, debhelper (>= 6.0.7), dpatch
Maintainer: Debian Trac Team <pkg-trac-devel@lists.alioth.debian.org>
Uploaders: Otavio Salvador <otavio@debian.org>, Andres Salomon <dilinger@debian.org>, Jesus Climent <jesus.climent@hispalinux.es>, Luis Matos <gass@otiliamatos.ath.cx>
Standards-Version: 3.8.0
VCS-Git: git://git.debian.org/git/pkg-trac/trac.git
VCS-Browser: http://git.debian.org/?p=pkg-trac/trac.git
XS-Python-Version: all
Homepage: http://trac.edgewall.com
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
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)
Description: Enhanced wiki and issue tracking system for software development projects
Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way. Trac should impose as little as possible on a team's established
development process and policies.
Trac can use SQLite, PostgreSQL and MySQL backends. The preferred and easier
to use is SQLite.
XB-Python-Version: ${python:Versions}
|