Merge lp:~sylvain-pineau/checkbox/ppa-packaging-checkbox-converged_qchartjs_dep into lp:checkbox

Proposed by Sylvain Pineau
Status: Superseded
Proposed branch: lp:~sylvain-pineau/checkbox/ppa-packaging-checkbox-converged_qchartjs_dep
Merge into: lp:checkbox
Diff against target: 138 lines (+87/-0)
10 files modified
debian/changelog (+5/-0)
debian/checkbox-touch.desktop (+10/-0)
debian/clean (+2/-0)
debian/compat (+1/-0)
debian/control (+23/-0)
debian/copyright (+21/-0)
debian/install (+6/-0)
debian/rules (+11/-0)
debian/settings.json (+7/-0)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/ppa-packaging-checkbox-converged_qchartjs_dep
Reviewer Review Type Date Requested Status
Checkbox Developers Pending
Review via email: mp+265015@code.launchpad.net

This proposal has been superseded by a proposal from 2015-07-16.

Description of the change

Just add the new qml-module-qtquick-qchartjs to the binary dependencies

To post a comment you must log in.

Unmerged revisions

3. By Sylvain Pineau

debian/control: Added dpendency on qml-module-qtquick-qchartjs

2. By Maciej Kisielewski

move files into ./debian/

1. By Maciej Kisielewski

Initial commit

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/changelog'
3--- debian/changelog 1970-01-01 00:00:00 +0000
4+++ debian/changelog 2015-07-16 15:49:21 +0000
5@@ -0,0 +1,5 @@
6+checkbox-converged (1.2.0) UNRELEASED; urgency=medium
7+
8+ * Initial release. (Closes: #XXXXXX)
9+
10+ -- Maciej Kisielewski <maciej.kisielewski@canonical.com> Tue, 07 Jul 2015 12:19:29 +0200
11
12=== added file 'debian/checkbox-touch.desktop'
13--- debian/checkbox-touch.desktop 1970-01-01 00:00:00 +0000
14+++ debian/checkbox-touch.desktop 2015-07-16 15:49:21 +0000
15@@ -0,0 +1,10 @@
16+
17+# This file has been generated by build-me script
18+[Desktop Entry]
19+Name=Checkbox Converged
20+Comment=System testing utility for Ubuntu
21+Exec=qmlscene --settings=/usr/share/checkbox-converged/settings.json $@ /usr/share/checkbox-converged/checkbox-touch.qml
22+Icon=checkbox-touch.svg
23+Terminal=false
24+Type=Application
25+X-Ubuntu-Touch=true
26
27=== added file 'debian/clean'
28--- debian/clean 1970-01-01 00:00:00 +0000
29+++ debian/clean 2015-07-16 15:49:21 +0000
30@@ -0,0 +1,2 @@
31+checkbox-touch/py/__pycache__/*.pyc
32+
33
34=== added file 'debian/compat'
35--- debian/compat 1970-01-01 00:00:00 +0000
36+++ debian/compat 2015-07-16 15:49:21 +0000
37@@ -0,0 +1,1 @@
38+9
39
40=== added file 'debian/control'
41--- debian/control 1970-01-01 00:00:00 +0000
42+++ debian/control 2015-07-16 15:49:21 +0000
43@@ -0,0 +1,23 @@
44+Source: checkbox-converged
45+Section: utils
46+Priority: optional
47+Maintainer: Checkbox Developers <checkbox-dev@lists.launchpad.net>
48+Uploaders: Sylvain Pineau <sylvain.pineau@canonical.com>,
49+ Zygmunt Krynicki <zygmunt.krynicki@canonical.com>,
50+ Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
51+Build-Depends: debhelper (>= 9)
52+Standards-Version: 3.9.6
53+Homepage: http://launchpad.net/checkbox
54+
55+Package: checkbox-converged
56+Architecture: all
57+Depends: pyotherside,
58+ python3,
59+ python3-plainbox,
60+ qml-module-qtquick-layouts,
61+ qml-module-qtquick-qchartjs,
62+ qtdeclarative5-test-plugin,
63+ qtdeclarative5-ubuntu-ui-toolkit-plugin,
64+ ${misc:Depends}
65+Description: testing tool for all Ubuntu devices
66+ This tool helps to test devices ranging from servers to phones.
67
68=== added file 'debian/copyright'
69--- debian/copyright 1970-01-01 00:00:00 +0000
70+++ debian/copyright 2015-07-16 15:49:21 +0000
71@@ -0,0 +1,21 @@
72+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
73+Upstream-Name: checkbox-converged
74+Source: https://launchpad.net/checkbox
75+
76+Files: *
77+Copyright: Copyright 2012-2015 Canonical Ltd.
78+License: GPL-3
79+ This program is free software: you can redistribute it and/or modify
80+ it under the terms of the GNU General Public License version 3,
81+ as published by the Free Software Foundation.
82+ .
83+ This program is distributed in the hope that it will be useful,
84+ but WITHOUT ANY WARRANTY; without even the implied warranty of
85+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86+ GNU General Public License for more details.
87+ .
88+ You should have received a copy of the GNU General Public License
89+ along with this program. If not, see <http://www.gnu.org/licenses/>.
90+ .
91+ On Debian-based systems the full text of the GPL, version 3, can be found at
92+ /usr/share/common-licenses/GPL-3.
93
94=== added file 'debian/install'
95--- debian/install 1970-01-01 00:00:00 +0000
96+++ debian/install 2015-07-16 15:49:21 +0000
97@@ -0,0 +1,6 @@
98+checkbox-touch/checkbox-touch.qml usr/share/checkbox-converged/
99+checkbox-touch/checkbox-touch.svg usr/share/icons/hicolor/scalable/apps/
100+checkbox-touch/components usr/share/checkbox-converged/
101+checkbox-touch/py usr/share/checkbox-converged/
102+debian/checkbox-touch.desktop usr/share/applications
103+debian/settings.json usr/share/checkbox-converged/
104
105=== added file 'debian/rules'
106--- debian/rules 1970-01-01 00:00:00 +0000
107+++ debian/rules 2015-07-16 15:49:21 +0000
108@@ -0,0 +1,11 @@
109+#!/usr/bin/make -f
110+export LANG=
111+export LANGUAGE=
112+export http_proxy=http://127.0.0.1:9
113+PPA_DISPLACEMENT=checkbox-touch
114+
115+%:
116+ dh $@ --sourcedirectory=$(PPA_DISPLACEMENT)
117+
118+override_dh_auto_test:
119+ :
120
121=== added file 'debian/settings.json'
122--- debian/settings.json 1970-01-01 00:00:00 +0000
123+++ debian/settings.json 2015-07-16 15:49:21 +0000
124@@ -0,0 +1,7 @@
125+{
126+ "_comment": "file generated automatically with build-me",
127+ "clickBuildDate": "2015-07-05",
128+ "providersDir": "providers",
129+ "revision": "1.2.0",
130+ "testplan": ""
131+}
132
133=== added directory 'debian/source'
134=== added file 'debian/source/format'
135--- debian/source/format 1970-01-01 00:00:00 +0000
136+++ debian/source/format 2015-07-16 15:49:21 +0000
137@@ -0,0 +1,1 @@
138+3.0 (native)

Subscribers

People subscribed via source and target branches