summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-02-02 17:40:04 +0100
committerJulian Andres Klode <jak@debian.org>2010-02-02 17:40:04 +0100
commit07442ba7f9449a1a3d1cce0faba8af3954f5e220 (patch)
treeefbdd7bbf2dd3033a3dce05b221065efd94cff4e
parent4609ac0f0102e5427419ed4c122c6824ca7d7716 (diff)
downloadpython-apt-07442ba7f9449a1a3d1cce0faba8af3954f5e220.tar.gz
* debian/control:
- Make python-apt-dev depend on ${misc:Depends} and recommend python-dev.
-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