Source: python-offtrac
Maintainer: Ana Custura <ana@netstat.org.uk>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/users/ana.c-guest/python-offtrac.git
Vcs-Git: https://anonscm.debian.org/users/ana.c-guest/python-offtrac.git
Homepage: http://fedorahosted.org/offtrac
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-offtrac
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Python-based xmlrpc client library for trac instances (Python 2)
 The Offtrac library aims to be a python-based xmlrpc client library for
 trac instances. It offers the !TracServer class, used for interaction with a
 Trac instance. It supports ticket and milestone queries and offers means for
 creating new tickets and milestones.
 .
 This package installs the library for Python 2.

Package: python3-offtrac
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python-based xmlrpc client library for trac instances (Python 3)
 The Offtrac library aims to be a python-based xmlrpc client library for
 trac instances. It offers the !TracServer class, used for interaction with a
 Trac instance. It supports ticket and milestone queries and offers means for
 creating new tickets and milestones.
 .
 This package installs the library for Python 3.
