summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 368b45c6..7bcc80bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low
- select.error objects do not have an errno attribute (Closes: #568005)
* doc/client-example.cc: Update against the new API.
* Fix typo seperated => separated in multiple files (reported by lintian).
+ * debian/control:
+ - Make python-apt-dev depend on ${misc:Depends} and recommend python-dev.
-- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100
diff --git a/debian/control b/debian/control
index 81fc00ee..5ed54dbd 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,7 @@ Architecture: any
Section: debug
Depends: python-dbg, python-apt (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}
+XB-Python-Version: ${python:Versions}
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
@@ -56,7 +57,9 @@ Description: Python interface to libapt-pkg (debug extension)
Package: python-apt-dev
Architecture: all
-Depends: python-apt (>= ${source:Version}), libapt-pkg-dev (>= 0.7.10)
+Depends: python-apt (>= ${source:Version}), libapt-pkg-dev (>= 0.7.10),
+ ${misc:Depends}
+Recommends: python-dev
Description: Python interface to libapt-pkg (development files)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a