diff options
| author | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 11:23:31 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 11:23:31 +0100 |
| commit | 4d027f3bde2f083f87b6e645e518607f731caa12 (patch) | |
| tree | c48cc9874976b3eb5632a4618ae5a40e6a5543bf | |
| parent | a04c18d88d722609366ce4b4e12db78a816e5def (diff) | |
| download | python-apt-4d027f3bde2f083f87b6e645e518607f731caa12.tar.gz | |
* depend on lsb-release and python-apt
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5eda3ff5..1ede02b3 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.7.2 Package: python-aptsources Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lsb-release, python-apt 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. |
