checkbox-support 0.2-1 source package in Ubuntu

Changelog

checkbox-support (0.2-1) unstable; urgency=low


  [ Sylvain Pineau ]
  * New upstream release. List of bugs fixed:
    https://launchpad.net/checkbox-support/+milestone/0.2

  [ Zygmunt Krynicki ]
  * 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.2 release
    upstream. 
  * Patch away checkbox_support.vendor.mock. Also add a copyright entry for
    that module. Both changes are similar to what we do in python3-plainbox.

 -- Zygmunt Krynicki <email address hidden>  Mon, 07 Apr 2014 12:16:36 +0200

Upload details

Uploaded by:
Checkbox Developers
Uploaded to:
Sid
Original maintainer:
Checkbox Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
checkbox-support_0.2-1.dsc 2.2 KiB fb689692b11ec84052969b4cd9d690841c86fe31f6a94801f47697ecca987c09
checkbox-support_0.2.orig.tar.gz 394.3 KiB b6146be2b93e3a4fe8d7a047118eed90cbfe5a70fa2456b20374f64899a7253d
checkbox-support_0.2-1.debian.tar.xz 22.2 KiB 66f394567f841d4f5e57ff93dc5cc05f3b1813aade374d23cd01dda5d45b9ce0

Available diffs

No changes file available.

Binary packages built by this source

python3-checkbox-support: collection of Python modules used by PlainBox providers

 This package contains the CheckBox support Python 3 library, primarily used by
 the CheckBox provider.
 .
 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.