Merge lp:~brendan-donegan/checkbox/bug1188601 into lp:checkbox

Proposed by Brendan Donegan
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 2176
Merged at revision: 2183
Proposed branch: lp:~brendan-donegan/checkbox/bug1188601
Merge into: lp:checkbox
Diff against target: 39 lines (+6/-2)
2 files modified
checkbox-old/debian/changelog (+2/-0)
checkbox-old/debian/rules (+4/-2)
To merge this branch: bzr merge lp:~brendan-donegan/checkbox/bug1188601
Reviewer Review Type Date Requested Status
Brendan Donegan (community) Approve
Zygmunt Krynicki (community) Approve
Review via email: mp+168890@code.launchpad.net

Description of the change

 When creating the checkbox-hw-collection package, debian/rules was not updated to refer to it, so it wasn't getting treated in the same way as packages like checkbox-qt. The most important side-effect of this was that dpkg --purge didn't work properly to remove the checkbox-hw-collection.ini file.

Added reference to checkbox-hw-collection in debian/rules so that it's treated like the other checkbox derived packages.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

seems broken on tabs/spaces

review: Needs Fixing
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

also, could you not change the unrelated parts of debian/changelog

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

I'm unsure how that got touched. Anyway, updated now.

review: Needs Resubmitting
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve
Revision history for this message
Daniel Manrique (roadmr) wrote :

Attempt to merge into lp:checkbox failed due to conflicts:

text conflict in checkbox-old/debian/changelog

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

Self-approving after fixing conflict

review: Approve
Revision history for this message
Daniel Manrique (roadmr) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Revision history for this message
Daniel Manrique (roadmr) wrote :

The attempt to merge lp:~brendan-donegan/checkbox/bug1188601 into lp:checkbox failed. Below is the output from the failed tests.

[precise] Bringing VM 'up'
[precise] Unable to 'up' VM!
[precise] stdout: http://paste.ubuntu.com/5761070/
[precise] stderr: http://paste.ubuntu.com/5761071/
[precise] NOTE: unable to execute tests, marked as failed
[precise] Destroying failed VM to reclaim resources
[precise] Destroying VM and associated drives...
[quantal] Bringing VM 'up'
[quantal] Unable to 'up' VM!
[quantal] stdout: http://paste.ubuntu.com/5761072/
[quantal] stderr: http://paste.ubuntu.com/5761073/
[quantal] NOTE: unable to execute tests, marked as failed
[quantal] Destroying failed VM to reclaim resources
[quantal] Destroying VM and associated drives...
[raring] Bringing VM 'up'
[raring] Unable to 'up' VM!
[raring] stdout: http://paste.ubuntu.com/5761076/
[raring] stderr: http://paste.ubuntu.com/5761077/
[raring] NOTE: unable to execute tests, marked as failed
[raring] Destroying failed VM to reclaim resources
[raring] Destroying VM and associated drives...
[saucy] Bringing VM 'up'
[saucy] Unable to 'up' VM!
[saucy] stdout: http://paste.ubuntu.com/5761078/
[saucy] stderr: http://paste.ubuntu.com/5761079/
[saucy] NOTE: unable to execute tests, marked as failed
[saucy] Destroying failed VM to reclaim resources
[saucy] Destroying VM and associated drives...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-old/debian/changelog'
2--- checkbox-old/debian/changelog 2013-06-12 10:46:23 +0000
3+++ checkbox-old/debian/changelog 2013-06-13 07:45:34 +0000
4@@ -25,6 +25,8 @@
5 at least run on those systems where they are supposed to (LP: #1184882)
6 * checkbox_qt/qt_interface.py - Order the list of items to be displayed
7 alphabetically, so the order is consistent (LP: #1177647)
8+ * debian/rules - Add checkbox-hw-collection so that it's treated in the same
9+ way as other checkbox derived packages like checkbox-qt (LP: #1188601)
10
11 [ Daniel Manrique ]
12 * jobs/stress.txt.in: fixed a few inconsistent invocations of sleep_test.
13
14=== modified file 'checkbox-old/debian/rules'
15--- checkbox-old/debian/rules 2013-06-01 08:23:08 +0000
16+++ checkbox-old/debian/rules 2013-06-13 07:45:34 +0000
17@@ -28,6 +28,7 @@
18 cp debian/checkbox.postrm debian/checkbox-urwid.postrm
19 cp debian/checkbox.postrm debian/checkbox-gtk.postrm
20 cp debian/checkbox.postrm debian/checkbox-qt.postrm
21+ cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
22 dh_installdeb
23
24 override_dh_installdocs:
25@@ -35,11 +36,12 @@
26 dh_installdocs -pcheckbox-cli ./README
27 dh_installdocs -pcheckbox-urwid ./README
28 dh_installdocs -pcheckbox-gtk ./README
29- dh_installdocs -pcheckbox-qt ./README
30+ dh_installdocs -pcheckbox-qt ./README
31+ dh_installdocs -pcheckbox-hw-collection ./README
32 dh_installdocs
33
34 override_dh_clean:
35 -find . -name \*.mo -exec rm {} \;
36- -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm
37+ -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
38 debconf-updatepo
39 dh_clean

Subscribers

People subscribed via source and target branches