diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-01-19 11:46:19 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-01-19 11:46:19 +0100 |
| commit | cf4392ab9c6acf2eba88fe64b23603896a913ab2 (patch) | |
| tree | 0753d4e11be92a0c4a91f0a2bd9e2b2fb51b70df | |
| parent | d508fabc6f1a8917861ff8b960315eee2af9dc55 (diff) | |
| download | python-apt-cf4392ab9c6acf2eba88fe64b23603896a913ab2.tar.gz | |
* make setup.py executable
* add some information about aptsources to the package description
| -rw-r--r-- | debian/control | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | setup.py | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e2f97b78..c54fbec1 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, p Package: python-apt Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) @@ -24,3 +24,6 @@ Description: Python interface to libapt-pkg - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure + . + Furthermore it provides an abstraction of the sources.list configuration + on the repository and the distro level. |
