diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 13:41:57 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 13:41:57 +0200 |
| commit | fdffdc99bd66c46c3b502137e5fc4d113e5f2293 (patch) | |
| tree | 7250edc0159450b21d11b892ee360c5a81106bb4 /debian/control | |
| parent | a8290b2bd58aa4a75eeab34145daa4079b450533 (diff) | |
| download | python-apt-fdffdc99bd66c46c3b502137e5fc4d113e5f2293.tar.gz | |
* debian/control:
- increase build-dep for apt-utils to make tests during
build for test_auth.py
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6f84f448..2a0e4ef2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.9.3 XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 -Build-Depends: apt-utils, +Build-Depends: apt-utils (>= 0.9.6), debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), |
