diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 12:28:50 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 12:28:50 +0200 |
| commit | 8572d7a6dff1c3b5e8b27fcfbc36bd13232be598 (patch) | |
| tree | 09d7faf261bbfaaa354a1875ab5381dd24cc3db1 /debian/control | |
| parent | d65882227dd3201c03c87922391d1ad8d21ee84e (diff) | |
| download | python-apt-8572d7a6dff1c3b5e8b27fcfbc36bd13232be598.tar.gz | |
* debian/control:
- tightend dependency
* apt/progress.py:
- use os._exit() instead of sys.exit() (lp: 53298)
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 5fa1bc83..e2f97b78 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.6.2.0 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.40), apt-utils, python-all-dev, python-central +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central Package: python-apt Architecture: any |
