debian/0000755000000000000000000000000012265234775007203 5ustar debian/libusbtc08-1.docs0000644000000000000000000000000712265233541012155 0ustar README debian/source/0000755000000000000000000000000012265233541010471 5ustar debian/source/format0000644000000000000000000000001412265233541011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000053312265233541010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel --with autoreconf override_dh_fixperms: dh_fixperms find \ debian/libusbtc08-1/usr/share/doc/libusbtc08-1/examples \ debian/libusbtc08-dev/usr/share/doc/libusbtc08-dev/examples \ -type f -exec chmod 0644 '{}' ';' debian/libusbtc08-dev.install0000644000000000000000000000073012265233541013314 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so examples/README /usr/share/doc/libusbtc08-dev/examples examples/tc08test_c/main.c /usr/share/doc/libusbtc08-dev/examples/tc08test_c examples/tc08test_c/Makefile.am /usr/share/doc/libusbtc08-dev/examples/tc08test_c examples/tc08test_cpp/main.cpp /usr/share/doc/libusbtc08-dev/examples/tc08test_cpp examples/tc08test_cpp/Makefile.am /usr/share/doc/libusbtc08-dev/examples/tc08test_cpp debian/compat0000644000000000000000000000000212265233541010367 0ustar 9 debian/docs0000644000000000000000000000000712265233541010041 0ustar README debian/changelog0000644000000000000000000000170012265233541011041 0ustar libusbtc08 (1.7.2-4) unstable; urgency=medium * New patch: automake_foreign * Use dh-autoreconf to fix FTBFS on ppc64el, thanks to Logan Rosen. (Closes: #734823) -- Maximiliano Curia Tue, 14 Jan 2014 14:10:29 +0100 libusbtc08 (1.7.2-3) unstable; urgency=low * Remove arch dependant files. Thanks to Jakub Wilk. (Closes: #734707) -- Maximiliano Curia Thu, 09 Jan 2014 19:16:37 +0100 libusbtc08 (1.7.2-2) unstable; urgency=medium * Bump debhelper b-d and compat to 9. * Bump Standards-Version to 3.9.5, no changes needed. * Update VCS fields. * Add autotools_dev dh sequence helper. Thanks to Matthias Klose. (Closes: #727444) * Update install files and dirs. -- Maximiliano Curia Wed, 08 Jan 2014 18:18:37 +0100 libusbtc08 (1.7.2-1) unstable; urgency=low * Initial release (Closes: #639282) -- Maximiliano Curia Wed, 24 Aug 2011 09:47:26 -0300 debian/libusbtc08-dev.docs0000644000000000000000000000003412265233541012573 0ustar README libusbtc08-1.7.0.pdf debian/libusbtc08-1.install0000644000000000000000000000002412265233541012672 0ustar usr/lib/*/lib*.so.* debian/patches/0000755000000000000000000000000012265233541010620 5ustar debian/patches/series0000644000000000000000000000004112265233541012030 0ustar missing_headers automake_foreign debian/patches/automake_foreign0000644000000000000000000000073512265233541014067 0ustar Index: libusbtc08/configure.ac =================================================================== --- libusbtc08.orig/configure.ac 2011-08-25 20:16:32.000000000 +0200 +++ libusbtc08/configure.ac 2014-01-14 13:59:53.557708313 +0100 @@ -6,7 +6,7 @@ AC_REVISION($Id: configure.ac,v 1.3 2007/07/31 20:27:13 douglas Exp $) AC_CONFIG_SRCDIR(src/common/TC08Device.h) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) # Checks for programs AC_PROG_CXX debian/patches/missing_headers0000644000000000000000000000263712265233541013717 0ustar Index: libusbtc08-1.7.2/src/common/TC08Api.cpp =================================================================== --- libusbtc08-1.7.2.orig/src/common/TC08Api.cpp 2011-08-24 12:39:57.768204914 -0300 +++ libusbtc08-1.7.2/src/common/TC08Api.cpp 2011-08-24 12:43:10.768708201 -0300 @@ -42,6 +42,10 @@ #include "TC08Device.h" #include "TC08Enumerator.h" +#include +#include +#include + // //////////////////////////////////////////////////////////////////////////// // // Global variables Index: libusbtc08-1.7.2/src/common/tctables.cpp =================================================================== --- libusbtc08-1.7.2.orig/src/common/tctables.cpp 2011-08-24 12:48:40.437252489 -0300 +++ libusbtc08-1.7.2/src/common/tctables.cpp 2011-08-24 12:49:12.081209395 -0300 @@ -42,6 +42,8 @@ #include #include +#include + #include "tctables.h" Index: libusbtc08-1.7.2/src/shared/PicoUsbDevice_Linux.h =================================================================== --- libusbtc08-1.7.2.orig/src/shared/PicoUsbDevice_Linux.h 2011-08-24 13:11:45.025722375 -0300 +++ libusbtc08-1.7.2/src/shared/PicoUsbDevice_Linux.h 2011-08-24 13:12:10.380203795 -0300 @@ -44,7 +44,7 @@ #ifndef PICOUSBDEVICE_LINUX_H #define PICOUSBDEVICE_LINUX_H -#include +#include // Format of USB Descriptors is defined in USB2.0 spec, section 9.6 #pragma pack (1) debian/control0000644000000000000000000000204212265233541010572 0ustar Source: libusbtc08 Priority: extra Maintainer: Maximiliano Curia Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.5 Section: libs Homepage: http://www.picotech.com/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libusbtc08.git Vcs-Git: git://anonscm.debian.org/collab-maint/libusbtc08.git Package: libusbtc08-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: libusbtc08-1 (= ${binary:Version}), ${misc:Depends} Description: Development files for PicoTech USB TC08 Hardware interface library for PicoTech USB TC08. . This package includes the development files needed for C and C++ programs. Package: libusbtc08-1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Hardware interface library for PicoTech USB TC08 Thermocouple sensor This library provides a communication API for the USB TC-08 (8 channel thermocouple data logger) provided by Pico Technology. debian/libusbtc08-1.examples0000644000000000000000000000001212265233541013037 0ustar src/linux debian/copyright0000644000000000000000000000367512265233541011137 0ustar This work was packaged for Debian by: Maximiliano Curia on Wed, 24 Aug 2011 09:47:26 -0300 It was downloaded from: http://downloads.picotech.com/linux/32bit/libusbtc08_R1_7_2.tgz Upstream Author: Pico Technology Copyright: Copyright (c) 2007, Pico Technology. License: Copyright (c) 2007, Pico Technology. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name of Pico Technology may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY PICO TECHNOLOGY "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PICO TECHNOLOGY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2011 Maximiliano Curia and is licensed under the LGPL Version 3, see "/usr/share/common-licenses/LGPL".