debian/0000755000000000000000000000000012211077064007166 5ustar debian/changelog0000644000000000000000000000025512211064442011036 0ustar construct (2.5.1-1) unstable; urgency=low * Initial release (Closes: #686396) -- Jonathan Wiltshire Mon, 02 Sep 2013 11:07:18 +0100 debian/watch0000644000000000000000000000012712211063547010220 0ustar version=3 https://pypi.python.org/packages/source/c/construct/ construct-(.*)\.tar\.gz debian/copyright0000644000000000000000000000423012211062703011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: construct Source: https://pypi.python.org/pypi/construct Files: * Copyright: 2006-2013 Tomer Filiba (tomerfiliba@gmail.com) Corbin Simpson (MostAwesomeDude@gmail.com) 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. Files: debian/* Copyright: 2013 Tiger Computing License: GPL-2.0+ 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/python-construct.docs0000644000000000000000000000001312211062721013367 0ustar README.rst debian/control0000644000000000000000000000310512211074643010570 0ustar Source: construct Section: python Priority: extra Maintainer: Jonathan Wiltshire Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.5~), python3-all (>= 3.2~), python-setuptools, Standards-Version: 3.9.3 X-Python-Version: >= 2.5 X-Python3-Version: >= 3.2 Homepage: http://construct.readthedocs.org/en/latest/ Vcs-Git: git://git.debian.org/collab-maint/construct.git Vcs-Browser: http://git.debian.org/?p=collab-maint/construct.git;a=summary Package: python-construct Architecture: all Depends: python-six, ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: powerful declarative parser (and builder) for binary data Construct is a python library for parsing and building of data structures (binary or textual). . It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. It's the first library that makes parsing fun, instead of the usual headache it is today. Package: python3-construct Architecture: all Depends: python3-six, ${python3:Depends}, ${misc:Depends} Description: powerful declarative parser (and builder) for binary data Construct is a python library for parsing and building of data structures (binary or textual). . It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. It's the first library that makes parsing fun, instead of the usual headache it is today. debian/python3-construct.docs0000644000000000000000000000001312211075037013456 0ustar README.rst debian/compat0000644000000000000000000000000212211061534010357 0ustar 8 debian/rules0000755000000000000000000000110412211074242010235 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 override_dh_auto_clean: dh_auto_clean rm -rf build construct.egg-info/SOURCES.txt construct.egg-info/PKG-INFO override_dh_auto_build: dh_auto_build set -ex; for python in $(shell py3versions -r); do \ $$python setup.py build; \ done; override_dh_auto_install: dh_auto_install --destdir $(CURDIR)/debian/python-construct set -ex; for python in $(shell py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/python3-construct --install-layout=deb; \ done; %: dh $@ --with python2,python3 debian/source/0000755000000000000000000000000012211063212010454 5ustar debian/source/format0000644000000000000000000000001412211061534011667 0ustar 3.0 (quilt)