Merge lp:~dobey/software-center/oc-lesser into lp:software-center

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 3290
Merged at revision: 3290
Proposed branch: lp:~dobey/software-center/oc-lesser
Merge into: lp:software-center
Diff against target: 29 lines (+7/-1)
2 files modified
debian/changelog (+5/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~dobey/software-center/oc-lesser
Reviewer Review Type Date Requested Status
Roberto Alsina Approve
Review via email: mp+146749@code.launchpad.net

Commit message

Fix oneconf dependency change to allow building and installing on older versions of Ubuntu.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
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 2013-01-19 00:00:58 +0000
3+++ debian/changelog 2013-02-05 23:44:22 +0000
4@@ -8,6 +8,11 @@
5 * software-center/paths.py:
6 - modify the OEM_CHANNEL_DESCRIPTOR path (LP: #1095823)
7
8+ [ Rodney Dawes ]
9+ * debian/control:
10+ - Fix oneconf dependency change to allow building and installing on
11+ older versions of Ubuntu.
12+
13 -- Barry Warsaw <barry@ubuntu.com> Thu, 17 Jan 2013 11:28:58 -0500
14
15 software-center (5.5.3) raring; urgency=low
16
17=== modified file 'debian/control'
18--- debian/control 2013-01-17 16:38:12 +0000
19+++ debian/control 2013-02-05 23:44:22 +0000
20@@ -52,7 +52,8 @@
21 python-xdg,
22 ubuntu-sso-client,
23 python-piston-mini-client (>= 0.1+bzr29),
24- python-oneconf (>= 0.3),
25+ oneconf (>= 0.2.6),
26+ python-oneconf (>= 0.3) | oneconf (<< 0.3),
27 python-debtagshw,
28 ubuntu-extras-keyring
29 Recommends: lsb-release,

Subscribers

People subscribed via source and target branches