diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-04 11:01:23 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-04 11:01:23 +0200 |
| commit | cfbd09e6e3d4c3a3d189a1b6153f61d57d388dae (patch) | |
| tree | 9f744d090633d68e00b0e7c52b1f93a905656e4b | |
| parent | fc00fdb82d44d92956ddf2f385cb215919ef4121 (diff) | |
| parent | 7c8461433dc6b52df213ec4e89ac97fd6b5b3c2e (diff) | |
| download | python-apt-cfbd09e6e3d4c3a3d189a1b6153f61d57d388dae.tar.gz | |
* merged with debian
* apt/cache.py:
- add "memonly" option to apt.Cache() to force python-apt to
not touch the pkgcache.bin file (this works around a possible
race condition in the pkgcache.bin handling)
* data/templates/Ubuntu.info.in:
- added ubuntu 'intrepid'
* debian/README.source:
- added (basic) documentation how to build python-apt
* aptsources/distinfo.py:
- support arch specific BaseURI, MatchURI and MirrosFile fields
in the distinfo template
* debian/control:
- move bzr branch to bzr.debian.org and update Vcs-Bzr
| -rw-r--r-- | debian/changelog | 24 | ||||
| -rw-r--r-- | debian/control | 5 |
2 files changed, 27 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2e70290a..55cdeec2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +python-apt (0.7.6ubuntu1) intrepid; urgency=low + + * merged with debian + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jul 2008 11:00:33 +0200 + +python-apt (0.7.6) unstable; urgency=low + + * apt/cache.py: + - add "memonly" option to apt.Cache() to force python-apt to + not touch the pkgcache.bin file (this works around a possible + race condition in the pkgcache.bin handling) + * data/templates/Ubuntu.info.in: + - added ubuntu 'intrepid' + * debian/README.source: + - added (basic) documentation how to build python-apt + * aptsources/distinfo.py: + - support arch specific BaseURI, MatchURI and MirrosFile fields + in the distinfo template + * debian/control: + - move bzr branch to bzr.debian.org and update Vcs-Bzr + + -- Michael Vogt <mvo@debian.org> Wed, 18 Jun 2008 14:46:43 +0200 + python-apt (0.7.5ubuntu2) intrepid; urgency=low * apt/cache.py: diff --git a/debian/control b/debian/control index 941c85fb..a8109c8d 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,9 @@ 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.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.9ubuntu3), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg -XS-Vcs-Bzr: http://people.debian.org/~mvo/bzr/python-apt/debian-sid +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg +XS-Original-Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid +Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu Package: python-apt Architecture: any |
