From cf4392ab9c6acf2eba88fe64b23603896a913ab2 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Fri, 19 Jan 2007 11:46:19 +0100 Subject: * make setup.py executable * add some information about aptsources to the package description --- debian/control | 5 ++++- setup.py | 0 2 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup.py 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 old mode 100644 new mode 100755 -- cgit v1.2.3