From 4ed69e597c387b379629ea3dc40e54e6a8a78b8a Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 26 Aug 2010 12:17:17 +0200 Subject: * debian/control: - Adapt to new Python 3 handling (Closes: #593042) --- debian/control | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a3decb78..ca293f40 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,15 @@ Priority: standard Maintainer: APT Development Team Uploaders: Michael Vogt , Julian Andres Klode Standards-Version: 3.8.4 -XS-Python-Version: 2.5, 2.6, 3.1 +XS-Python-Version: >= 2.5 +X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.7.22~), - python2.5-dbg, - python2.5-dev, - python2.6-dev, - python2.6-dbg, - python3.1-dev, - python3.1-dbg, + python-all-dev, + python-all-dbg, + python3-all-dev (>= 3.1.2-6~), + python3-all-dbg (>= 3.1.2-6~), python-central (>= 0.5), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5) @@ -25,7 +24,7 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: lsb-release, iso-codes, python2.6 Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) -Provides: ${python:Provides} +Provides: python3-apt, ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg -- cgit v1.2.3 From 32a6c32adb02ec4036ebc11890d795679ed0eadc Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 26 Aug 2010 12:19:10 +0200 Subject: Build-depend on APT >= 0.8 to get gzip compression enabled (optional, can be reverted for backports) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 68789fce..380e66cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ python-apt (0.7.97) UNRELEASED; urgency=low - Document Configuration.dump(). * debian/control: - Adapt to new Python 3 handling (Closes: #593042) + - Build-depend on APT >= 0.8 to get gzip compression enabled (optional, + can be reverted for backports) [ Michael Vogt ] * python/configuration.cc: diff --git a/debian/control b/debian/control index ca293f40..2d3d1b70 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ XS-Python-Version: >= 2.5 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), - libapt-pkg-dev (>= 0.7.22~), + libapt-pkg-dev (>= 0.8), python-all-dev, python-all-dbg, python3-all-dev (>= 3.1.2-6~), -- cgit v1.2.3 From a3d187201040910d662bc7d469d946034f4d3d75 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 26 Aug 2010 12:32:48 +0200 Subject: Set Standards-Version to 3.9.1 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 5669642b..7190f63d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ python-apt (0.7.97) UNRELEASED; urgency=low - Adapt to new Python 3 handling (Closes: #593042) - Build-depend on APT >= 0.8 to get gzip compression enabled (optional, can be reverted for backports) + - Set Standards-Version to 3.9.1 [ Michael Vogt ] * python/configuration.cc: diff --git a/debian/control b/debian/control index 2d3d1b70..842f32fb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: standard Maintainer: APT Development Team Uploaders: Michael Vogt , Julian Andres Klode -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, -- cgit v1.2.3