File: control

package info (click to toggle)
python-bzutils 0.2-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 152 kB
  • ctags: 70
  • sloc: python: 596; makefile: 36
file content (22 lines) | stat: -rw-r--r-- 722 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
Source: python-bzutils
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-bzutils
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
         ${python:Depends},
         python-beautifulsoup (>= 3.0)
Provides: ${python:Provides}
Description: Python module to interact with bugzilla servers
 Bugzilla is a widely used Bug Tracking System. This module allows to
 query and manipulate bug reports on bugzilla servers from Python
 scripts.