diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 14:31:01 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 14:31:26 +0200 |
| commit | 6b404429b1a194acac8627294e5cc5bd826d6167 (patch) | |
| tree | 842eafea63814a74c28ddaf75c67aaa7a7a82b78 /debian | |
| parent | 91e4be065371c1fb6aa224eb180155e312cb1750 (diff) | |
| download | python-apt-6b404429b1a194acac8627294e5cc5bd826d6167.tar.gz | |
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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
