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
=== modified file 'debian/checkbox-cli.install'
--- debian/checkbox-cli.install 2013-06-01 14:18:12 +0000
+++ debian/checkbox-cli.install 2013-07-03 21:15:33 +0000
@@ -1,3 +1,3 @@
1usr/bin/checkbox-cli1usr/bin/checkbox-cli
2usr/lib/python*/*-packages/checkbox_cli/*
2usr/share/checkbox/examples/checkbox-cli.ini3usr/share/checkbox/examples/checkbox-cli.ini
3usr/lib/python*/*-packages/checkbox_cli/*
44
=== modified file 'debian/checkbox-gtk.install'
--- debian/checkbox-gtk.install 2013-06-01 14:18:12 +0000
+++ debian/checkbox-gtk.install 2013-07-03 21:15:33 +0000
@@ -1,4 +1,4 @@
1usr/bin/checkbox-gtk1usr/bin/checkbox-gtk
2usr/lib/python*/*-packages/checkbox_gtk/*
3usr/share/checkbox/examples/checkbox-gtk.ini
2usr/share/checkbox/gtk/*4usr/share/checkbox/gtk/*
3usr/share/checkbox/examples/checkbox-gtk.ini
4usr/lib/python*/*-packages/checkbox_gtk/*
55
=== modified file 'debian/checkbox-qt.install'
--- debian/checkbox-qt.install 2013-06-01 14:18:12 +0000
+++ debian/checkbox-qt.install 2013-07-03 21:15:33 +0000
@@ -1,6 +1,6 @@
1usr/bin/checkbox-qt1usr/bin/checkbox-qt
2usr/lib/checkbox/qt/*
3usr/lib/python*/*-packages/checkbox_qt/*
2usr/share/applications/checkbox-qt.desktop4usr/share/applications/checkbox-qt.desktop
3usr/share/checkbox/examples/checkbox-qt.ini5usr/share/checkbox/examples/checkbox-qt.ini
4usr/share/dbus-1/services/*6usr/share/dbus-1/services/*
5usr/lib/checkbox/qt/*
6usr/lib/python*/*-packages/checkbox_qt/*
77
=== modified file 'debian/checkbox-urwid.install'
--- debian/checkbox-urwid.install 2013-06-01 14:18:12 +0000
+++ debian/checkbox-urwid.install 2013-07-03 21:15:33 +0000
@@ -1,3 +1,3 @@
1usr/bin/checkbox-urwid1usr/bin/checkbox-urwid
2usr/lib/python*/*-packages/checkbox_urwid/*
2usr/share/checkbox/examples/checkbox-urwid.ini3usr/share/checkbox/examples/checkbox-urwid.ini
3usr/lib/python*/*-packages/checkbox_urwid/*
44
=== modified file 'debian/checkbox.install'
--- debian/checkbox.install 2013-06-01 14:18:12 +0000
+++ debian/checkbox.install 2013-07-03 21:15:33 +0000
@@ -1,17 +1,18 @@
1usr/share/icons1usr/lib/checkbox/bin/*
2usr/share/locale2usr/lib/python*/*-packages/checkbox/*
3usr/share/apport/general-hooks/checkbox.py
4usr/share/apport/package-hooks/source_checkbox.py
3usr/share/checkbox/backend5usr/share/checkbox/backend
4usr/share/checkbox/run
5usr/share/checkbox/configs6usr/share/checkbox/configs
6usr/share/checkbox/data/*7usr/share/checkbox/data/*
8usr/share/checkbox/examples/checkbox.ini
9usr/share/checkbox/examples/network.cfg
10usr/share/checkbox/examples/org.freedesktop.policykit.checkbox.policy usr/share/polkit-1/actions/
7usr/share/checkbox/install/*11usr/share/checkbox/install/*
8usr/share/checkbox/jobs/*12usr/share/checkbox/jobs/*
9usr/share/checkbox/patches/*13usr/share/checkbox/patches/*
10usr/share/checkbox/plugins/*14usr/share/checkbox/plugins/*
11usr/share/checkbox/report/*15usr/share/checkbox/report/*
12usr/share/checkbox/examples/checkbox.ini16usr/share/checkbox/run
13usr/share/checkbox/examples/network.cfg17usr/share/icons
14usr/lib/python*/*-packages/checkbox/*18usr/share/locale
15usr/lib/checkbox/bin/*
16usr/share/apport/package-hooks/source_checkbox.py
17usr/share/apport/general-hooks/checkbox.py
1819
=== modified file 'debian/checkbox.postinst'
--- debian/checkbox.postinst 2013-06-01 14:18:12 +0000
+++ debian/checkbox.postinst 2013-07-03 21:15:33 +0000
@@ -3,4 +3,7 @@
3. /usr/share/debconf/confmodule3. /usr/share/debconf/confmodule
4. /usr/share/checkbox/install/postinst4. /usr/share/checkbox/install/postinst
55
6cp /usr/share/checkbox/examples/network.cfg /etc/checkbox.d/
7cp /usr/share/checkbox/examples/virtualization.cfg /etc/checkbox.d/
8
6#DEBHELPER#9#DEBHELPER#
710
=== modified file 'debian/control'
--- debian/control 2013-07-03 16:01:35 +0000
+++ debian/control 2013-07-03 21:15:33 +0000
@@ -11,13 +11,13 @@
11 python,11 python,
12 python-distutils-extra,12 python-distutils-extra,
13 python-setuptools,13 python-setuptools,
14 python3-setuptools,
15 python3-all,14 python3-all,
16 python3-distutils-extra,15 python3-distutils-extra,
17 python3-gi,16 python3-gi,
18 python3-lxml,17 python3-lxml,
19 python3-mock,18 python3-mock,
20 python3-pkg-resources,19 python3-pkg-resources,
20 python3-setuptools,
21 qt4-qmake21 qt4-qmake
22Vcs-Bzr: https://code.launchpad.net/~checkbox-dev/checkbox/checkbox-packaging22Vcs-Bzr: https://code.launchpad.net/~checkbox-dev/checkbox/checkbox-packaging
2323
@@ -25,10 +25,10 @@
25Section: python25Section: python
26Architecture: any26Architecture: any
27Depends: debconf,27Depends: debconf,
28 gir1.2-gudev-1.0,
29 policykit-1,
28 python3-lxml,30 python3-lxml,
29 policykit-1,
30 udev,31 udev,
31 gir1.2-gudev-1.0,
32 udisks2 | udisks,32 udisks2 | udisks,
33 ${misc:Depends},33 ${misc:Depends},
34 ${python3:Depends},34 ${python3:Depends},
@@ -120,8 +120,7 @@
120120
121Package: checkbox-hw-collection121Package: checkbox-hw-collection
122Architecture: any122Architecture: any
123Depends: checkbox (>= ${source:Version}),123Depends: checkbox (>= ${source:Version}), ${misc:Depends}
124 ${misc:Depends}
125Description: CLI tool for collecting HW information from a system124Description: CLI tool for collecting HW information from a system
126 .125 .
127 This package provides a tool for collecting hardware information from126 This package provides a tool for collecting hardware information from
128127
=== modified file 'debian/rules'
--- debian/rules 2013-06-01 17:32:35 +0000
+++ debian/rules 2013-07-03 21:15:33 +0000
@@ -28,6 +28,7 @@
28 cp debian/checkbox.postrm debian/checkbox-urwid.postrm28 cp debian/checkbox.postrm debian/checkbox-urwid.postrm
29 cp debian/checkbox.postrm debian/checkbox-gtk.postrm29 cp debian/checkbox.postrm debian/checkbox-gtk.postrm
30 cp debian/checkbox.postrm debian/checkbox-qt.postrm30 cp debian/checkbox.postrm debian/checkbox-qt.postrm
31 cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
31 dh_installdeb32 dh_installdeb
3233
33override_dh_installdocs:34override_dh_installdocs:
@@ -35,11 +36,12 @@
35 dh_installdocs -pcheckbox-cli checkbox-old/README 36 dh_installdocs -pcheckbox-cli checkbox-old/README
36 dh_installdocs -pcheckbox-urwid checkbox-old/README 37 dh_installdocs -pcheckbox-urwid checkbox-old/README
37 dh_installdocs -pcheckbox-gtk checkbox-old/README 38 dh_installdocs -pcheckbox-gtk checkbox-old/README
38 dh_installdocs -pcheckbox-qt checkbox-old/README 39 dh_installdocs -pcheckbox-qt checkbox-old/README
40 dh_installdocs -pcheckbox-hw-collection ./README
39 dh_installdocs41 dh_installdocs
4042
41override_dh_clean:43override_dh_clean:
42 -find . -name \*.mo -exec rm {} \;44 -find . -name \*.mo -exec rm {} \;
43 -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm45 -rm -f debian/checkbox-cli.postrm debian/checkbox-urwid.postrm debian/checkbox-gtk.postrm debian/checkbox-qt.postrm debian/checkbox-hw-collection.postrm
44 debconf-updatepo46 debconf-updatepo
45 dh_clean47 dh_clean

Subscribers

People subscribed via source and target branches