debian/0000755000000000000000000000000012175535271007176 5ustar debian/control0000644000000000000000000000223712175534742010607 0ustar Source: pyoptical Priority: extra Maintainer: NeuroDebian Team Uploaders: Michael Hanke , Yaroslav Halchenko Build-Depends: debhelper (>= 7.0.50~), python-all, python-support, python-serial, help2man Standards-Version: 3.9.4 Section: science Homepage: http://github.com/esc/pyoptical Vcs-Browser: http://git.debian.org/?p=exppsy/pyoptical.git Vcs-Git: git://git.debian.org/git/exppsy/pyoptical.git Package: python-pyoptical Section: python Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-serial Enhances: psychopy, python-pyepl XB-Python-Version: ${python:Versions} Description: python interface to the CRS 'OptiCAL' photometer The 'OptiCAL' is a photometer that is produced by Cambridge Research Systems (CRS). This device is a standard tool for gamma-calibration of display devices in vision research. This package provides a free-software replacement for the Windows-software distributed by the manufacturer that allows querying an OptiCAL via a serial connection. pyoptical can be used as a library for third-party applications or as a standalone command line tool. debian/source/0000755000000000000000000000000012175534561010477 5ustar debian/source/format0000644000000000000000000000001412175534561011705 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012175535156010627 5ustar debian/patches/series0000644000000000000000000000000012175535147012032 0ustar debian/rules0000755000000000000000000000116612175534561010263 0ustar #!/usr/bin/make -f # -*- makefile -*- srcpkg_name = $(shell dpkg-parsechangelog | grep '^Source' | cut -d ' ' -f 2,2) upstream_version = $(shell dpkg-parsechangelog | grep '^Version' | cut -d ' ' -f 2,2 |cut -d '-' -f 1,1) # one ring to rule them all ... %: dh $@ override_dh_installman: PYTHONPATH=build/lib:$(PYTHONPATH) help2man -N \ -n "query the CRS 'OptiCAL' photometer" ./pyoptical > build/pyoptical.1 dh_installman build/pyoptical.1 override_dh_clean: -rm -rf build dh_clean get-orig-src: wget -O $(srcpkg_name)_$(upstream_version).orig.tar.gz \ http://github.com/esc/pyoptical/tarball/$(upstream_version) debian/compat0000644000000000000000000000000212175534561010375 0ustar 7 debian/copyright0000644000000000000000000000263412175534561011137 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: pyoptical Source: http://github.com/esc/pyoptical Maintainer: Valentin Haenel Files: * Copyright: 2009-2010, Valentin Haenel License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2010, Michael Hanke License: Expat debian/changelog0000644000000000000000000000154412175535212011047 0ustar pyoptical (0.4-1) unstable; urgency=low * New upstream bugfix release. * Updated maintainer email address. * Bumped Standards-version to 3.9.4 no changes necessary. * Removed obsolete help2man_compat patch -- merged upstream. -- Michael Hanke Mon, 29 Jul 2013 20:51:00 +0200 pyoptical (0.3-1) unstable; urgency=low * New upstream release. Closes: #580662. * Added watch file. * Bumped Standards-version to 3.9.1 no changes necessary. * Added patch to beautify help2man-generated manpage and install this manpage. -- Michael Hanke Tue, 19 Oct 2010 11:37:31 -0400 pyoptical (0.2-1) UNRELEASED; urgency=low * Initial Debian packaging based on debhelper's "dh" and using the new source package format 3.0 (quilt). -- Michael Hanke Fri, 07 May 2010 07:23:48 -0400 debian/watch0000644000000000000000000000026312175534561010231 0ustar # Compulsory line, this is a version 3 file version=3 opts="filenamemangle=s/.*\/(.*)/pyoptical-$1\.tar\.gz/" \ http://github.com/esc/pyoptical/downloads .*tarball/([\d\.a-z]+)