diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 15:10:22 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 15:10:22 +0100 |
| commit | 90a4b1f9da30140e4716071cb82e79177c59a91d (patch) | |
| tree | a6542d73a7ae8a20ceca4cbd4bff587d53174973 /debian | |
| parent | 0545923ff7eb8d1babf32a14360512b8a1150b15 (diff) | |
| parent | abc022945280efbce5c08124066cbc9b1340a940 (diff) | |
| download | python-apt-90a4b1f9da30140e4716071cb82e79177c59a91d.tar.gz | |
* apt/package.py:
- add "not_automatic" flag to the origin
* debian/control:
- rebuild against latest apt
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f60ab667..d4a0346d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.7.9~exp2ubuntu7) jaunty; urgency=low + + * apt/package.py: + - add "not_automatic" flag to the origin + * debian/control: + - rebuild against latest apt + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 15:09:17 +0100 + python-apt (0.7.9~exp2ubuntu6) jaunty; urgency=low * apt/cache.py: diff --git a/debian/control b/debian/control index a347a19f..2c59f9ce 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ 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.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg, python-sphinx (>= 0.5) +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.20), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg, python-sphinx (>= 0.5) 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 |
