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
=== modified file 'apt/package.py'
--- apt/package.py 2015-09-06 11:44:35 +0000
+++ apt/package.py 2015-12-22 19:34:26 +0000
@@ -1317,7 +1317,7 @@
1317 self.mark_auto(auto)1317 self.mark_auto(auto)
1318 else:1318 else:
1319 # FIXME: we may want to throw a exception here1319 # FIXME: we may want to throw a exception here
1320 sys.stderr.write(("MarkUpgrade() called on a non-upgrable pkg: "1320 sys.stderr.write(("MarkUpgrade() called on a non-upgradable pkg: "
1321 "'%s'\n") % self._pkg.name)1321 "'%s'\n") % self._pkg.name)
13221322
1323 def mark_auto(self, auto=True):1323 def mark_auto(self, auto=True):

Subscribers

People subscribed via source and target branches

to all changes: