Merge lp:~roadmr/checkbox/packaging-sync-with-checkbox into lp:~checkbox-dev/checkbox/checkbox-packaging

Proposed by Daniel Manrique
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: no longer in the source branch.
Merged at revision: 20
Proposed branch: lp:~roadmr/checkbox/packaging-sync-with-checkbox
Merge into: lp:~checkbox-dev/checkbox/checkbox-packaging
Diff against target: 876 lines (+279/-110)
34 files modified
debian/changelog (+70/-5)
debian/compat (+1/-1)
debian/control (+91/-27)
debian/plainbox-provider-certification-client.install (+3/-0)
debian/plainbox-provider-certification-server-soc.install (+3/-0)
debian/plainbox-provider-certification-server.install (+3/-0)
debian/plainbox-provider-checkbox.install (+5/-0)
debian/plainbox-provider-checkbox.lintian-overrides (+5/-0)
debian/plainbox-provider-resource-generic.install (+3/-0)
debian/po/ast.po (+2/-2)
debian/po/cs.po (+2/-2)
debian/po/de.po (+2/-2)
debian/po/en_AU.po (+24/-24)
debian/po/en_GB.po (+2/-2)
debian/po/es.po (+2/-2)
debian/po/fr.po (+2/-2)
debian/po/gl.po (+2/-2)
debian/po/he.po (+2/-2)
debian/po/hu.po (+2/-2)
debian/po/id.po (+2/-2)
debian/po/it.po (+2/-2)
debian/po/ja.po (+2/-2)
debian/po/nl.po (+2/-2)
debian/po/oc.po (+2/-2)
debian/po/pl.po (+2/-2)
debian/po/pt_BR.po (+2/-2)
debian/po/ro.po (+2/-2)
debian/po/ru.po (+2/-2)
debian/po/tr.po (+2/-2)
debian/po/uk.po (+2/-2)
debian/po/zh_CN.po (+2/-2)
debian/po/zh_TW.po (+2/-2)
debian/python3-checkbox.install (+1/-0)
debian/rules (+26/-9)
To merge this branch: bzr merge lp:~roadmr/checkbox/packaging-sync-with-checkbox
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+191881@code.launchpad.net

Commit message

This brings the packaging branch in sync with checkbox's debian directory. I (hopefully) applied all the checkbox-old changes correctly and packages do build, though I don't guarantee they make sense once installed :)

Description of the change

This brings the packaging branch in sync with checkbox's debian directory. I (hopefully) applied all the checkbox-old changes correctly and packages do build, though I don't guarantee they make sense once installed :)

To post a comment you must log in.
20. By Daniel Manrique

