Merge lp:~sylvain-pineau/checkbox/bug1064220 into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 1748
Merged at revision: 1748
Proposed branch: lp:~sylvain-pineau/checkbox/bug1064220
Merge into: lp:checkbox
Diff against target: 26 lines (+3/-2)
2 files modified
debian/changelog (+1/-0)
setup.py (+2/-2)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/bug1064220
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+128638@code.launchpad.net

Commit message

Add the missing checkbox.heuristics module in setup.py - fixes LP:1064220

Description of the change

This MR adds the missing checkbox.heuristics module in setup.py

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

+1, we need to get rid of maintaining this manually, this is 2012 not 1999

review: Approve

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-10-08 09:14:09 +0000
3+++ debian/changelog 2012-10-09 07:30:28 +0000
4@@ -189,6 +189,7 @@
5 * scripts/graphics_driver: Added NVIDIA driver detection (LP: #1060211)
6 * [FEATURE] jobs/mediacard.txt.in: Added SDXC, MS, MSP and XD memory card
7 tests.
8+ * setup.py: Add the missing checkbox.heuristics module (LP: #1064220)
9
10 [Zygmunt Krynicki]
11 * Fixed simple duplicate 'the' mistakes (LP: #1040022)
12
13=== modified file 'setup.py'
14--- setup.py 2012-09-20 14:32:09 +0000
15+++ setup.py 2012-10-09 07:30:28 +0000
16@@ -266,8 +266,8 @@
17 "bin/checkbox-qt"],
18 packages=[
19 "checkbox", "checkbox.contrib", "checkbox.dbus", "checkbox.lib",
20- "checkbox.parsers", "checkbox.reports", "checkbox_cli",
21- "checkbox_gtk", "checkbox_urwid", "checkbox_qt"],
22+ "checkbox.parsers", "checkbox.reports", "checkbox.heuristics",
23+ "checkbox_cli", "checkbox_gtk", "checkbox_urwid", "checkbox_qt"],
24 package_data={
25 "": ["cputable"]},
26 cmdclass={

Subscribers

People subscribed via source and target branches