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
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-08 09:14:09 +0000
+++ debian/changelog 2012-10-09 07:30:28 +0000
@@ -189,6 +189,7 @@
189 * scripts/graphics_driver: Added NVIDIA driver detection (LP: #1060211)189 * scripts/graphics_driver: Added NVIDIA driver detection (LP: #1060211)
190 * [FEATURE] jobs/mediacard.txt.in: Added SDXC, MS, MSP and XD memory card190 * [FEATURE] jobs/mediacard.txt.in: Added SDXC, MS, MSP and XD memory card
191 tests.191 tests.
192 * setup.py: Add the missing checkbox.heuristics module (LP: #1064220)
192193
193 [Zygmunt Krynicki]194 [Zygmunt Krynicki]
194 * Fixed simple duplicate 'the' mistakes (LP: #1040022)195 * Fixed simple duplicate 'the' mistakes (LP: #1040022)
195196
=== modified file 'setup.py'
--- setup.py 2012-09-20 14:32:09 +0000
+++ setup.py 2012-10-09 07:30:28 +0000
@@ -266,8 +266,8 @@
266 "bin/checkbox-qt"],266 "bin/checkbox-qt"],
267 packages=[267 packages=[
268 "checkbox", "checkbox.contrib", "checkbox.dbus", "checkbox.lib",268 "checkbox", "checkbox.contrib", "checkbox.dbus", "checkbox.lib",
269 "checkbox.parsers", "checkbox.reports", "checkbox_cli",269 "checkbox.parsers", "checkbox.reports", "checkbox.heuristics",
270 "checkbox_gtk", "checkbox_urwid", "checkbox_qt"],270 "checkbox_cli", "checkbox_gtk", "checkbox_urwid", "checkbox_qt"],
271 package_data={271 package_data={
272 "": ["cputable"]},272 "": ["cputable"]},
273 cmdclass={273 cmdclass={

Subscribers

People subscribed via source and target branches