comedilib 0.10.1-1ubuntu1 source package in Ubuntu

Changelog

comedilib (0.10.1-1ubuntu1) trusty; urgency=low

  * FTBFS fixes:
    - Backport upstream changesets 90ce9a9, cc0c9e7, f4e228e, c689eff,
      and 2277e82;
    - Use explicit parameters.
  * Closes: #733322. LP: #1264686.

comedilib (0.10.1-1) unstable; urgency=low

  * New upstream release
  * Bump compat to 9
  * Add hardening
  * Upgraded copyright file

comedilib (0.10.0-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches/03_bison.patch: Apply patch from upstream to fix build
    failure with bison 2.6. (Closes: #710622)
  * debian/python-comedilib.install: Don't install static libraries for the
    Python package. They are of no use and cause a lintian autoreject.

comedilib (0.10.0-3) unstable; urgency=low

  * Change pdf backend from fop to no. Fixes compilation on mips.

comedilib (0.10.0-2) unstable; urgency=low

  * Add dependency on adduser (Closes: #677573)

comedilib (0.10.0-1) unstable; urgency=low

  [ Bernd Porr ]
  * Removed ruby from the build dependencies
  * Disabled install of firmware (via ./configure)

  [ Gudjon I. Gudjonsson ]
  * Upstream release (Closes: #669353)
  * Dropping ruby bindings support.
    Commented out all references to ruby (Closes: #676095)
  * Rename comedi.rules to 90-comedi.rules
  * Move 90-comedi.rules to /lib/udev/rules.d/
  * Add comedi_calibrate (Closes: #544906)
  * Add LDFLAGS= -lm to configure (Closes: #558848)
  * Change bash to sh in postinst script
  * Fix a few errors in manpages. Add patch
    02_fix_manpages.patch (Thanks to Yaroslav Halchenko)
  * Add upstream changelog
  * Update symbols file
  * Update copyright file to DEP5

comedilib (0.8.1-6) unstable; urgency=low

  * Bump standards version to 3.9.3
  * Change to dh_python2
  * Change XS-Python-Version to X-Python-Version
  * Add doc-base file
  * Add watch file
  * Add symbols file
  * Add get-orig-source target
  * Change dependency on udev to recommends (Closes: #570069)

comedilib (0.8.1-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * Don't ship .la files (Closes: #621195).
 -- Daniel T Chen <email address hidden>   Tue, 07 Jan 2014 17:22:30 -0500

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
comedilib_0.10.1.orig-comedi-calibrate.tar.gz 187.4 KiB 89acc6ecc3f20072b10a05698edb86cdcc7b7eb491eee939b6e850ebeee32cbb
comedilib_0.10.1.orig.tar.gz 1.6 MiB b78ebba9a05f1e3991ba3db89e1e8ccdd179bffd5ca668b21b33f85109fe0cee
comedilib_0.10.1-1ubuntu1.debian.tar.gz 16.1 KiB 25318f833eb85c58f1b3bc75d24ae2a3b6b861b44e36b067df991d8f1d406a3a
comedilib_0.10.1-1ubuntu1.dsc 2.0 KiB d64ba7edf3b623e4a69f87ced96b53fb479a9ce0617865c466359c3575787310

View changes file

Binary packages built by this source

libcomedi-dev: Development library for Comedi

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware.
 .
 This package contains headers, static libraries, documentation, and
 examples for writing software that uses the Comedilib library. You
 only need to install it if you plan to develop or compile software
 that uses Comedilib.

libcomedi0: Library for Comedi

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware. Comedi supports a wide variety of ISA and PCI
 devices that contain analog-to-digital converters, digital-to-analog
 converters, digital input/output, counters and timers. The full list
 of support devices can be found in the libcomedi-dev documentation.
 .
 This package contains the shared library component of Comedilib. In
 general, this package will be automatically installed as a dependency
 of application or other library packages.
 .
 In order to effectively use this package, you need to have compiled
 and installed the Comedi kernel modules. The source for Comedi is
 available in the comedi-source package, which also contains
 instructions on how to compile and install the modules.

python-comedilib: Python wrapper for Comedilib

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware. See the libcomedi0 package for more information.
 .
 This package provides Python bindings to the comedi library.