From 6b404429b1a194acac8627294e5cc5bd826d6167 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 10 Jun 2015 14:31:01 +0200 Subject: Use ${python:Depends} and friends for the debug packages dpkg-gencontrol was unhappy. Now he's only unhappy about ${python:Versions} and ${python3:Versions}, but I do not think they should be used anymore. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index b65078a2..6d8a71ac 100644 --- a/debian/control +++ b/debian/control @@ -91,8 +91,9 @@ Priority: extra Architecture: any Multi-Arch: allowed Section: debug -Depends: python-dbg, python-apt (= ${binary:Version}), ${shlibs:Depends}, +Depends: ${python:Depends}, python-apt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} 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 @@ -158,8 +159,9 @@ Multi-Arch: allowed Section: debug Breaks: python-apt (<< 0.7.98+nmu1) Replaces: python-apt (<< 0.7.98+nmu1) -Depends: python3-dbg, python3-apt (= ${binary:Version}), ${shlibs:Depends}, +Depends: ${python3:Depends}, python3-apt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Provides: ${python3:Provides} Description: Python 3 interface to libapt-pkg (debug extension) The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a -- cgit v1.2.3