Merge lp:~pitti/pay-service/upstart-dep into lp:pay-service/14.10

Proposed by Martin Pitt
Status: Merged
Approved by: dobey
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~pitti/pay-service/upstart-dep
Merge into: lp:pay-service/14.10
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~pitti/pay-service/upstart-dep
Reviewer Review Type Date Requested Status
dobey (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+233170@code.launchpad.net

Commit message

Adjust upstart dependency to upstart-bin.

Description of the change

Adjust upstart dependency to upstart-bin. pay-service is only concerned
about session upstart, it does not care about pid 1. Adjust the dependency to
upstart-bin to allow uninstalling upstart and installing systemd-sysv.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks Rodney! This is trivial and not that urgent, so probably doesn't warrant an entire landing by itself. Could you fold this into the next landing?

Revision history for this message
dobey (dobey) wrote :

On Mon, 2014-09-15 at 08:30 +0000, Martin Pitt wrote:
> Thanks Rodney! This is trivial and not that urgent, so probably
> doesn't warrant an entire landing by itself. Could you fold this into
> the next landing?

That's the plan. I'm working on a larger branch at the moment to fix a
more critical issue, so hopefully will have it in the queue today.
Thanks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-08-07 14:42:01 +0000
3+++ debian/control 2014-09-03 07:42:27 +0000
4@@ -41,7 +41,7 @@
5 Depends: ${misc:Depends},
6 ${shlibs:Depends},
7 Recommends: libglib2.0-bin,
8- upstart,
9+ upstart-bin,
10 Description: service to allow requesting payment for an item
11 Allows applications to request an item be paid for by the user.
12 This requires interaction with the server backend to handle the

Subscribers

People subscribed via source and target branches