diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-03-22 20:04:26 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-03-22 20:04:26 +0100 |
| commit | faef2c5236d0966e3ecf3dcee52f0fe2e3aaf7b6 (patch) | |
| tree | 807f9e154dde3c078a3e194f84d8258ca76f8df1 /debian | |
| parent | db910e38e65586c7ab7875edbe2b7f21e03d5450 (diff) | |
| download | python-apt-faef2c5236d0966e3ecf3dcee52f0fe2e3aaf7b6.tar.gz | |
debian/control: Drop X{B,S}-Python-Version and use X-Python-Version
The others are deprecated.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 4bc26ff3..db785fbe 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: standard Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.9.5 -XS-Python-Version: >= 2.7 +X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 Build-Depends: apt (>= 0.9.6), apt-utils, @@ -58,7 +58,6 @@ Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), wajig (<< 2.0.46) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc -XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a @@ -93,7 +92,6 @@ Multi-Arch: allowed 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 |
