Merge lp:~kissiel/checkbox/fix-1443472 into lp:checkbox

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3682
Merged at revision: 3682
Proposed branch: lp:~kissiel/checkbox/fix-1443472
Merge into: lp:checkbox
Diff against target: 10 lines (+1/-1)
1 file modified
plainbox/MANIFEST.in (+1/-1)
To merge this branch: bzr merge lp:~kissiel/checkbox/fix-1443472
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+255971@code.launchpad.net

Description of the change

This MR fixes a problem where checkbox.html was not included in the package by including all *.html from 'plainbox/data' dir.

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

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plainbox/MANIFEST.in'
2--- plainbox/MANIFEST.in 2015-04-10 12:35:12 +0000
3+++ plainbox/MANIFEST.in 2015-04-13 14:54:39 +0000
4@@ -35,5 +35,5 @@
5 recursive-exclude plainbox/vendor/textland-project COPYING README.md
6 recursive-include contrib *.policy
7 recursive-include docs *.rst *.py *.html *.conf
8-recursive-include plainbox/data *.rng *.css *.js
9+recursive-include plainbox/data *.rng *.css *.js *.html
10 recursive-include plainbox/test-data *.json *.xml *.html

Subscribers

People subscribed via source and target branches