summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/package.py1
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
3 files changed, 11 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py
index 3d7846e4..f5262fff 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -83,6 +83,7 @@ class Origin(object):
self.label = VerFileIter.Label
self.origin = VerFileIter.Origin
self.site = VerFileIter.Site
+ self.not_automatic = VerFileIter.NotAutomatic
# check the trust
indexfile = pkg._list.FindIndex(VerFileIter)
if indexfile and indexfile.IsTrusted:
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