~ubuntu-branches/ubuntu/wily/python-apt/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2015-08-13 22:07:58 UTC
  • Revision ID: package-import@ubuntu.com-20150813220758-si45eptaem530tnt
Tags: 1.0.0~beta3.1ubuntu1
* Cherrypick d1d4e0848c5c2963d8411470bcf15a0e8c3538af from git
  to resolve the testsuite failures with the new pep8 version.
* debian/control: Drop apt build-depends to 1.0.9.10ubuntu6 to
  build in wily; can be dropped after apt >= 1.0.10 is merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-apt
2
2
Section: python
3
3
Priority: standard
4
 
Maintainer: APT Development Team <deity@lists.debian.org>
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org>
5
6
Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org>
6
7
Standards-Version: 3.9.6
7
8
X-Python-Version: >= 2.7
8
9
X-Python3-Version: >= 3.3
9
 
Build-Depends: apt (>= 1.0.10), g++ (>= 4:5.2),
 
10
Build-Depends: apt (>= 1.0.9.10ubuntu6), g++ (>= 4:5.2),
10
11
               apt-utils,
11
12
               debhelper (>= 9),
12
13
               dh-python,
13
14
               fakeroot,
14
 
               libapt-pkg-dev (>= 1.0.10~),
 
15
               libapt-pkg-dev (>= 1.0.9.10ubuntu6),
15
16
               python-all-dev (>= 2.7),
16
17
               python-all-dbg,
17
18
               python3-all-dev (>= 3.3),