summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control5
-rwxr-xr-x[-rw-r--r--]setup.py0
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.
diff --git a/setup.py b/setup.py
index 5adb0376..5adb0376 100644..100755
--- a/setup.py
+++ b/setup.py