debian/0000755000000000000000000000000012230301351007154 5ustar debian/rules0000755000000000000000000000072412230276774010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=voluptuous %: dh $@ --with python2,python3 --buildsystem=pybuild get-orig-source: uscan --download-current-version --rename --destdir ../tarballs override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="nosetests --verbose --with-doctest {build_dir}/ README.md tests.md" dh_auto_test .PHONY: get-orig-source override_dh_auto_test debian/gbp.conf0000644000000000000000000000034412133742510010604 0ustar [DEFAULT] cleaner = /bin/true upstream-tag = v%(version)s [git-buildpackage] upstream-tree=tag debian-branch=master overlay = True no-create-orig = True tarball-dir = ../tarballs/ export-dir = ../build-area/ compression = gzip debian/control0000644000000000000000000000312512230300621010557 0ustar Source: voluptuous Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Antoine Musso , Paul Belanger , Robert S. Edmonds Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), python3-all, python-nose, python3-nose, python-setuptools, python3-setuptools Standards-Version: 3.9.4 Homepage: http://github.com/alecthomas/voluptuous Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/voluptuous/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/voluptuous/trunk/ Package: python-voluptuous Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python library to validate data Voluptuous is primarily intended to validate data coming in to Python as JSON, YAML, etc. The aim is to offer a light-weight style with three main goals: 1. simplicity 2. support for complex data structures 3. provide useful error messages . It has been inspired by Validino and to a lesser extent by jsonvalidator and json_schema. Package: python3-voluptuous Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Python 3 library to validate data Voluptuous is primarily intended to validate data coming in to Python as JSON, YAML, etc. The aim is to offer a light-weight style with three main goals: 1. simplicity 2. support for complex data structures 3. provide useful error messages . It has been inspired by Validino and to a lesser extent by jsonvalidator and json_schema. debian/source/0000755000000000000000000000000012230301351010454 5ustar debian/source/format0000644000000000000000000000001412133742510011672 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004512133742510012101 0ustar extend-diff-ignore = '^\.gitreview$' debian/compat0000644000000000000000000000000212133742510010362 0ustar 9 debian/watch0000644000000000000000000000012412133742510010212 0ustar version=3 http://githubredir.debian.net/github/alecthomas/voluptuous /(.+)\.tar\.gz debian/changelog0000644000000000000000000000103512230301345011030 0ustar voluptuous (0.8.2-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Robert S. Edmonds ] * New upstream release. * Add myself to Uploaders. * Add python3-voluptous binary package. * Build for only the default Python and Python 3 versions. * Install README.md file. -- Robert S. Edmonds Fri, 18 Oct 2013 14:44:42 -0400 voluptuous (0.6.1-1) unstable; urgency=low * Initial release. Closes: #698354 -- Antoine Musso Wed, 17 Apr 2013 09:40:58 +0000 debian/copyright0000644000000000000000000000362012133742510011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: voluptuous Upstream-Contact: Alec Thomas Source: https://github.com/alecthomas/voluptuous Files: * Copyright: 2010-2013 Alec Thomas. All rights reserved. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of SwapOff.org nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013 Antoine Musso License: GPL-2 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/docs0000644000000000000000000000001212230274012010023 0ustar README.md