debian/0002755000000000000000000000000012145454455007201 5ustar debian/source/0002755000000000000000000000000012145454455010501 5ustar debian/source/format0000644000000000000000000000001411363376727011713 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000032511651733501011347 0ustar The following changes were made to the upstream source: * Removed examples/tools/ (not present in previous version anyway) from source because there are different licenses involved. Needs clarification. debian/clean0000644000000000000000000000002411771447345010204 0ustar pymodbus.egg-info/* debian/watch0000644000000000000000000000012212127762052010216 0ustar version=3 https://pypi.python.org/packages/source/p/pymodbus/pymodbus-(.*).tar.gz debian/control0000644000000000000000000000274312141501111010562 0ustar Source: pymodbus Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: W. Martin Borgert , Maximiliano Curia , Thomas Bechtold Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-nose Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pymodbus/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pymodbus/trunk/ Homepage: http://code.google.com/p/pymodbus Package: python-pymodbus Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: python-twisted-core, python-serial Provides: ${python:Provides} Description: full Modbus protocol implementation Pymodbus is a full Modbus protocol implementation. It is currently supports the following : . Client Features: * Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registers * Working on diagnostic/file/pipe/setting/info requests * Can fully scrape a host to be cloned . Server Features: * Can function as a fully implemented TCP/ASCII modbus server * Full server control context * Working on serial communication * Working on functioning as a RTU * Can mimic a server based on the supplied input data . For asynchronous communication, you need python-twisted-core. For serial communication, you need python-serial. debian/changelog0000644000000000000000000000432712145454423011052 0ustar pymodbus (1.2.0-2) unstable; urgency=low [Jakub Wilk Sun, 05 May 2013 16:01:51 +0200] * Use canonical URIs for Vcs-* fields. [W. Martin Borgert ] * upload to unstable -- W. Martin Borgert Fri, 17 May 2013 16:21:29 +0000 pymodbus (1.2.0-1) experimental; urgency=low * New upstream release * debian/watch: Use pypi to watch releases. Githubredir was not working. * debian/control: Bump Standards-Version to 3.9.4 -- Thomas Bechtold Sat, 06 Apr 2013 10:53:06 +0200 pymodbus (1.1.0-1) experimental; urgency=low * New upstream release. * debian/control: Add Thomas Bechtold to Uploaders. * debian/watch: Use github tags for new releases. -- Thomas Bechtold Sat, 27 Oct 2012 12:55:45 +0200 pymodbus (0.9.0+r175-3) unstable; urgency=low * Add ${misc:Depends} to avoid lintian warnings. * Update debhelper dependency version. * Clean egg files (Closes: #671416). -- Maximiliano Curia Sat, 23 Jun 2012 18:29:11 -0300 pymodbus (0.9.0+r175-2) unstable; urgency=low * Set correct python dependencies (Closes: #642460). Thanks to Thomas Bechtold . -- W. Martin Borgert Wed, 28 Dec 2011 22:02:00 +0000 pymodbus (0.9.0+r175-1) unstable; urgency=low * Update from trunk to get a number of upstream fixes. * Removed examples/tools/ (not present in previous version anyway) from source because there are different licenses involved. Needs clarification. * Dont't install unit tests. * Debian patches not necessary anymore. -- W. Martin Borgert Wed, 26 Oct 2011 07:26:28 +0000 pymodbus (0.9.0-1) unstable; urgency=low * Initial release (Closes: #578120) (Really, previous version never has been uploaded.) * New upstream version. Examples and docs are not included by upstream anymore. * Moved to dh_python2. * Twisted and Serial recommended only. -- W. Martin Borgert Wed, 17 Aug 2011 09:34:29 +0000 pymodbus (0.5.1-1) unstable; urgency=low * Initial release (Closes: #578120) -- Maximiliano Curia Fri, 16 Apr 2010 13:15:39 -0300 debian/compat0000644000000000000000000000000211363376727010403 0ustar 7 debian/patches/0002755000000000000000000000000012145454454010627 5ustar debian/rules0000755000000000000000000000035011676726462010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_installdocs: dh_installdocs -Xtest/ override_dh_python2: dh_python2 --no-guessing-deps debian/copyright0000644000000000000000000000301311623546766011136 0ustar This work was packaged for Debian by: Maximiliano Curia on Fri, 16 Apr 2010 13:15:39 -0300 It was downloaded from: http://code.google.com/p/pymodbus/ Upstream Author: Galen Collins Copyright: Copyright (c) 2008 Galen Collins License: The MIT License 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. The Debian packaging is: Copyright (C) 2010 Maximiliano Curia and is also licensed under the MIT License. debian/pydist-overrides0000644000000000000000000000003411623546766012442 0ustar twisted python-twisted-core debian/python-pymodbus.docs0000644000000000000000000000000511623546766013234 0ustar test