Merge lp:~cr3/unattended-upgrades/1046438 into lp:~ubuntu-core-dev/unattended-upgrades/ubuntu

Proposed by Marc Tardif
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~cr3/unattended-upgrades/1046438
Merge into: lp:~ubuntu-core-dev/unattended-upgrades/ubuntu
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
unattended-upgrade (+1/-1)
To merge this branch: bzr merge lp:~cr3/unattended-upgrades/1046438
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+124295@code.launchpad.net

Description of the change

These are the same changes that were proposed downstream:

https://code.launchpad.net/~cr3/ubuntu/quantal/unattended-upgrades/1046438/+merge/122914

This is the third attempt...

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, merged. For some reason LP put it into the wrong branch but its in my ubuntu branch now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-09-10 08:08:24 +0000
3+++ debian/changelog 2012-09-13 20:40:26 +0000
4@@ -1,3 +1,9 @@
5+unattended-upgrades (0.79.3ubuntu2) precise; urgency=low
6+
7+ * Fixed debug output when a package has no candidates (LP: #1046438)
8+
9+ -- Marc Tardif <marc@ubuntu.com> Thu, 13 Sep 2012 16:16:04 -0400
10+
11 unattended-upgrades (0.79.3ubuntu1) quantal; urgency=low
12
13 [ Thomas Kluyver ]
14
15=== modified file 'unattended-upgrade'
16--- unattended-upgrade 2012-09-07 07:11:25 +0000
17+++ unattended-upgrade 2012-09-13 20:40:26 +0000
18@@ -853,7 +853,7 @@
19 for pkg in cache:
20 if options.debug and pkg.is_upgradable:
21 logging.debug("Checking: %s (%s)" % (
22- pkg.name, map(str, pkg.candidate.origins)))
23+ pkg.name, map(str, getattr(pkg.candidate, "origins", []))))
24 if (pkg.is_upgradable and
25 not is_pkgname_in_blacklist(pkg.name, blacklisted_pkgs) and
26 is_allowed_origin(pkg.candidate, allowed_origins)):

Subscribers

People subscribed via source and target branches

to all changes: