File: control

package info (click to toggle)
python-offtrac 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84 kB
  • ctags: 22
  • sloc: python: 79; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
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.