Merge lp:~kiwinote/software-center/bug887392 into lp:software-center

Proposed by Kiwinote
Status: Merged
Merged at revision: 2549
Proposed branch: lp:~kiwinote/software-center/bug887392
Merge into: lp:software-center
Diff against target: 29 lines (+10/-0)
2 files modified
debian/changelog (+8/-0)
setup.py (+2/-0)
To merge this branch: bzr merge lp:~kiwinote/software-center/bug887392
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+81608@code.launchpad.net

Description of the change

to reproduce:
install s-c 5.1.1
try launching s-c

to test:
build deb from branch
install this deb
launch s-c succesfully

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Great catch, thanks kiwinote! Now merged. We need to get this released.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-11-07 14:41:00 +0000
+++ debian/changelog 2011-11-08 17:02:29 +0000
@@ -1,3 +1,11 @@
1software-center (5.1.1.1) precise; urgency=low
2
3 * setup.py:
4 - list sc.backend.oneconfhandler and sc.backend.reviews as packages
5 this allows s-c to startup on the development release (LP: #887392)
6
7 -- Kiwinote <kiwinote@gmail.com> Tue, 08 Nov 2011 16:49:29 +0000
8
1software-center (5.1.1) precise; urgency=low9software-center (5.1.1) precise; urgency=low
210
3 [ Matthew McGowan ]11 [ Matthew McGowan ]
412
=== modified file 'setup.py'
--- setup.py 2011-10-20 16:07:34 +0000
+++ setup.py 2011-11-08 17:02:29 +0000
@@ -89,7 +89,9 @@
89 'softwarecenter.backend',89 'softwarecenter.backend',
90 'softwarecenter.backend.installbackend_impl',90 'softwarecenter.backend.installbackend_impl',
91 'softwarecenter.backend.channel_impl',91 'softwarecenter.backend.channel_impl',
92 'softwarecenter.backend.oneconfhandler',
92 'softwarecenter.backend.piston',93 'softwarecenter.backend.piston',
94 'softwarecenter.backend.reviews',
93 'softwarecenter.db',95 'softwarecenter.db',
94 'softwarecenter.db.pkginfo_impl',96 'softwarecenter.db.pkginfo_impl',
95 'softwarecenter.db.history_impl',97 'softwarecenter.db.history_impl',

Subscribers

People subscribed via source and target branches