Merge lp:~jshholland/ubuntu/lucid/aptdaemon/fix-beginn into lp:ubuntu/lucid/aptdaemon

Proposed by Josh Holland
Status: Merged
Merge reported by: James Westby
Merged at revision: not available
Proposed branch: lp:~jshholland/ubuntu/lucid/aptdaemon/fix-beginn
Merge into: lp:ubuntu/lucid/aptdaemon
Diff against target: 16 lines (+12/-0)
1 file modified
debian/patches/fix-beginn-typo.patch (+12/-0)
To merge this branch: bzr merge lp:~jshholland/ubuntu/lucid/aptdaemon/fix-beginn
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Ubuntu branches Pending
Review via email: mp+22410@code.launchpad.net

Description of the change

Fixes typo in aptdaemon/worker.py (ironically typoed in commit message).

beginn -> begin

Patch created using cdbs-edit-patch, seems to be fixed in the upstream lp:aptdaemon branch.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Hi Michael,

Would you review this and upload if that fits in with your plans please?

Thanks,

James

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks a lot for your branch! This got fixed upstream for lucid. I mark it as merged because upstream has it now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/fix-beginn-typo.patch'
2--- debian/patches/fix-beginn-typo.patch 1970-01-01 00:00:00 +0000
3+++ debian/patches/fix-beginn-typo.patch 2010-03-29 21:27:19 +0000
4@@ -0,0 +1,12 @@
5+diff -Nur -x '*.orig' -x '*~' aptdaemon/aptdaemon/worker.py aptdaemon.new/aptdaemon/worker.py
6+--- aptdaemon/aptdaemon/worker.py 2010-03-29 22:16:28.426820000 +0100
7++++ aptdaemon.new/aptdaemon/worker.py 2010-03-29 22:17:25.433493138 +0100
8+@@ -571,7 +571,7 @@
9+ # Run dpkg --configure -a to recover from a failed transaction
10+ self.trans.status = STATUS_CLEANING_UP
11+ self._unlock_cache()
12+- progress = DaemonDpkgRecoverProgress(self.trans, beginn=90, end=95)
13++ progress = DaemonDpkgRecoverProgress(self.trans, begin=90, end=95)
14+ progress.startUpdate()
15+ progress.run()
16+ progress.finishUpdate()

Subscribers

People subscribed via source and target branches

to all changes: