File: control

package info (click to toggle)
python-btsutils 0.3-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 172 kB
  • ctags: 116
  • sloc: python: 558; makefile: 35
file content (23 lines) | stat: -rw-r--r-- 751 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
Source: python-btsutils
Section: python
XS-Python-Version: >= 2.4
Priority: optional
Maintainer: Gustavo R. Montesino <grmontesino@ig.com.br>
Uploaders: Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5.0.38),
               python
Build-Depends-Indep: python-support (>= 0.5.3)
Standards-Version: 3.7.2

Package: python-btsutils
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
         ${python:Depends},
         devscripts,
         python-soappy,
         python-beautifulsoup
Provides: ${python:Provides}
Description: Python module to interact with debbugs servers
 Module which allows to query and manipulate bug reports on debbugs
 servers, such as the Debian Bug Tracking System from python scripts.