summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5eda3ff536b016644d0f9091167da5085bf7ecc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-aptsources
Section: unknown
Priority: optional
XS-Python-Version: all
Maintainer: Sebastian Heinlein <glatzor@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 5.0.37.2), python-central (>= 0.5), python-distutils-extra
Standards-Version: 3.7.2

Package: python-aptsources
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: abstraction of the sources.list for use in python applications
 This package provides python modules that help to administrate the
 sources.list by providing an abstraction of it.
 .