debian/0000755000000000000000000000000012037135003007160 5ustar debian/rules0000755000000000000000000000201512037131574010247 0ustar #!/usr/bin/make -f DOC_PACKAGE_NAME=python-validictory-doc PY2_PACKAGE_NAME=python-validictory PY3_PACKAGE_NAME=python3-validictory PACKAGE_DOCDIR=debian/$(DOC_PACKAGE_NAME)/usr/share/doc/$(DOC_PACKAGE_NAME) PYVERS = $(shell pyversions -r) PY3VERS = $(shell py3versions -r) %: dh $@ --with python2,python3,sphinxdoc override_dh_auto_clean: dh_auto_clean rm -rvf ./docs/build ./*.egg-info ./build override_dh_auto_build: set -xe; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done make -C docs html override_dh_auto_install: set -xe; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --root debian/$(PY2_PACKAGE_NAME) \ --install-layout deb; \ done set -xe; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --root debian/$(PY3_PACKAGE_NAME) \ --install-layout deb; \ done # Remove me when dh_python2 can handle this file rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt override_dh_installchangelogs: dh_installchangelogs docs/changelog.rst debian/changelog0000644000000000000000000000062312037134771011046 0ustar python-validictory (0.8.3-2) unstable; urgency=low * Updating the copyright, had incorect license information. * Updating the watch file, had a bad path to the tarballs. -- Paul Tagliamonte Mon, 15 Oct 2012 21:35:51 -0400 python-validictory (0.8.3-1) unstable; urgency=low * Initial packaging. -- Paul Tagliamonte Mon, 15 Oct 2012 21:14:53 -0400 debian/control0000644000000000000000000000331012037131574010571 0ustar Source: python-validictory Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Paul Tagliamonte Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx (>= 1.0.7+dfsg), python3-all (>= 3.1.2), python3-setuptools Standards-Version: 3.9.3 Homepage: https://github.com/sunlightlabs/python-validictory Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-validictory/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-validictory/trunk/ X-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Package: python-validictory Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: python-validictory-doc Description: general purpose Python data validator (Python 2) Validictory is a schema validator based on the JSON Schema Proposal (http://json-schema.org). . This package contains bindings for Python 2 Package: python3-validictory Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-validictory-doc Description: general purpose Python data validator (Python 3) Validictory is a schema validator based on the JSON Schema Proposal (http://json-schema.org). . This package contains bindings for Python 3 Package: python-validictory-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: general purpose Python data validator (Documentation) Validictory is a schema validator based on the JSON Schema Proposal (http://json-schema.org). . This package only contains documentation for use by developers targeting the python-validictory (or python3-validictory) module. debian/source/0000755000000000000000000000000012037135001010456 5ustar debian/source/format0000644000000000000000000000001412037125121011666 0ustar 3.0 (quilt) debian/python-validictory-doc.install0000644000000000000000000000024212037131574015172 0ustar docs/_build/html /usr/share/doc/python-validictory-doc README.rst /usr/share/doc/python-validictory-doc debian/watch0000644000000000000000000000012412037134331010211 0ustar version=3 http://githubredir.debian.net/github/sunlightlabs/validictory/(.*).tar.gz debian/python-validictory-doc.links0000644000000000000000000000071212037131574014646 0ustar /usr/share/doc/python-validictory-doc/html /usr/share/doc/python-validictory/html /usr/share/doc/python-validictory-doc/html /usr/share/doc/python3-validictory/html /usr/share/doc/python-validictory-doc/html/_sources /usr/share/doc/python-validictory-doc/rst /usr/share/doc/python-validictory-doc/html/_sources /usr/share/doc/python-validictory/rst /usr/share/doc/python-validictory-doc/html/_sources /usr/share/doc/python3-validictory/rst debian/copyright0000644000000000000000000000246712037133577011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: sunlight Upstream-Contact: validictory maintainers Source: https://github.com/sunlightlabs/python-validictory Files: * Copyright: 2012, Sunlight Labs, James Turk, Ian Lewis, Yusuke Muraoka License: Expat 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/python-validictory-doc.doc-base0000644000000000000000000000047412037131574015210 0ustar Document: python-validictory Title: Python Sunlight API bindings Author: Sunlight Labs Abstract: This manual describes the Python bindings to the Sunlight APIs. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-validictory-doc/html/index.html Files: /usr/share/doc/python-validictory-doc/html/* debian/compat0000644000000000000000000000000212037125121010356 0ustar 9