Merge lp:~pitti/unity/upstart-dep into lp:unity

Proposed by Martin Pitt
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 3870
Proposed branch: lp:~pitti/unity/upstart-dep
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~pitti/unity/upstart-dep
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+233168@code.launchpad.net

Commit message

Adjust upstart dependency to upstart-bin.

Description of the change

Adjust upstart dependency to upstart-bin. unity-services 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
Marco Trevisan (Treviño) (3v1n0) wrote :

Agree, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-07-30 13:37:07 +0000
+++ debian/control 2014-09-03 07:44:19 +0000
@@ -110,7 +110,7 @@
110Architecture: any110Architecture: any
111Depends: ${shlibs:Depends},111Depends: ${shlibs:Depends},
112 ${misc:Depends},112 ${misc:Depends},
113 upstart,113 upstart-bin,
114Description: Services for the Unity interface114Description: Services for the Unity interface
115 Unity is a desktop experience that sings. Designed by Canonical and the Ayatana115 Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
116 community, Unity is all about the combination of familiarity and the future. We116 community, Unity is all about the combination of familiarity and the future. We