Merge lp:~vorlon/whoopsie-daisy/dh_installinit into lp:~ev/whoopsie-daisy/trunk

Proposed by Steve Langasek
Status: Merged
Merged at revision: 304
Proposed branch: lp:~vorlon/whoopsie-daisy/dh_installinit
Merge into: lp:~ev/whoopsie-daisy/trunk
Diff against target: 25 lines (+10/-0)
2 files modified
debian/changelog (+7/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~vorlon/whoopsie-daisy/dh_installinit
Reviewer Review Type Date Requested Status
Evan Pending
Review via email: mp+98977@code.launchpad.net

Description of the change

fix the whoopsie packaging so that the daemon is started/stopped correctly
on package install,upgrade,removal

To post a comment you must log in.

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 2012-03-22 15:30:59 +0000
3+++ debian/changelog 2012-03-23 07:15:26 +0000
4@@ -1,3 +1,10 @@
5+whoopsie-daisy (0.1.21) UNRELEASED; urgency=low
6+
7+ * debian/rules: make sure dh_installinit knows about our upstart job, so
8+ we get correct start/stop/restart handling on install/removal/upgrade.
9+
10+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 22 Mar 2012 23:59:21 -0700
11+
12 whoopsie-daisy (0.1.20) precise; urgency=low
13
14 * Handle errors in changing the filename extension, even when we're
15
16=== modified file 'debian/rules'
17--- debian/rules 2011-12-01 17:04:38 +0000
18+++ debian/rules 2012-03-23 07:15:26 +0000
19@@ -13,3 +13,6 @@
20
21 %:
22 dh $@
23+
24+override_dh_installinit:
25+ dh_installinit -pwhoopsie -o --upstart-only

Subscribers

People subscribed via source and target branches

to all changes: