From d72160d1a539beef7236b8d90377b2af2d27c0cb Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Mon, 7 Apr 2014 19:00:31 +0200 Subject: plainbox-provider-checkbox (0.4-1) unstable; urgency=medium * New upstream release. List of bugfixes: https://launchpad.net/plainbox-provider-checkbox/14.04/0.4 * debian/watch: look for new releases on launchpad * debian/rules: stop using pybuild and use manage.py {i18n,build,install,validate} instead. This also drops dependency on python3-distutils-extra and replaces that with intltool * debian/control: drop X-Python3-Version * debian/control: make plainbox-provider-checkbox depend on python and python2.7 (for some scripts) rather than suggesting them. * debian/upstream/signing-key.asc: Use armoured gpg keys to avoid having to keep binary files in Debian packaging. Also, replace that with my key since I made the 0.3 release upstream. * debian/source/lintian-overrides: add an override for warning about no source for flash movie with reference to a bug report that discusses that issue. * debian/source/include-binaries: drop (no longer needed) * debian/patches: drop (no longer needed) * debian/plainbox-provider-checkbox.lintian-overrides: drop (no longer needed) * Stop being a python3 module, move to from DPMT to PAPT --- debian/control | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8364ba3 --- /dev/null +++ b/debian/control @@ -0,0 +1,65 @@ +Source: plainbox-provider-checkbox +Section: utils +Priority: optional +Maintainer: Checkbox Developers +Uploaders: Sylvain Pineau , + Zygmunt Krynicki , + Python Applications Packaging Team +Build-Depends: + debhelper (>= 9), + dh-python, + intltool, + python (>= 2.7), + python3, + python3-plainbox (>= 0.5.3), +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/plainbox-provider-checkbox/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/plainbox-provider-checkbox/trunk/ +Homepage: http://launchpad.net/checkbox + +Package: plainbox-provider-checkbox +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + plainbox-provider-resource-generic (>= 0.3), + python (>= 2.7), + python2.7, + python3, +Recommends: gir1.2-gst-plugins-base-1.0, + gir1.2-gstreamer-1.0, + gstreamer1.0-plugins-good, + gstreamer1.0-pulseaudio, + libgstreamer1.0-0, + pm-utils, + python3-apt, + python3-dbus, + python3-gi +Suggests: bonnie++, + bootchart, + curl, + ethtool, + fwts, + git-core, + glmark2, + glmark2-es2, + hdparm, + lshw, + mesa-utils, + nmap, + obexd-client, + obexftp, + render-bench, + smartmontools, + sox, + stress, + sysstat, + wmctrl +Description: CheckBox provider for PlainBox + This package provides the CheckBox jobs collection, i.e the hardware test + definitions and scripts originally included with CheckBox. + It is used together alongside with PlainBox. + . + Jobs are smallest units of testing that can be performed by PlainBox. + All jobs have an unique name. There are many types of jobs, some are fully + automated others are fully manual. -- cgit v1.2.3