[Python-modules-commits] r27246 - in packages/checkbox-support/trunk/debian (control)

spineau-guest at users.alioth.debian.org spineau-guest at users.alioth.debian.org
Thu Jan 16 13:33:01 UTC 2014


    Date: Thursday, January 16, 2014 @ 13:33:00
  Author: spineau-guest
Revision: 27246

debian/control: Fix section, X-P-V and extended description

section is just python and used only in the source package
X-Python3-Version fixed to be just >= 3.2
extended description now tells a bit more about the provided modules and why
this package should not be installed directly (see debian best-pkging-practices)

Modified:
  packages/checkbox-support/trunk/debian/control

Modified: packages/checkbox-support/trunk/debian/control
===================================================================
--- packages/checkbox-support/trunk/debian/control	2014-01-15 22:48:39 UTC (rev 27245)
+++ packages/checkbox-support/trunk/debian/control	2014-01-16 13:33:00 UTC (rev 27246)
@@ -1,5 +1,5 @@
 Source: checkbox-support
-Section: utils
+Section: python
 Priority: optional
 Maintainer: Sylvain Pineau <sylvain.pineau at canonical.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
@@ -11,13 +11,12 @@
  python3-pyparsing,
  python3-setuptools
 Standards-Version: 3.9.5
-X-Python3-Version: >= 3.2, << 3.4
+X-Python3-Version: >= 3.2
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/checkbox-support/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/checkbox-support/trunk/
 Homepage: http://launchpad.net/checkbox
 
 Package: python3-checkbox-support
-Section: python
 Architecture: all
 Depends: gir1.2-gudev-1.0,
          python3-pyparsing,
@@ -25,10 +24,34 @@
          udisks2 | udisks,
          ${misc:Depends},
          ${python3:Depends}
-Description: CheckBox support python3 library
- This package contains the CheckBox support python3 library.
+Description: Collection of Python modules used by PlainBox providers
+ This package contains the CheckBox support Python 3 library, primarily used by
+ the CheckBox provider.
  .
- Since CheckBox (http://launchpad.net/checkbox) provides the system tests
- outside of its monolithic package, a few of them require python modules
- originally located under the checkbox namespace to be installed.
- This package provides such modules (parsers, heuristics, ...)
+ It should not be installed directly, but pulled in by PlainBox provider
+ packages requiring one of the support module listed below:
+ .
+ * checkbox_support.contrib.xrandr: provides a high level API for the XRandR
+ extension of the X.org server.
+ .
+ * checkbox_support.dbus.udisks2: module for working with UDisks2 from python
+ .
+ * checkbox_support.heuristics.udev: heuristics for udev
+ * checkbox_support.heuristics.udisks2: heuristics for udisks2
+ .
+ * checkbox_support.parsers.cpuinfo: parser for the /proc/cpuinfo file
+ * checkbox_support.parsers.dmidecode: parser for the dmidecode command
+ * checkbox_support.parsers.efi: parser for EFI information
+ * checkbox_support.parsers.lshwjson: parser for the lshw JSON output
+ * checkbox_support.parsers.meminfo: parser for the /proc/meminfo file
+ * checkbox_support.parsers.modinfo: parser for modinfo information
+ * checkbox_support.parsers.pactl: parser for the output of 'pactl list' syntax
+ * checkbox_support.parsers.udevadm: parser for the udevadm command
+ * checkbox_support.parsers.xinput: parser for the xinput command
+ .
+ * checkbox_support.scripts.audio_settings manipulates PulseAudio settings.
+ * checkbox_support.scripts.gputest_benchmark is a wrapper for the Geeks3D
+ GpuTest benchmark.
+ .
+ * checkbox_support.udev is a collection of utility functions for
+ interacting with GUdev.




More information about the Python-modules-commits mailing list