Merge lp:~brian-murray/python-apt/typo-1527166 into lp:~deity/python-apt/old-debian-sid

Proposed by Brian Murray
Status: Merged
Merge reported by: Brian Murray
Merged at revision: not available
Proposed branch: lp:~brian-murray/python-apt/typo-1527166
Merge into: lp:~deity/python-apt/old-debian-sid
Diff against target: 12 lines (+1/-1)
1 file modified
apt/package.py (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/python-apt/typo-1527166
Reviewer Review Type Date Requested Status
APT Development Team Pending
Review via email: mp+281249@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

lp:python-apt is a mirror of the git branch. So while in general I agree with the fix, this needs to be a patch against git://anonscm.debian.org/apt/python-apt.git - best if created with git format-patch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'apt/package.py'
2--- apt/package.py 2015-09-06 11:44:35 +0000
3+++ apt/package.py 2015-12-22 19:34:26 +0000
4@@ -1317,7 +1317,7 @@
5 self.mark_auto(auto)
6 else:
7 # FIXME: we may want to throw a exception here
8- sys.stderr.write(("MarkUpgrade() called on a non-upgrable pkg: "
9+ sys.stderr.write(("MarkUpgrade() called on a non-upgradable pkg: "
10 "'%s'\n") % self._pkg.name)
11
12 def mark_auto(self, auto=True):

Subscribers

People subscribed via source and target branches

to all changes: