blob: 6d1200d2a05a1f7ffbc40041c1f673f15d6b9be2 (
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)
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.
.
|