diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 12:14:39 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 12:14:39 +0200 |
| commit | da5b9bcdf772358322d4e05a46cf6eb843d9afaa (patch) | |
| tree | a3d11a935373265a8829494b7792654dfdf90e3a /debian/control | |
| parent | 88889f46c025f759836edaf7396c45d7416e0a59 (diff) | |
| parent | 204ba672314d9ed07ca76770a32a6af5fbd67c25 (diff) | |
| download | python-apt-da5b9bcdf772358322d4e05a46cf6eb843d9afaa.tar.gz | |
* merged from debian/unstable
* Remaining changes:
- data/templates/Ubuntu.info: gutsy repository information
- set Maintainer field to ubuntu
* build against the new apt
* support for new "aptsources" pythn module
(thanks to Sebastian Heinlein)
* merged support for translated package descriptions
* merged support for automatic removal of unused dependencies
* merged http://glatzor.de/bzr/python-apt/sebi:
- this means that the new aptsources modules is available
* support translated pacakge descriptions
* support automatic dependency information
* python/apt_pkgmodule.cc:
- added pkgCache::State::PkgCurrentState enums
* python/pkgrecords.cc:
- added SourceVer
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 2a344320..b97dd78f 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: python-apt Section: python Priority: optional -Maintainer: Michael Vogt <mvo@ubuntu.com> +Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> -Standards-Version: 3.7.2 +Standards-Version: 3.7.2.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.46.4ubuntu8), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5), python-all-dbg -XS-Vcs-Bzr: http://launchpad.net/~ubuntu-core-dev/python-apt/ubuntu +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.0), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5), python-all-dbg +XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any |
