debian/0000755000000000000000000000000011637713747007206 5ustar debian/examples0000644000000000000000000000001311634725173010732 0ustar examples/* debian/changelog0000644000000000000000000000060311637341721011044 0ustar usbtc08-python (0.1.1-2) unstable; urgency=low * Missing python-support build dependency (Closes: #642569), thanks to Jakub Wilk, for reporting. -- Maximiliano Curia Sat, 24 Sep 2011 08:38:39 -0300 usbtc08-python (0.1.1-1) unstable; urgency=low * Initial release (Closes: #641840) -- Maximiliano Curia Mon, 12 Sep 2011 14:00:23 -0300 debian/source/0000755000000000000000000000000011634725173010477 5ustar debian/source/format0000644000000000000000000000001411634725173011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000067211634725173010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/compat0000644000000000000000000000000211634725173010375 0ustar 7 debian/copyright0000644000000000000000000000245211634725173011135 0ustar This work was packaged for Debian by: Maximiliano Curia on Wed, 07 Sep 2011 11:32:34 -0300 It was downloaded from: http://bettercodes.org/projects/usbtc08-python/files/ Upstream Author: Maximiliano Curia Copyright: Copyright (c) 2011 Maximiliano Curia License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". The Debian packaging is: Copyright (C) 2011 Maximiliano Curia and is licensed under the LGPL version 3, see "/usr/share/common-licenses/LGPL-3". debian/docs0000644000000000000000000000000011634725173010040 0ustar debian/clean0000644000000000000000000000003211634725173010177 0ustar usbtc08.py usbtc08_wrap.c debian/control0000644000000000000000000000152111637340420010570 0ustar Source: usbtc08-python Section: python Priority: extra Maintainer: Maximiliano Curia Build-Depends: debhelper (>= 7.0.50~), swig, python-all-dev (>= 2.3.5-11), libusbtc08-dev, python-support Standards-Version: 3.9.2 Homepage: http://bettercodes.org/projects/usbtc08-python Vcs-Git: git://git.debian.org/collab-maint/usbtc08-python.git Vcs-Browser: http://git.debian.org/?p=collab-maint/usbtc08-python.git;a=summary Package: python-usbtc08 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python wrapper for libusbtc08 libusbtc08 provides a communication API for the USB TC-08 (8 channel thermocouple data logger) provided by Pico Technology. . This package includes a wrapper module to use libusbtc08 from python.