summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 15:43:15 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 15:43:15 +0200
commite945bab415a4b61b9ee00ad11d02c0b583f073b5 (patch)
tree39d8c43a815716b4c77559037fdf915079e4cf35
parent376f7b202b67393c68e7aa7a219a5d6b02b914d1 (diff)
downloadpython-apt-e945bab415a4b61b9ee00ad11d02c0b583f073b5.tar.gz
debian/control: Add ${misc:Depends} to python-apt-dbg dependencies.
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d0fbfdfa..47557615 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,8 @@ Description: Python interface to libapt-pkg
Package: python-apt-dbg
Priority: extra
Architecture: any
-Depends: python-dbg, python-apt (= ${Source-Version}), ${shlibs:Depends}
+Depends: python-dbg, python-apt (= ${Source-Version}), ${shlibs:Depends},
+ ${misc:Depends}
Description: Python interface to libapt-pkg (debug extension)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a