mtp

Merge lp:~ogra/mtp/fix-packaging into lp:mtp

Proposed by Oliver Grawert
Status: Merged
Approved by: Ricardo Salveti
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~ogra/mtp/fix-packaging
Merge into: lp:mtp
Diff against target: 11 lines (+1/-1)
1 file modified
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~ogra/mtp/fix-packaging
Reviewer Review Type Date Requested Status
Ricardo Salveti (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+209997@code.launchpad.net

Commit message

Fix the installation of the mtp-state.conf upstart job file

Description of the change

Fix the installation of the mtp-state.conf upstart job file

To post a comment you must log in.
lp:~ogra/mtp/fix-packaging updated
41. By Oliver Grawert

fix packaging and install the mtp-state upstart job

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:41
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~ogra/mtp/fix-packaging/+merge/209997/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/mtp-ci/14/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/mtp-trusty-amd64-ci/4
    SUCCESS: http://jenkins.qa.ubuntu.com/job/mtp-trusty-armhf-ci/4
        deb: http://jenkins.qa.ubuntu.com/job/mtp-trusty-armhf-ci/4/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/mtp-trusty-i386-ci/4

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/mtp-ci/14/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Good, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'debian/mtp-state.conf' => 'debian/mtp-server.mtp-state.upstart'
2=== modified file 'debian/rules'
3--- debian/rules 2013-09-12 14:47:10 +0000
4+++ debian/rules 2014-03-07 19:11:43 +0000
5@@ -9,6 +9,6 @@
6 dh $@ -- --fail-missing
7
8 override_dh_installinit:
9- dh_installinit -pmtp-server --name=mtp-server-bootup --no-start -r -n
10+ dh_installinit -pmtp-server --name=mtp-state --no-start -r -n
11 dh_installinit
12

Subscribers

People subscribed via source and target branches