debian/0000755000000000000000000000000011654207024007167 5ustar debian/rules0000755000000000000000000000065311654207024010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ \ --with python2 \ --with python3 override_dh_auto_install: for py in $(shell pyversions -r); do \ $$py setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp/ ; \ done for py in $(shell py3versions -r); do \ $$py setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp/ ; \ done debian/python3-pyshp.docs0000644000000000000000000000001311654207024012600 0ustar README.txt debian/watch0000644000000000000000000000011411654207024010214 0ustar version=3 http://pypi.python.org/packages/source/p/pyshp/pyshp-(\d+.*)\.zip debian/control0000644000000000000000000000241211654207024010571 0ustar Source: pyshp Section: python Priority: extra Maintainer: Debian GIS Project Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , python-all (>= 2.6.6-3~) , python-setuptools , python3-all (>= 3.1.2-1~) , python3-setuptools Standards-Version: 3.9.2 X-Python-Version: >= 2.4 X-Python3-Version: >= 3.1 Homepage: http://code.google.com/p/pyshp/ Vcs-Git: git://git.debian.org/pkg-grass/pyshp.git Vcs-Browser: http://git.debian.org/?p=pkg-grass/pyshp.git;a=summary Package: python-pyshp Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: read/write support for ESRI Shapefile format PySHP provides read and write support for the ESRI Shapefile format. The Shapefile format is a popular Geographic Information System vector data format created by ESRI. Package: python3-pyshp Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Provides: ${python3:Provides} Description: read/write support for ESRI Shapefile format - Python 3.x PySHP provides read and write support for the ESRI Shapefile format. The Shapefile format is a popular Geographic Information System vector data format created by ESRI. . This package contains the module for Python 3.x. debian/changelog0000644000000000000000000000022411654207024011037 0ustar pyshp (1.1.4-1) unstable; urgency=low * Initial release (Closes: #647391) -- David Paleino Wed, 02 Nov 2011 10:31:59 +0100 debian/copyright0000644000000000000000000000236111654207024011124 0ustar Format: http://dep.debian.net/deps/dep5 Files: * Copyright: ©, Joel Lawhead License: MIT Files: debian/* Copyright: © 2011, David Paleino License: MIT 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. . 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. debian/source/0000755000000000000000000000000011654207024010467 5ustar debian/source/format0000644000000000000000000000001411654207024011675 0ustar 3.0 (quilt) debian/python3-pyshp.install0000644000000000000000000000002211654207024013316 0ustar usr/lib/python3*/ debian/python-pyshp.install0000644000000000000000000000002311654207024013234 0ustar usr/lib/python2.*/ debian/python-pyshp.docs0000644000000000000000000000001311654207024012515 0ustar README.txt debian/compat0000644000000000000000000000000211654207024010365 0ustar 8