debian/0000755000000000000000000000000012102060012007146 5ustar debian/patches/0000755000000000000000000000000012102056175010614 5ustar debian/patches/libpath0000644000000000000000000000270012102056175012161 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . pyvisa (1.4-1) unstable; urgency=low . * Initial release Author: Simon Richter --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- pyvisa-1.4.orig/src/vpp43.py +++ pyvisa-1.4/src/vpp43.py @@ -142,7 +142,7 @@ class VisaLibrary(Singleton): self.__cdecl_lib = cdll.visa32 elif os.name == 'posix': if not path: - path = "/usr/local/vxipnp/linux/bin/libvisa.so.7" + path = "libvisa.so.0" self.__lib = self.__cdecl_lib = cdll.LoadLibrary(path) else: self.__lib = self.__cdecl_lib = None debian/patches/series0000644000000000000000000000004012102054167012022 0ustar fixbuild libpath update-egginfo debian/patches/update-egginfo0000644000000000000000000000400712102054167013435 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . pyvisa (1.4-1) unstable; urgency=low . * Initial release Author: Simon Richter --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- pyvisa-1.4.orig/PyVISA.egg-info/PKG-INFO +++ pyvisa-1.4/PyVISA.egg-info/PKG-INFO @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: PyVISA Version: 1.4 Summary: Python VISA bindings for GPIB, RS232, and USB instruments --- pyvisa-1.4.orig/PyVISA.egg-info/SOURCES.txt +++ pyvisa-1.4/PyVISA.egg-info/SOURCES.txt @@ -1,29 +1,21 @@ -.coverage -.cvsignore COPYING ChangeLog MANIFEST.in README -distribute_setup.py setup.cfg setup.py -tox.ini visa.py PyVISA.egg-info/PKG-INFO PyVISA.egg-info/SOURCES.txt PyVISA.egg-info/dependency_links.txt PyVISA.egg-info/top_level.txt -doc/.cvsignore doc/LICENSE doc/Makefile -doc/conf.py doc/default.css doc/index.txt -doc/make.bat doc/pyvisa.tex doc/pyvisa.txt doc/vpp43.txt -src/.cvsignore src/__init__.py src/visa.py src/visa_attributes.py @@ -34,7 +26,6 @@ src/vpp43.py src/vpp43_attributes.py src/vpp43_constants.py src/vpp43_types.py -test/conftest.py test/test_itc4.py test/test_keithley2000.py test/test_visa_attributes.py \ No newline at end of file debian/patches/fixbuild0000644000000000000000000000321212102053355012340 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . pyvisa (1.4-1) unstable; urgency=low . * Initial release Author: Simon Richter --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- pyvisa-1.4.orig/setup.py +++ pyvisa-1.4/setup.py @@ -31,8 +31,8 @@ # DEALINGS IN THE SOFTWARE. # -from distribute_setup import use_setuptools -use_setuptools("0.6.24") +#from distribute_setup import use_setuptools +#use_setuptools("0.6.24") from setuptools import setup import distutils.dir_util @@ -83,8 +83,8 @@ if os.name == 'posix': # FixMe: Maybe this should be done in Python itself (using distutils.dep_util), # eventually. - os.system("make --directory=doc/") - os.system("ln -s ../doc src/") + #os.system("make --directory=doc/") + #os.system("ln -s ../doc src/") extra = {} if sys.version_info >= (3,): debian/copyright0000644000000000000000000000332612102056720011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyvisa Source: http://pyvisa.sourceforge.net/ Files: * Copyright: 2005, 2006, 2007, 2008 Torsten Bronger 2005, 2006, 2007, 2008 Gregor Thalhammer License: MIT 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. Files: debian/* Copyright: 2013 Simon Richter License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 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 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 General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000117712102060006010562 0ustar Source: pyvisa Section: electronics Priority: extra Maintainer: Simon Richter Build-Depends: debhelper (>= 9), python-setuptools, python-docutils, python-jinja2, python-mock, python-pygments, python-sphinx, python | python-all | python-dev | python-all-dev Standards-Version: 3.9.3 Homepage: http://pyvisa.sourceforge.net/ Package: pyvisa Architecture: all Depends: libvisa0, ${misc:Depends} Description: Python bindings for Virtual Instrument Software Architecture The VISA standard provides a common interface for communication with test and measurement equipment. . This package provides Python bindings for VISA. debian/rules0000755000000000000000000000005512102052473010242 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/watch0000644000000000000000000000006412102051517010211 0ustar version=3 http://sf.net/pyvisa/PyVISA-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212102051165010355 0ustar 9 debian/changelog0000644000000000000000000000017712102051162011033 0ustar pyvisa (1.4-1) unstable; urgency=low * Initial release -- Simon Richter Tue, 29 Jan 2013 23:50:45 +0100 debian/source/0000755000000000000000000000000012102051107010453 5ustar debian/source/format0000644000000000000000000000001412102051107011661 0ustar 3.0 (quilt)