Brought packaging branch up to date with checkbox's debian/ directory

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 'debian/changelog'
2--- debian/changelog 2013-09-27 08:50:16 +0000
3+++ debian/changelog 2013-10-18 20:41:35 +0000
4@@ -1,6 +1,73 @@
5-checkbox (0.16.12) UNRELEASED; urgency=low
6-
7- * Incremented changelog
8+checkbox (0.16.13) UNRELEASED; urgency=low
9+
10+ [ Po-Hsu Lin ]
11+ * jobs/keys.txt.in - adde keys/microphone-mute to test the mute key for
12+ microphone.
13+
14+ [ Brendan Donegan ]
15+ * jobs/resource.txt.in, jobs/virtualization.txt.in - added kvm resource job
16+ which states whether the hardware supports KVM. Remove kvm_ok job and
17+ use the kvm resource job to determine if kvm_check_vm should run
18+ (LP: #1236776)
19+ * jobs/keys.txt.in - added keys/keyboard-backlight job to test keyboard
20+ backlight toggle key.
21+
22+ [ Daniel Manrique ]
23+ * jobs/virtualization.txt.in: Set the kvm_check_vm test to run as root, to
24+ ensure we're running under kvm and not tcg. Modified tests for environment
25+ variables accordingly since we need to account for presence of proxy
26+ variables.
27+ * scripts/gpu_test: Revamped way of launching and stopping glxgears
28+ windows/threads, to make 100% sure that we find and close them all,
29+ avoiding leftover threads that cause the script not to exit.
30+ (LP: #1237199)
31+ * plugins/backend_info: Resolve and use full path to the backend script to
32+ ensure it runs when invoked via pkexec which is unhappy with relative
33+ paths (LP: #1240245)
34+
35+ [ Jeff Marcom ]
36+ * scripts/network - added iperf test benchmark testing capabilities.
37+
38+ [ Yung Shen ]
39+ * jobs/keys.txt.in - added keys/hibernate job to test hibernate key
40+ and keys/keyboard-overhead-light job to test the key.
41+
42+ [ Taihsiang Ho ]
43+ * checkbox-old/jobs/keys.txt.in - added keys/lock-screen job to test
44+ lock screen key.
45+ * checkbox-old/scripts/lock_screen_watcher - the script for keys/lock-screen job
46+
47+ [ Zygmunt Krynicki ]
48+ * Remove the GTK+ and Urwid interfaces
49+
50+ [ Sylvain Pineau]
51+ * jobs/resource.txt.in, scripts/wifi_interface_mode_resource: new resource
52+ job to detect the wifi chip supported interface modes.
53+ * codecs.txt.in, info.txt.in, install.txt.in, networking.txt.in and
54+ server-services.txt.in: Fixed "requires" expresions using the "and"
55+ operator.
56+
57+ [ Jeff Lane ]
58+ * Renamed networking.txt.in to ethernet.txt.in. Renamed all jobs and
59+ references to jobs with 'networking' in them to 'ethernet'
60+
61+ -- Taihsiang Ho <taihsiang.ho@canonical.com> Mon, 14 Oct 2013 17:35:23 -0400
62+
63+checkbox (0.16.12) saucy; urgency=low
64+
65+ [ Daniel Manrique ]
66+ * scripts/gpu_test: Better validation that glxgears windows were found, to
67+ avoid manipulation of nonexisting windows which causes threads to crash
68+ and the entire program to stall. (LP: #1232232)
69+ * parsers/udevadm: Added additional heuristics for mediatek bluetooth
70+ controllers (LP: #1210405)
71+
72+ [ Brendan Donegan ]
73+ * scripts/virtualization - change kvm command to qemu-system-x86_64 as the
74+ former is deprecated (LP: #1224854)
75+ * scripts/memory_test - use per-process memory limit if arch is ARM, except
76+ for arm64 (LP: #1184688)
77+ * scripts/virtualization - run qemu-system-arm on ARM platform (LP: #1184765)
78
79 -- Brendan Donegan <brendan.donegan@canonical.com> Fri, 20 Sep 2013 16:10:13 +0100
80
81@@ -24,8 +91,6 @@
82 [ Brendan Donegan ]
83 * scripts/fwts_test: Removed dmi_decode and smbios tests that are no longer present
84 in fwts and change version dependency to latest version (LP: #1218993)
85- * scripts/virtualization - change kvm command to qemu-system-x86_64 as the
86- former is deprecated (LP: #1224854)
87 * jobs/virtualization.txt.in - remove virtualization-check test and the
88 virt_check script (LP: #1227071)
89
90
91=== modified file 'debian/compat'
92--- debian/compat 2013-06-01 14:18:12 +0000
93+++ debian/compat 2013-10-18 20:41:35 +0000
94@@ -1,1 +1,1 @@
95-7
96\ No newline at end of file
97+9
98
99=== modified file 'debian/control'
100--- debian/control 2013-09-13 17:35:00 +0000
101+++ debian/control 2013-10-18 20:41:35 +0000
102@@ -15,7 +15,6 @@
103 python3-distutils-extra,
104 python3-gi,
105 python3-lxml,
106- python3-mock,
107 python3-pkg-resources,
108 python3-setuptools,
109 qt4-qmake
110@@ -47,7 +46,7 @@
111 python3-gi
112 Suggests: bonnie++,
113 bootchart,
114- checkbox-cli | checkbox-gtk,
115+ checkbox-cli,
116 curl,
117 ethtool,
118 fwts (>=13.09.00-0ubuntu1),
119@@ -66,7 +65,9 @@
120 stress,
121 sysstat,
122 wmctrl,
123- wodim
124+ wodim,
125+ python (>= 2.7),
126+ ${python:Depends}
127 Description: System testing application
128 This project provides an extensible interface for system testing. The
129 results can then be sent to Launchpad.
130@@ -80,30 +81,6 @@
131 .
132 This package provides a command line interface for answering tests.
133
134-Package: checkbox-urwid
135-Architecture: all
136-Depends: checkbox (>= ${source:Version}), python3-urwid, ${misc:Depends}
137-Description: Urwid interface for checkbox
138- This project provides an extensible interface for system testing. The
139- results can then be sent to Launchpad.
140- .
141- This package provides a command line interface (urwid version) for
142- answering tests.
143-
144-Package: checkbox-gtk
145-Section: gnome
146-Architecture: all
147-Depends: checkbox (>= ${source:Version}),
148- gir1.2-gtk-3.0,
149- python3-gi,
150- python3-gi-cairo,
151- ${misc:Depends}
152-Description: GTK interface for checkbox
153- This project provides an extensible interface for system testing. The
154- results can then be sent to Launchpad.
155- .
156- This package provides a GTK interface for answering tests.
157-
158 Package: checkbox-qt
159 Architecture: any
160 Depends: checkbox (>= ${source:Version}),
161@@ -125,3 +102,90 @@
162 .
163 This package provides a tool for collecting hardware information from
164 a system and sending it to the HEXR hardware database.
165+
166+Package: python3-checkbox
167+Section: python
168+Architecture: all
169+Depends: gir1.2-gudev-1.0,
170+ python3-lxml,
171+ udev,
172+ udisks2 | udisks,
173+ ${misc:Depends},
174+ ${python3:Depends}
175+Description: CheckBox python3 library
176+ This package contains the CheckBox python3 library needed by some jobs.
177+
178+Package: plainbox-provider-resource-generic
179+Architecture: all
180+Depends: python3-checkbox, ${misc:Depends}, ${python3:Depends}
181+Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
182+Description: CheckBox generic resource jobs provider
183+ This package provides the generic resource jobs.
184+
185+Package: plainbox-provider-resource-desktop
186+Architecture: all
187+Depends: plainbox-provider-resource-generic
188+Recommends: gconf2, x11-xserver-utils, xinput
189+Description: CheckBox desktop resource jobs provider
190+ This metapackage provides the desktop resource jobs.
191+
192+Package: plainbox-provider-checkbox
193+Architecture: any
194+Depends: plainbox-provider-resource-generic,
195+ ${misc:Depends},
196+ ${python3:Depends},
197+ ${shlibs:Depends}
198+Recommends: gir1.2-gst-plugins-base-1.0,
199+ gir1.2-gstreamer-1.0,
200+ gstreamer1.0-plugins-good,
201+ gstreamer1.0-pulseaudio,
202+ libgstreamer1.0-0,
203+ pm-utils,
204+ python3-apt,
205+ python3-dbus,
206+ python3-gi
207+Suggests: bonnie++,
208+ bootchart,
209+ curl,
210+ ethtool,
211+ fwts (>=13.09.00-0ubuntu1),
212+ git-core,
213+ glmark2,
214+ glmark2-es2,
215+ hdparm,
216+ lshw,
217+ mesa-utils,
218+ nmap,
219+ obexd-client,
220+ obexftp,
221+ render-bench,
222+ smartmontools,
223+ sox,
224+ stress,
225+ sysstat,
226+ wmctrl,
227+ python (>= 2.7),
228+ ${python:Depends}
229+Description: CheckBox jobs
230+ This package provides the CheckBox jobs collection.
231+
232+Package: plainbox-provider-certification-client
233+Architecture: all
234+Depends: plainbox-provider-checkbox
235+Recommends: curl, fswebcam, gtkperf, imagemagick, obexftp
236+Description: Client Certification
237+ This package provides the Client Certification whitelists.
238+
239+Package: plainbox-provider-certification-server
240+Architecture: all
241+Depends: plainbox-provider-checkbox
242+Recommends: apache2, bind9, cups, dnsutils, ipmitool, iperf, libapache2-mod-php5, mysql-server, php5-mysql, samba, ssh, tomcat6, winbind, cpu-checker, qemu-kvm, qemu-utils
243+Description: Server Certification
244+ This package provides the Server Certification whitelists.
245+
246+Package: plainbox-provider-certification-server-soc
247+Architecture: all
248+Depends: plainbox-provider-checkbox
249+Recommends: apache2, bind9, cups, dnsutils, ipmitool, iperf, libapache2-mod-php5, mysql-server, php5-mysql, samba, ssh, tomcat6, winbind, cpu-checker, qemu-kvm, qemu-utils
250+Description: SoC Certification
251+ This package provides the Server SoC Certification whitelists.
252
253=== added file 'debian/plainbox-provider-certification-client.install'
254--- debian/plainbox-provider-certification-client.install 1970-01-01 00:00:00 +0000
255+++ debian/plainbox-provider-certification-client.install 2013-10-18 20:41:35 +0000
256@@ -0,0 +1,3 @@
257+usr/lib/plainbox-providers-1/certification/whitelists/client-cert.whitelist usr/lib/plainbox-providers-1/certification-client/whitelists/
258+usr/lib/plainbox-providers-1/certification/whitelists/client-selftest.whitelist usr/lib/plainbox-providers-1/certification-client/whitelists/
259+usr/share/plainbox-providers-1/certification-client.provider /usr/share/plainbox-providers-1
260
261=== added file 'debian/plainbox-provider-certification-server-soc.install'
262--- debian/plainbox-provider-certification-server-soc.install 1970-01-01 00:00:00 +0000
263+++ debian/plainbox-provider-certification-server-soc.install 2013-10-18 20:41:35 +0000
264@@ -0,0 +1,3 @@
265+usr/lib/plainbox-providers-1/certification/whitelists/server-soc-cert.whitelist usr/lib/plainbox-providers-1/certification-server-soc/whitelists/
266+usr/lib/plainbox-providers-1/certification/whitelists/server-soc-selftest.whitelist usr/lib/plainbox-providers-1/certification-server-soc/whitelists/
267+usr/share/plainbox-providers-1/certification-server-soc.provider /usr/share/plainbox-providers-1
268
269=== added file 'debian/plainbox-provider-certification-server.install'
270--- debian/plainbox-provider-certification-server.install 1970-01-01 00:00:00 +0000
271+++ debian/plainbox-provider-certification-server.install 2013-10-18 20:41:35 +0000
272@@ -0,0 +1,3 @@
273+usr/lib/plainbox-providers-1/certification/whitelists/server-cert.whitelist usr/lib/plainbox-providers-1/certification-server/whitelists/
274+usr/lib/plainbox-providers-1/certification/whitelists/server-selftest.whitelist usr/lib/plainbox-providers-1/certification-server/whitelists/
275+usr/share/plainbox-providers-1/certification-server.provider /usr/share/plainbox-providers-1
276
277=== added file 'debian/plainbox-provider-checkbox.install'
278--- debian/plainbox-provider-checkbox.install 1970-01-01 00:00:00 +0000
279+++ debian/plainbox-provider-checkbox.install 2013-10-18 20:41:35 +0000
280@@ -0,0 +1,5 @@
281+usr/lib/plainbox-providers-1/checkbox/bin/*
282+usr/lib/plainbox-providers-1/checkbox/jobs/*
283+usr/lib/plainbox-providers-1/checkbox/data/*
284+usr/lib/plainbox-providers-1/checkbox/whitelists/*
285+usr/share/plainbox-providers-1/checkbox.provider /usr/share/plainbox-providers-1
286
287=== added file 'debian/plainbox-provider-checkbox.lintian-overrides'
288--- debian/plainbox-provider-checkbox.lintian-overrides 1970-01-01 00:00:00 +0000
289+++ debian/plainbox-provider-checkbox.lintian-overrides 2013-10-18 20:41:35 +0000
290@@ -0,0 +1,5 @@
291+# jar files are very specific to the application, they don't belong in /usr/share
292+plainbox-provider-checkbox binary: jar-not-in-usr-share
293+
294+# image files are very specific to the application, they don't belong in /usr/share
295+plainbox-provider-checkbox binary: image-file-in-usr-lib
296
297=== added file 'debian/plainbox-provider-resource-generic.install'
298--- debian/plainbox-provider-resource-generic.install 1970-01-01 00:00:00 +0000
299+++ debian/plainbox-provider-resource-generic.install 2013-10-18 20:41:35 +0000
300@@ -0,0 +1,3 @@
301+usr/lib/plainbox-providers-1/plainbox-resources/bin/*
302+usr/lib/plainbox-providers-1/plainbox-resources/jobs/*
303+usr/share/plainbox-providers-1/plainbox-resources.provider /usr/share/plainbox-providers-1
304
305=== modified file 'debian/po/ast.po'
306--- debian/po/ast.po 2013-06-01 14:18:12 +0000
307+++ debian/po/ast.po 2013-10-18 20:41:35 +0000
308@@ -14,8 +14,8 @@
309 "MIME-Version: 1.0\n"
310 "Content-Type: text/plain; charset=UTF-8\n"
311 "Content-Transfer-Encoding: 8bit\n"
312-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
313-"X-Generator: Launchpad (build 16640)\n"
314+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
315+"X-Generator: Launchpad (build 16799)\n"
316
317 #. Type: string
318 #. Description
319
320=== modified file 'debian/po/cs.po'
321--- debian/po/cs.po 2013-06-01 14:18:12 +0000
322+++ debian/po/cs.po 2013-10-18 20:41:35 +0000
323@@ -14,8 +14,8 @@
324 "MIME-Version: 1.0\n"
325 "Content-Type: text/plain; charset=UTF-8\n"
326 "Content-Transfer-Encoding: 8bit\n"
327-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
328-"X-Generator: Launchpad (build 16640)\n"
329+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
330+"X-Generator: Launchpad (build 16799)\n"
331
332 #. Type: string
333 #. Description
334
335=== modified file 'debian/po/de.po'
336--- debian/po/de.po 2013-06-01 14:18:12 +0000
337+++ debian/po/de.po 2013-10-18 20:41:35 +0000
338@@ -14,8 +14,8 @@
339 "MIME-Version: 1.0\n"
340 "Content-Type: text/plain; charset=UTF-8\n"
341 "Content-Transfer-Encoding: 8bit\n"
342-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
343-"X-Generator: Launchpad (build 16640)\n"
344+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
345+"X-Generator: Launchpad (build 16799)\n"
346
347 #. Type: string
348 #. Description
349
350=== modified file 'debian/po/en_AU.po'
351--- debian/po/en_AU.po 2013-06-01 14:18:12 +0000
352+++ debian/po/en_AU.po 2013-10-18 20:41:35 +0000
353@@ -8,14 +8,14 @@
354 "Project-Id-Version: checkbox\n"
355 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
356 "POT-Creation-Date: 2012-09-21 11:25-0400\n"
357-"PO-Revision-Date: 2011-07-21 02:39+0000\n"
358-"Last-Translator: Jared Norris <jrnorris@gmail.com>\n"
359+"PO-Revision-Date: 2013-06-18 23:25+0000\n"
360+"Last-Translator: Jackson Doak <Doak.jackson@gmail.com>\n"
361 "Language-Team: English (Australia) <en_AU@li.org>\n"
362 "MIME-Version: 1.0\n"
363 "Content-Type: text/plain; charset=UTF-8\n"
364 "Content-Transfer-Encoding: 8bit\n"
365-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
366-"X-Generator: Launchpad (build 16640)\n"
367+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
368+"X-Generator: Launchpad (build 16799)\n"
369
370 #. Type: string
371 #. Description
372@@ -93,118 +93,118 @@
373 #. Description
374 #: ../checkbox.templates:7001
375 msgid "Routers:"
376-msgstr ""
377+msgstr "Routers:"
378
379 #. Type: select
380 #. Description
381 #: ../checkbox.templates:7001
382 msgid "Whether there is a single router or multiple routers."
383-msgstr ""
384+msgstr "Whether there is a single router or multiple routers."
385
386 #. Type: string
387 #. Description
388 #: ../checkbox.templates:8001
389 msgid "Router SSID:"
390-msgstr ""
391+msgstr "Router SSID:"
392
393 #. Type: string
394 #. Description
395 #: ../checkbox.templates:8001
396 msgid "The SSID of the single wireless router."
397-msgstr ""
398+msgstr "The SSID of the single wireless router."
399
400 #. Type: string
401 #. Description
402 #: ../checkbox.templates:9001
403 msgid "Router PSK:"
404-msgstr ""
405+msgstr "Router PSK:"
406
407 #. Type: string
408 #. Description
409 #: ../checkbox.templates:9001
410 msgid "The PSK of the single wireless router."
411-msgstr ""
412+msgstr "The PSK of the single wireless router."
413
414 #. Type: string
415 #. Description
416 #: ../checkbox.templates:10001
417 msgid "WPA BG SSID:"
418-msgstr ""
419+msgstr "WPA BG SSID:"
420
421 #. Type: string
422 #. Description
423 #: ../checkbox.templates:10001
424 msgid "The SSID of the 802.11b/g router with WPA security."
425-msgstr ""
426+msgstr "The SSID of the 802.11b/g router with WPA security."
427
428 #. Type: string
429 #. Description
430 #: ../checkbox.templates:11001
431 msgid "WPA BG PSK:"
432-msgstr ""
433+msgstr "WPA BG PSK:"
434
435 #. Type: string
436 #. Description
437 #: ../checkbox.templates:11001
438 msgid "The PSK of the 802.11b/g router with WPA security."
439-msgstr ""
440+msgstr "The PSK of the 802.11b/g router with WPA security."
441
442 #. Type: string
443 #. Description
444 #: ../checkbox.templates:12001
445 msgid "WPA N SSID:"
446-msgstr ""
447+msgstr "WPA N SSID:"
448
449 #. Type: string
450 #. Description
451 #: ../checkbox.templates:12001
452 msgid "The SSID of the 802.11n router with WPA security."
453-msgstr ""
454+msgstr "The SSID of the 802.11n router with WPA security."
455
456 #. Type: string
457 #. Description
458 #: ../checkbox.templates:13001
459 msgid "WPA N PSK:"
460-msgstr ""
461+msgstr "WPA N PSK:"
462
463 #. Type: string
464 #. Description
465 #: ../checkbox.templates:13001
466 msgid "The PSK of the 802.11n router with WPA security."
467-msgstr ""
468+msgstr "The PSK of the 802.11n router with WPA security."
469
470 #. Type: string
471 #. Description
472 #: ../checkbox.templates:14001
473 msgid "Open BG SSID:"
474-msgstr ""
475+msgstr "Open BG SSID:"
476
477 #. Type: string
478 #. Description
479 #: ../checkbox.templates:14001
480 msgid "The SSID of the 802.11b/g router with open security."
481-msgstr ""
482+msgstr "The SSID of the 802.11b/g router with open security."
483
484 #. Type: string
485 #. Description
486 #: ../checkbox.templates:15001
487 msgid "Open N SSID:"
488-msgstr ""
489+msgstr "Open N SSID:"
490
491 #. Type: string
492 #. Description
493 #: ../checkbox.templates:15001
494 msgid "The SSID of the 802.11n router with open security."
495-msgstr ""
496+msgstr "The SSID of the 802.11n router with open security."
497
498 #. Type: string
499 #. Description
500 #: ../checkbox.templates:16001
501 msgid "Bluetooth Device Address:"
502-msgstr ""
503+msgstr "Bluetooth Device Address:"
504
505 #. Type: string
506 #. Description
507 #: ../checkbox.templates:16001
508 msgid "The Bluetooth Device Address of the Bluetooth target."
509-msgstr ""
510+msgstr "The Bluetooth Device Address of the Bluetooth target."
511
512=== modified file 'debian/po/en_GB.po'
513--- debian/po/en_GB.po 2013-06-01 14:18:12 +0000
514+++ debian/po/en_GB.po 2013-10-18 20:41:35 +0000
515@@ -14,8 +14,8 @@
516 "MIME-Version: 1.0\n"
517 "Content-Type: text/plain; charset=UTF-8\n"
518 "Content-Transfer-Encoding: 8bit\n"
519-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
520-"X-Generator: Launchpad (build 16640)\n"
521+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
522+"X-Generator: Launchpad (build 16799)\n"
523
524 #. Type: string
525 #. Description
526
527=== modified file 'debian/po/es.po'
528--- debian/po/es.po 2013-06-01 14:18:12 +0000
529+++ debian/po/es.po 2013-10-18 20:41:35 +0000
530@@ -14,8 +14,8 @@
531 "MIME-Version: 1.0\n"
532 "Content-Type: text/plain; charset=UTF-8\n"
533 "Content-Transfer-Encoding: 8bit\n"
534-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
535-"X-Generator: Launchpad (build 16640)\n"
536+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
537+"X-Generator: Launchpad (build 16799)\n"
538
539 #. Type: string
540 #. Description
541
542=== modified file 'debian/po/fr.po'
543--- debian/po/fr.po 2013-06-01 14:18:12 +0000
544+++ debian/po/fr.po 2013-10-18 20:41:35 +0000
545@@ -14,8 +14,8 @@
546 "MIME-Version: 1.0\n"
547 "Content-Type: text/plain; charset=UTF-8\n"
548 "Content-Transfer-Encoding: 8bit\n"
549-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
550-"X-Generator: Launchpad (build 16640)\n"
551+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
552+"X-Generator: Launchpad (build 16799)\n"
553
554 #. Type: string
555 #. Description
556
557=== modified file 'debian/po/gl.po'
558--- debian/po/gl.po 2013-06-01 14:18:12 +0000
559+++ debian/po/gl.po 2013-10-18 20:41:35 +0000
560@@ -14,8 +14,8 @@
561 "MIME-Version: 1.0\n"
562 "Content-Type: text/plain; charset=UTF-8\n"
563 "Content-Transfer-Encoding: 8bit\n"
564-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
565-"X-Generator: Launchpad (build 16640)\n"
566+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
567+"X-Generator: Launchpad (build 16799)\n"
568
569 #. Type: string
570 #. Description
571
572=== modified file 'debian/po/he.po'
573--- debian/po/he.po 2013-06-01 14:18:12 +0000
574+++ debian/po/he.po 2013-10-18 20:41:35 +0000
575@@ -14,8 +14,8 @@
576 "MIME-Version: 1.0\n"
577 "Content-Type: text/plain; charset=UTF-8\n"
578 "Content-Transfer-Encoding: 8bit\n"
579-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
580-"X-Generator: Launchpad (build 16640)\n"
581+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
582+"X-Generator: Launchpad (build 16799)\n"
583
584 #. Type: string
585 #. Description
586
587=== modified file 'debian/po/hu.po'
588--- debian/po/hu.po 2013-06-01 14:18:12 +0000
589+++ debian/po/hu.po 2013-10-18 20:41:35 +0000
590@@ -14,8 +14,8 @@
591 "MIME-Version: 1.0\n"
592 "Content-Type: text/plain; charset=UTF-8\n"
593 "Content-Transfer-Encoding: 8bit\n"
594-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
595-"X-Generator: Launchpad (build 16640)\n"
596+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
597+"X-Generator: Launchpad (build 16799)\n"
598
599 #. Type: string
600 #. Description
601
602=== modified file 'debian/po/id.po'
603--- debian/po/id.po 2013-06-01 14:18:12 +0000
604+++ debian/po/id.po 2013-10-18 20:41:35 +0000
605@@ -14,8 +14,8 @@
606 "MIME-Version: 1.0\n"
607 "Content-Type: text/plain; charset=UTF-8\n"
608 "Content-Transfer-Encoding: 8bit\n"
609-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
610-"X-Generator: Launchpad (build 16640)\n"
611+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
612+"X-Generator: Launchpad (build 16799)\n"
613
614 #. Type: string
615 #. Description
616
617=== modified file 'debian/po/it.po'
618--- debian/po/it.po 2013-06-01 14:18:12 +0000
619+++ debian/po/it.po 2013-10-18 20:41:35 +0000
620@@ -14,8 +14,8 @@
621 "MIME-Version: 1.0\n"
622 "Content-Type: text/plain; charset=UTF-8\n"
623 "Content-Transfer-Encoding: 8bit\n"
624-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
625-"X-Generator: Launchpad (build 16640)\n"
626+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
627+"X-Generator: Launchpad (build 16799)\n"
628
629 #. Type: string
630 #. Description
631
632=== modified file 'debian/po/ja.po'
633--- debian/po/ja.po 2013-06-01 14:18:12 +0000
634+++ debian/po/ja.po 2013-10-18 20:41:35 +0000
635@@ -14,8 +14,8 @@
636 "MIME-Version: 1.0\n"
637 "Content-Type: text/plain; charset=UTF-8\n"
638 "Content-Transfer-Encoding: 8bit\n"
639-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
640-"X-Generator: Launchpad (build 16640)\n"
641+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
642+"X-Generator: Launchpad (build 16799)\n"
643
644 #. Type: string
645 #. Description
646
647=== modified file 'debian/po/nl.po'
648--- debian/po/nl.po 2013-06-01 14:18:12 +0000
649+++ debian/po/nl.po 2013-10-18 20:41:35 +0000
650@@ -14,8 +14,8 @@
651 "MIME-Version: 1.0\n"
652 "Content-Type: text/plain; charset=UTF-8\n"
653 "Content-Transfer-Encoding: 8bit\n"
654-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
655-"X-Generator: Launchpad (build 16640)\n"
656+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
657+"X-Generator: Launchpad (build 16799)\n"
658
659 #. Type: string
660 #. Description
661
662=== modified file 'debian/po/oc.po'
663--- debian/po/oc.po 2013-06-01 14:18:12 +0000
664+++ debian/po/oc.po 2013-10-18 20:41:35 +0000
665@@ -14,8 +14,8 @@
666 "MIME-Version: 1.0\n"
667 "Content-Type: text/plain; charset=UTF-8\n"
668 "Content-Transfer-Encoding: 8bit\n"
669-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
670-"X-Generator: Launchpad (build 16640)\n"
671+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
672+"X-Generator: Launchpad (build 16799)\n"
673
674 #. Type: string
675 #. Description
676
677=== modified file 'debian/po/pl.po'
678--- debian/po/pl.po 2013-06-01 14:18:12 +0000
679+++ debian/po/pl.po 2013-10-18 20:41:35 +0000
680@@ -14,8 +14,8 @@
681 "MIME-Version: 1.0\n"
682 "Content-Type: text/plain; charset=UTF-8\n"
683 "Content-Transfer-Encoding: 8bit\n"
684-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
685-"X-Generator: Launchpad (build 16640)\n"
686+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
687+"X-Generator: Launchpad (build 16799)\n"
688
689 #. Type: string
690 #. Description
691
692=== modified file 'debian/po/pt_BR.po'
693--- debian/po/pt_BR.po 2013-06-01 14:18:12 +0000
694+++ debian/po/pt_BR.po 2013-10-18 20:41:35 +0000
695@@ -14,8 +14,8 @@
696 "MIME-Version: 1.0\n"
697 "Content-Type: text/plain; charset=UTF-8\n"
698 "Content-Transfer-Encoding: 8bit\n"
699-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
700-"X-Generator: Launchpad (build 16640)\n"
701+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
702+"X-Generator: Launchpad (build 16799)\n"
703
704 #. Type: string
705 #. Description
706
707=== modified file 'debian/po/ro.po'
708--- debian/po/ro.po 2013-06-01 14:18:12 +0000
709+++ debian/po/ro.po 2013-10-18 20:41:35 +0000
710@@ -14,8 +14,8 @@
711 "MIME-Version: 1.0\n"
712 "Content-Type: text/plain; charset=UTF-8\n"
713 "Content-Transfer-Encoding: 8bit\n"
714-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
715-"X-Generator: Launchpad (build 16640)\n"
716+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
717+"X-Generator: Launchpad (build 16799)\n"
718
719 #. Type: string
720 #. Description
721
722=== modified file 'debian/po/ru.po'
723--- debian/po/ru.po 2013-06-01 14:18:12 +0000
724+++ debian/po/ru.po 2013-10-18 20:41:35 +0000
725@@ -14,8 +14,8 @@
726 "MIME-Version: 1.0\n"
727 "Content-Type: text/plain; charset=UTF-8\n"
728 "Content-Transfer-Encoding: 8bit\n"
729-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
730-"X-Generator: Launchpad (build 16640)\n"
731+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
732+"X-Generator: Launchpad (build 16799)\n"
733
734 #. Type: string
735 #. Description
736
737=== modified file 'debian/po/tr.po'
738--- debian/po/tr.po 2013-06-01 14:18:12 +0000
739+++ debian/po/tr.po 2013-10-18 20:41:35 +0000
740@@ -14,8 +14,8 @@
741 "MIME-Version: 1.0\n"
742 "Content-Type: text/plain; charset=UTF-8\n"
743 "Content-Transfer-Encoding: 8bit\n"
744-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
745-"X-Generator: Launchpad (build 16640)\n"
746+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
747+"X-Generator: Launchpad (build 16799)\n"
748
749 #. Type: string
750 #. Description
751
752=== modified file 'debian/po/uk.po'
753--- debian/po/uk.po 2013-06-01 14:18:12 +0000
754+++ debian/po/uk.po 2013-10-18 20:41:35 +0000
755@@ -14,8 +14,8 @@
756 "MIME-Version: 1.0\n"
757 "Content-Type: text/plain; charset=UTF-8\n"
758 "Content-Transfer-Encoding: 8bit\n"
759-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
760-"X-Generator: Launchpad (build 16640)\n"
761+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
762+"X-Generator: Launchpad (build 16799)\n"
763
764 #. Type: string
765 #. Description
766
767=== modified file 'debian/po/zh_CN.po'
768--- debian/po/zh_CN.po 2013-06-01 14:18:12 +0000
769+++ debian/po/zh_CN.po 2013-10-18 20:41:35 +0000
770@@ -14,8 +14,8 @@
771 "MIME-Version: 1.0\n"
772 "Content-Type: text/plain; charset=UTF-8\n"
773 "Content-Transfer-Encoding: 8bit\n"
774-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
775-"X-Generator: Launchpad (build 16640)\n"
776+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
777+"X-Generator: Launchpad (build 16799)\n"
778
779 #. Type: string
780 #. Description
781
782=== modified file 'debian/po/zh_TW.po'
783--- debian/po/zh_TW.po 2013-06-01 14:18:12 +0000
784+++ debian/po/zh_TW.po 2013-10-18 20:41:35 +0000
785@@ -14,8 +14,8 @@
786 "MIME-Version: 1.0\n"
787 "Content-Type: text/plain; charset=UTF-8\n"
788 "Content-Transfer-Encoding: 8bit\n"
789-"X-Launchpad-Export-Date: 2013-05-25 04:42+0000\n"
790-"X-Generator: Launchpad (build 16640)\n"
791+"X-Launchpad-Export-Date: 2013-10-18 05:20+0000\n"
792+"X-Generator: Launchpad (build 16799)\n"
793
794 #. Type: string
795 #. Description
796
797=== added file 'debian/python3-checkbox.install'
798--- debian/python3-checkbox.install 1970-01-01 00:00:00 +0000
799+++ debian/python3-checkbox.install 2013-10-18 20:41:35 +0000
800@@ -0,0 +1,1 @@
801+usr/lib/python*/*-packages/checkbox/*
802
803=== modified file 'debian/rules'
804--- debian/rules 2013-07-04 13:27:31 +0000
805+++ debian/rules 2013-10-18 20:41:35 +0000
806@@ -1,7 +1,7 @@
807 #!/usr/bin/make -f
808
809 %:
810- dh "$@" --with python2,python3,translations
811+ dh "$@" --with python3,translations
812
813 override_dh_auto_build:
814 set -ex; for python in $(shell py3versions -r); do \
815@@ -12,8 +12,29 @@
816 set -ex; for python in $(shell py3versions -r); do \
817 ( cd checkbox-old && $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; ) \
818 done;
819- mkdir -p $(CURDIR)/debian/tmp/usr/lib/checkbox
820- mv $(CURDIR)/debian/tmp/usr/share/checkbox/scripts $(CURDIR)/debian/tmp/usr/lib/checkbox/bin
821+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/checkbox/bin/
822+ cp -R $(CURDIR)/debian/tmp/usr/share/checkbox/scripts/ $(CURDIR)/debian/tmp/usr/lib/checkbox/bin/
823+ # Move the providers files to a new location
824+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/
825+ # Certification providers
826+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/certification/whitelists
827+ mv $(CURDIR)/debian/tmp/usr/share/checkbox/data/whitelists/certification/* $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/certification/whitelists
828+ rm -rf $(CURDIR)/debian/tmp/usr/share/checkbox/data/whitelists/certification
829+ # Resources provider files
830+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/plainbox-resources
831+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/plainbox-resources/bin/
832+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/plainbox-resources/jobs/
833+ cp $(CURDIR)/debian/tmp/usr/share/checkbox/scripts/*_resource $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/plainbox-resources/bin/
834+ cp $(CURDIR)/debian/tmp/usr/share/checkbox/jobs/resource.txt* $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/plainbox-resources/jobs/
835+ # Job provider files
836+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox
837+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/bin/
838+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/jobs/
839+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/data/
840+ find $(CURDIR)/debian/tmp/usr/share/checkbox/scripts -type f -not -iname "*_resource" -execdir cp {} $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/bin/ \;
841+ find $(CURDIR)/debian/tmp/usr/share/checkbox/jobs -type f -not -iname "resource.txt*" -execdir cp {} $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/jobs/ \;
842+ cp -R $(CURDIR)/debian/tmp/usr/share/checkbox/data $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/
843+ mv $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox/data/whitelists $(CURDIR)/debian/tmp/usr/lib/plainbox-providers-1/checkbox
844
845 override_dh_auto_test:
846 ifeq (, $(findstring nocheck, $(DEB_BUILD_OPTIONS)))
847@@ -21,12 +42,10 @@
848 # around LP#972324 (set by autopkgtest)
849 ( cd checkbox-old && env -u LD_PRELOAD -u TMPDIR CHECKBOX_PACKAGING=1 ./setup.py test )
850 rm -rf checkbox-old/scripts/__pycache__
851-endif
852+endif
853
854 override_dh_installdeb:
855 cp debian/checkbox.postrm debian/checkbox-cli.postrm
856- cp debian/checkbox.postrm debian/checkbox-urwid.postrm
857- cp debian/checkbox.postrm debian/checkbox-gtk.postrm
858 cp debian/checkbox.postrm debian/checkbox-qt.postrm
859 cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
860 dh_installdeb
861@@ -34,14 +53,12 @@
862 override_dh_installdocs:
863 dh_installdocs -pcheckbox checkbox-old/README
864 dh_installdocs -pcheckbox-cli checkbox-old/README
865- dh_installdocs -pcheckbox-urwid checkbox-old/README
866- dh_installdocs -pcheckbox-gtk checkbox-old/README
867 dh_installdocs -pcheckbox-qt checkbox-old/README
868 dh_installdocs -pcheckbox-hw-collection checkbox-old/README
869 dh_installdocs
870
871 override_dh_clean:
872 -find . -name \*.mo -exec rm {} \;
873- -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
874+ -rm -f debian/checkbox-cli.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
875 debconf-updatepo
876 dh_clean

Subscribers

People subscribed via source and target branches