Merge lp:~pitti/ubuntu-app-launch/upstart-dep into lp:ubuntu-app-launch/14.10

Proposed by Martin Pitt
Status: Merged
Approved by: Ted Gould
Approved revision: 157
Merge reported by: Ted Gould
Merged at revision: not available
Proposed branch: lp:~pitti/ubuntu-app-launch/upstart-dep
Merge into: lp:ubuntu-app-launch/14.10
Diff against target: 21 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~pitti/ubuntu-app-launch/upstart-dep
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+233172@code.launchpad.net

Commit message

Adjust upstart recommends to upstart-bin

Description of the change

Adjust upstart recommends to upstart-bin. ubuntu-app-launch 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
Ted Gould (ted) :
review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks Ted! 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?

158. By Martin Pitt

merge trunk

Revision history for this message
Martin Pitt (pitti) wrote :

Updated to trunk to fix conflict.

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-08 19:50:53 +0000
3+++ debian/control 2014-09-26 07:44:46 +0000
4@@ -22,7 +22,7 @@
5 libzeitgeist-2.0-dev,
6 gobject-introspection,
7 python3-dbusmock,
8- upstart (>= 1.13),
9+ upstart-bin (>= 1.13),
10 Standards-Version: 3.9.4
11 Homepage: http://launchpad.net/ubuntu-app-launch
12 # If you aren't a member of ~indicator-applet-developers but need to upload packaging changes,
13@@ -35,7 +35,7 @@
14 Depends: ${shlibs:Depends},
15 ${misc:Depends},
16 click-apparmor,
17- upstart (>= 1.13),
18+ upstart-bin (>= 1.13),
19 zeitgeist-core,
20 Replaces: upstart-app-launch
21 Conflicts: upstart-app-launch

Subscribers

People subscribed via source and target branches