File: control

package info (click to toggle)
python-debianbts 1.9
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 60 kB
  • ctags: 33
  • sloc: python: 205; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-debianbts
Section: python
Priority: optional
Maintainer: Bastian Venthur <venthur@debian.org>
Build-Depends: dpatch, debhelper (>= 7), python-support (>= 0.6)
Standards-Version: 3.8.3
VCS-git: git://github.com/venthur/python-debianbts.git
Vcs-Browser: http://github.com/venthur/python-debianbts

Package: python-debianbts
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-soappy
Provides: ${python:Provides}
Description: Python interface to Debian's Bug Tracking System
 This package provides the debianbts module, which allows to query Debian's BTS
 via it's SOAP-inteface and returns the answer in Python's native data types.