[Python-modules-commits] r32101 - in packages/checkbox-ng/trunk/debian (4 files)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Wed Apr 1 15:26:07 UTC 2015
Date: Wednesday, April 1, 2015 @ 15:26:06
Author: zyga-guest
Revision: 32101
* debian/rules: remove stale rules for no-longer-present canonical-*
executables
* debian/rules: ship checkbox-cli launcher in the checkbox-ng binary package
* debian/control: checkbox-ng-service depends on python3
* debian/checkbox-ng.manpages: remove stale links for no-longer-present
canonical-* executables
Modified:
packages/checkbox-ng/trunk/debian/changelog
packages/checkbox-ng/trunk/debian/checkbox-ng.manpages
packages/checkbox-ng/trunk/debian/control
packages/checkbox-ng/trunk/debian/rules
Modified: packages/checkbox-ng/trunk/debian/changelog
===================================================================
--- packages/checkbox-ng/trunk/debian/changelog 2015-04-01 15:05:22 UTC (rev 32100)
+++ packages/checkbox-ng/trunk/debian/changelog 2015-04-01 15:26:06 UTC (rev 32101)
@@ -7,6 +7,12 @@
* debian/upstream/signing-key.asc: add key 7ED72CD1
of Sylvain Pineau <sylvain.pineau at canonical.com>
* debian/patches/documentation-theme: patch away the custom theme
+ * debian/rules: remove stale rules for no-longer-present canonical-*
+ executables
+ * debian/rules: ship checkbox-cli launcher in the checkbox-ng binary package
+ * debian/control: checkbox-ng-service depends on python3
+ * debian/checkbox-ng.manpages: remove stale links for no-longer-present
+ canonical-* executables
-- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Thu, 05 Mar 2015 14:40:11 +0100
Modified: packages/checkbox-ng/trunk/debian/checkbox-ng.manpages
===================================================================
--- packages/checkbox-ng/trunk/debian/checkbox-ng.manpages 2015-04-01 15:05:22 UTC (rev 32100)
+++ packages/checkbox-ng/trunk/debian/checkbox-ng.manpages 2015-04-01 15:26:06 UTC (rev 32101)
@@ -1,5 +1,3 @@
build/sphinx/man/checkbox_ng.1
debian/checkbox.1
debian/checkbox-cli.1
-debian/canonical-driver-test-suite-cli.1
-debian/canonical-certification-server.1
Modified: packages/checkbox-ng/trunk/debian/control
===================================================================
--- packages/checkbox-ng/trunk/debian/control 2015-04-01 15:05:22 UTC (rev 32100)
+++ packages/checkbox-ng/trunk/debian/control 2015-04-01 15:26:06 UTC (rev 32101)
@@ -37,7 +37,7 @@
Package: checkbox-ng-service
Architecture: all
-Depends: checkbox-ng (= ${binary:Version}), python3-dbus, python3-gi, ${misc:Depends}
+Depends: checkbox-ng (= ${binary:Version}), python3, python3-dbus, python3-gi, ${misc:Depends}
Description: CheckBox D-Bus service
CheckBoxNG is a hardware testing tool useful for certifying laptops,
desktops and servers. It is a new version of CheckBox that is built
Modified: packages/checkbox-ng/trunk/debian/rules
===================================================================
--- packages/checkbox-ng/trunk/debian/rules 2015-04-01 15:05:22 UTC (rev 32100)
+++ packages/checkbox-ng/trunk/debian/rules 2015-04-01 15:26:06 UTC (rev 32101)
@@ -16,8 +16,9 @@
override_dh_install:
dh_install
mkdir -p debian/checkbox-ng/usr/bin
- mv debian/python3-checkbox-ng/usr/bin/canonical* debian/checkbox-ng/usr/bin
- mv debian/python3-checkbox-ng/usr/bin/checkbox* debian/checkbox-ng/usr/bin
+ mkdir -p debian/checkbox-ng-service/usr/bin
+ mv debian/python3-checkbox-ng/usr/bin/checkbox-cli debian/checkbox-ng/usr/bin
+ mv debian/python3-checkbox-ng/usr/bin/checkbox-gui-service debian/checkbox-ng-service/usr/bin
find debian/python3-checkbox-ng -type d -empty -delete
override_dh_python3:
More information about the Python-modules-commits
mailing list