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

Proposed by Daniel Manrique
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 14
Merged at revision: 11
Proposed branch: lp:~roadmr/checkbox/packaging-sync-packaging
Merge into: lp:~checkbox-dev/checkbox/checkbox-packaging
Diff against target: 154 lines (+27/-22)
8 files modified
debian/checkbox-cli.install (+1/-1)
debian/checkbox-gtk.install (+2/-2)
debian/checkbox-qt.install (+2/-2)
debian/checkbox-urwid.install (+1/-1)
debian/checkbox.install (+10/-9)
debian/checkbox.postinst (+3/-0)
debian/control (+4/-5)
debian/rules (+4/-2)
To merge this branch: bzr merge lp:~roadmr/checkbox/packaging-sync-packaging
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+172911@code.launchpad.net

Commit message

Syncs the packaging branches. The only differences should be:

- changelog differences
- checkbox-packaging references checkbox-old in some places.
- checkbox-packaging refers to itself in the control Vcs-Bzr field.

Description of the change

Syncs the packaging branches. The only differences should be:

- changelog differences
- checkbox-packaging references checkbox-old in some places.
- checkbox-packaging refers to itself in the control Vcs-Bzr field.

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

Looks good, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/checkbox-cli.install'
2--- debian/checkbox-cli.install 2013-06-01 14:18:12 +0000
3+++ debian/checkbox-cli.install 2013-07-03 21:15:33 +0000
4@@ -1,3 +1,3 @@
5 usr/bin/checkbox-cli
6+usr/lib/python*/*-packages/checkbox_cli/*
7 usr/share/checkbox/examples/checkbox-cli.ini
8-usr/lib/python*/*-packages/checkbox_cli/*
9
10=== modified file 'debian/checkbox-gtk.install'
11--- debian/checkbox-gtk.install 2013-06-01 14:18:12 +0000
12+++ debian/checkbox-gtk.install 2013-07-03 21:15:33 +0000
13@@ -1,4 +1,4 @@
14 usr/bin/checkbox-gtk
15+usr/lib/python*/*-packages/checkbox_gtk/*
16+usr/share/checkbox/examples/checkbox-gtk.ini
17 usr/share/checkbox/gtk/*
18-usr/share/checkbox/examples/checkbox-gtk.ini
19-usr/lib/python*/*-packages/checkbox_gtk/*
20
21=== modified file 'debian/checkbox-qt.install'
22--- debian/checkbox-qt.install 2013-06-01 14:18:12 +0000
23+++ debian/checkbox-qt.install 2013-07-03 21:15:33 +0000
24@@ -1,6 +1,6 @@
25 usr/bin/checkbox-qt
26+usr/lib/checkbox/qt/*
27+usr/lib/python*/*-packages/checkbox_qt/*
28 usr/share/applications/checkbox-qt.desktop
29 usr/share/checkbox/examples/checkbox-qt.ini
30 usr/share/dbus-1/services/*
31-usr/lib/checkbox/qt/*
32-usr/lib/python*/*-packages/checkbox_qt/*
33
34=== modified file 'debian/checkbox-urwid.install'
35--- debian/checkbox-urwid.install 2013-06-01 14:18:12 +0000
36+++ debian/checkbox-urwid.install 2013-07-03 21:15:33 +0000
37@@ -1,3 +1,3 @@
38 usr/bin/checkbox-urwid
39+usr/lib/python*/*-packages/checkbox_urwid/*
40 usr/share/checkbox/examples/checkbox-urwid.ini
41-usr/lib/python*/*-packages/checkbox_urwid/*
42
43=== modified file 'debian/checkbox.install'
44--- debian/checkbox.install 2013-06-01 14:18:12 +0000
45+++ debian/checkbox.install 2013-07-03 21:15:33 +0000
46@@ -1,17 +1,18 @@
47-usr/share/icons
48-usr/share/locale
49+usr/lib/checkbox/bin/*
50+usr/lib/python*/*-packages/checkbox/*
51+usr/share/apport/general-hooks/checkbox.py
52+usr/share/apport/package-hooks/source_checkbox.py
53 usr/share/checkbox/backend
54-usr/share/checkbox/run
55 usr/share/checkbox/configs
56 usr/share/checkbox/data/*
57+usr/share/checkbox/examples/checkbox.ini
58+usr/share/checkbox/examples/network.cfg
59+usr/share/checkbox/examples/org.freedesktop.policykit.checkbox.policy usr/share/polkit-1/actions/
60 usr/share/checkbox/install/*
61 usr/share/checkbox/jobs/*
62 usr/share/checkbox/patches/*
63 usr/share/checkbox/plugins/*
64 usr/share/checkbox/report/*
65-usr/share/checkbox/examples/checkbox.ini
66-usr/share/checkbox/examples/network.cfg
67-usr/lib/python*/*-packages/checkbox/*
68-usr/lib/checkbox/bin/*
69-usr/share/apport/package-hooks/source_checkbox.py
70-usr/share/apport/general-hooks/checkbox.py
71+usr/share/checkbox/run
72+usr/share/icons
73+usr/share/locale
74
75=== modified file 'debian/checkbox.postinst'
76--- debian/checkbox.postinst 2013-06-01 14:18:12 +0000
77+++ debian/checkbox.postinst 2013-07-03 21:15:33 +0000
78@@ -3,4 +3,7 @@
79 . /usr/share/debconf/confmodule
80 . /usr/share/checkbox/install/postinst
81
82+cp /usr/share/checkbox/examples/network.cfg /etc/checkbox.d/
83+cp /usr/share/checkbox/examples/virtualization.cfg /etc/checkbox.d/
84+
85 #DEBHELPER#
86
87=== modified file 'debian/control'
88--- debian/control 2013-07-03 16:01:35 +0000
89+++ debian/control 2013-07-03 21:15:33 +0000
90@@ -11,13 +11,13 @@
91 python,
92 python-distutils-extra,
93 python-setuptools,
94- python3-setuptools,
95 python3-all,
96 python3-distutils-extra,
97 python3-gi,
98 python3-lxml,
99 python3-mock,
100 python3-pkg-resources,
101+ python3-setuptools,
102 qt4-qmake
103 Vcs-Bzr: https://code.launchpad.net/~checkbox-dev/checkbox/checkbox-packaging
104
105@@ -25,10 +25,10 @@
106 Section: python
107 Architecture: any
108 Depends: debconf,
109+ gir1.2-gudev-1.0,
110+ policykit-1,
111 python3-lxml,
112- policykit-1,
113 udev,
114- gir1.2-gudev-1.0,
115 udisks2 | udisks,
116 ${misc:Depends},
117 ${python3:Depends},
118@@ -120,8 +120,7 @@
119
120 Package: checkbox-hw-collection
121 Architecture: any
122-Depends: checkbox (>= ${source:Version}),
123- ${misc:Depends}
124+Depends: checkbox (>= ${source:Version}), ${misc:Depends}
125 Description: CLI tool for collecting HW information from a system
126 .
127 This package provides a tool for collecting hardware information from
128
129=== modified file 'debian/rules'
130--- debian/rules 2013-06-01 17:32:35 +0000
131+++ debian/rules 2013-07-03 21:15:33 +0000
132@@ -28,6 +28,7 @@
133 cp debian/checkbox.postrm debian/checkbox-urwid.postrm
134 cp debian/checkbox.postrm debian/checkbox-gtk.postrm
135 cp debian/checkbox.postrm debian/checkbox-qt.postrm
136+ cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
137 dh_installdeb
138
139 override_dh_installdocs:
140@@ -35,11 +36,12 @@
141 dh_installdocs -pcheckbox-cli checkbox-old/README
142 dh_installdocs -pcheckbox-urwid checkbox-old/README
143 dh_installdocs -pcheckbox-gtk checkbox-old/README
144- dh_installdocs -pcheckbox-qt checkbox-old/README
145+ dh_installdocs -pcheckbox-qt checkbox-old/README
146+ dh_installdocs -pcheckbox-hw-collection ./README
147 dh_installdocs
148
149 override_dh_clean:
150 -find . -name \*.mo -exec rm {} \;
151- -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm
152+ -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
153 debconf-updatepo
154 dh_clean

Subscribers

People subscribed via source and target branches