Merge lp:~kissiel/checkbox/fix-1465162-missing-qml-shell into lp:checkbox

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 3828
Merged at revision: 3840
Proposed branch: lp:~kissiel/checkbox/fix-1465162-missing-qml-shell
Merge into: lp:checkbox
Diff against target: 12 lines (+2/-0)
1 file modified
plainbox/MANIFEST.in (+2/-0)
To merge this branch: bzr merge lp:~kissiel/checkbox/fix-1465162-missing-qml-shell
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+261933@code.launchpad.net

Description of the change

This MR makes plainbox package qml_shell.qml.

This fixes a problem where in released versions of plainbox user couldn't run plainbox-qml-shell, because the testing shell (qml_shell.qml) was missing.

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

Thanks, +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-06-10 08:02:06 +0000
3+++ plainbox/MANIFEST.in 2015-06-15 08:15:33 +0000
4@@ -31,6 +31,8 @@
5
6 include plainbox/vendor/argparse/py*-argparse.py
7
8+include plainbox/qml_shell/qml_shell.qml
9+
10 recursive-exclude daily-package-testing *
11 recursive-exclude plainbox/vendor/textland-project COPYING README.md
12 recursive-include contrib *.policy

Subscribers

People subscribed via source and target branches