summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-02-09 15:10:22 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-02-09 15:10:22 +0100
commit90a4b1f9da30140e4716071cb82e79177c59a91d (patch)
treea6542d73a7ae8a20ceca4cbd4bff587d53174973 /apt
parent0545923ff7eb8d1babf32a14360512b8a1150b15 (diff)
parentabc022945280efbce5c08124066cbc9b1340a940 (diff)
downloadpython-apt-90a4b1f9da30140e4716071cb82e79177c59a91d.tar.gz
* apt/package.py:
- add "not_automatic" flag to the origin * debian/control: - rebuild against latest apt
Diffstat (limited to 'apt')
-rw-r--r--apt/package.py1
1 files changed, 1 insertions, 0 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: