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
=== modified file 'checkbox-old/debian/changelog'
--- checkbox-old/debian/changelog 2013-06-12 10:46:23 +0000
+++ checkbox-old/debian/changelog 2013-06-13 07:45:34 +0000
@@ -25,6 +25,8 @@
25 at least run on those systems where they are supposed to (LP: #1184882)25 at least run on those systems where they are supposed to (LP: #1184882)
26 * checkbox_qt/qt_interface.py - Order the list of items to be displayed26 * checkbox_qt/qt_interface.py - Order the list of items to be displayed
27 alphabetically, so the order is consistent (LP: #1177647)27 alphabetically, so the order is consistent (LP: #1177647)
28 * debian/rules - Add checkbox-hw-collection so that it's treated in the same
29 way as other checkbox derived packages like checkbox-qt (LP: #1188601)
2830
29 [ Daniel Manrique ]31 [ Daniel Manrique ]
30 * jobs/stress.txt.in: fixed a few inconsistent invocations of sleep_test.32 * jobs/stress.txt.in: fixed a few inconsistent invocations of sleep_test.
3133
=== modified file 'checkbox-old/debian/rules'
--- checkbox-old/debian/rules 2013-06-01 08:23:08 +0000
+++ checkbox-old/debian/rules 2013-06-13 07:45:34 +0000
@@ -28,6 +28,7 @@
28 cp debian/checkbox.postrm debian/checkbox-urwid.postrm28 cp debian/checkbox.postrm debian/checkbox-urwid.postrm
29 cp debian/checkbox.postrm debian/checkbox-gtk.postrm29 cp debian/checkbox.postrm debian/checkbox-gtk.postrm
30 cp debian/checkbox.postrm debian/checkbox-qt.postrm30 cp debian/checkbox.postrm debian/checkbox-qt.postrm
31 cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
31 dh_installdeb32 dh_installdeb
3233
33override_dh_installdocs:34override_dh_installdocs:
@@ -35,11 +36,12 @@
35 dh_installdocs -pcheckbox-cli ./README 36 dh_installdocs -pcheckbox-cli ./README
36 dh_installdocs -pcheckbox-urwid ./README 37 dh_installdocs -pcheckbox-urwid ./README
37 dh_installdocs -pcheckbox-gtk ./README 38 dh_installdocs -pcheckbox-gtk ./README
38 dh_installdocs -pcheckbox-qt ./README 39 dh_installdocs -pcheckbox-qt ./README
40 dh_installdocs -pcheckbox-hw-collection ./README
39 dh_installdocs41 dh_installdocs
4042
41override_dh_clean:43override_dh_clean:
42 -find . -name \*.mo -exec rm {} \;44 -find . -name \*.mo -exec rm {} \;
43 -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm45 -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
44 debconf-updatepo46 debconf-updatepo
45 dh_clean47 dh_clean

Subscribers

People subscribed via source and target branches