debian/0000755000000000000000000000000011645353253007175 5ustar debian/rules0000755000000000000000000000153211645353253010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PYVERS=$(shell pyversions -vr) pkgdir = $(CURDIR)/debian/python-tftpy -include /usr/share/python/python.mk clean: dh_testdir dh_testroot python ./setup.py clean find . -name *\.pyc -exec rm {} \; rm -rf build dh_clean build: build-indep: build-arch: build-stamp: install: $(PYVERS:%=install-python%) dh_install install-python%: python$* setup.py install $(py_setup_install_args) \ --root $(call pkgdir,$*) binary-indep: build install dh_testdir -i dh_testroot -i dh_installchangelogs ChangeLog dh_installdocs -i dh_installexamples -i dh_python2 -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: binary: binary-indep binary-arch .PHONY: build-stamp build-arch build-indep binary binary-arch binary-indep install debian/compat0000644000000000000000000000000211526566503010375 0ustar 5 debian/copyright0000644000000000000000000000303111526566503011127 0ustar This package was debianized by Carlos Galisteo on Fri, 22 Jun 2007 13:42:38 +0200. It was downloaded from http://sourceforge.net/projects/tftpy/ Upstream Author: Michael P. Soulier Copyright: Copyright © 2006 Michael P. Soulier 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 © 2007, Carlos Galisteo and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/examples0000644000000000000000000000005011526566503010733 0ustar bin/tftpy_server.py bin/tftpy_client.py debian/control0000644000000000000000000000150411645353253010600 0ustar Source: tftpy Priority: optional Section: python Maintainer: Carlos Galisteo Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 5), python-all (>= 2.6.6-3) Vcs-Svn: svn://svn.debian.org/python-modules/packages/tftpy/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tftpy/trunk/ Standards-Version: 3.9.2 Homepage: http://tftpy.sourceforge.net/ Package: python-tftpy Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: pure Python library for TFTP Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. It supports RFCs 1350, 2347 and 2348. debian/watch0000644000000000000000000000006211526566503010226 0ustar version=3 http://sf.net/tftpy/tftpy-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011645353253010624 5ustar debian/patches/series0000644000000000000000000000003211645353253012034 0ustar no_scripts_in_setup.patch debian/patches/no_scripts_in_setup.patch0000644000000000000000000000062211645353253015736 0ustar --- tftpy.orig/setup.py +++ tftpy/setup.py @@ -9,7 +9,7 @@ author_email='msoulier@digitaltorque.ca', url='http://tftpy.sourceforge.net', packages=['tftpy'], - scripts=['bin/tftpy_client.py','bin/tftpy_server.py'], + #scripts=['bin/tftpy_client.py','bin/tftpy_server.py'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', debian/source/0000755000000000000000000000000011645352344010475 5ustar debian/source/format0000644000000000000000000000001411645352344011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000370711645353253011056 0ustar tftpy (0.6.0-1) unstable; urgency=low * New upstream release * Standards-Version updated (3.9.2) * Switch to dpkg-source 3.0 (quilt) format. * Added patch to remove scripts (already in examples/) * migrated to dh_python2. * fixed debian-rules-missing-recommended-target warning. * fixed description-synopsis-starts-with-article warning. -- Carlos Galisteo Mon, 03 Oct 2011 11:27:53 +0200 tftpy (0.5.1-1) unstable; urgency=low * New upstream release (0.5.1) * debian/control - Standards-Version updated (3.9.1) -- Carlos Galisteo Mon, 13 Sep 2010 17:43:22 +0200 tftpy (0.5.0-1) unstable; urgency=low * New upstream release (0.5.0) * debian/copyright - Upstream code relicensed as MIT. - Packaging license versioned (GPL-3) * debian/control - Standards-Version updated (3.8.4) - python-dev replaced by python-all -- Carlos Galisteo Tue, 18 May 2010 09:50:24 +0200 tftpy (0.4.6-1) unstable; urgency=low [ Carlos Galisteo ] * debian/control - Homepage field added. * New upstream release (0.4.6) [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn -- Carlos Galisteo Fri, 26 Dec 2008 13:43:53 +0000 tftpy (0.4.5-1) unstable; urgency=low [ Carlos Galisteo ] * New upstream release (0.4.5) * Standards-Version updated (3.8.0) -- Carlos Galisteo Wed, 02 Jul 2008 09:50:57 +0000 tftpy (0.4.4-1) unstable; urgency=low [ Piotr Ożarowski ] * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) [ Sandro Tosi ] * debian/control - uniforming Vcs-Browser field [ Carlos Galisteo ] * New upstream release (0.4.4) -- Carlos Galisteo Tue, 20 May 2008 09:20:03 +0000 tftpy (0.4.3-1) unstable; urgency=low * Initial release (Closes: #430522) -- Carlos Galisteo Mon, 06 Aug 2007 11:52:50 +0000 debian/docs0000644000000000000000000000000711526566503010047 0ustar README