debian/0000755000000000000000000000000012211412422007155 5ustar debian/python-parsley.docs0000644000000000000000000000002712211412422013024 0ustar README doc/_build/text debian/gbp.conf0000644000000000000000000000013112211412422010567 0ustar [git-import-orig] pristine-tar = True filter = ['doc/_build'] filter-pristine-tar = True debian/rules0000755000000000000000000000041012211412422010230 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=python_distutils --with=python2 override_dh_installchangelogs: dh_installchangelogs NEWS -O--buildsystem=python_distutils override_dh_installdocs: cd doc && make text dh_installdocs -O--buildsystem=python_distutils debian/control0000644000000000000000000000175412211412422010567 0ustar Source: parsley Maintainer: Jérémy Bobbio Section: python Priority: extra Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Vcs-Git: git://anonscm.debian.org/git/collab-maint/parsley.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/parsley.git Homepage: https://launchpad.net/parsley Package: python-parsley Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: pattern-matching language based on OMeta and Python Parsley is a parsing library for people who find parsers scary or annoying. It uses the PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. . Parsley is an implementation of OMeta, an object-oriented pattern-matching language developed by Alessandro Warth . debian/python-parsley.examples0000644000000000000000000000001312211412422013705 0ustar examples/* debian/compat0000644000000000000000000000000212211412422010353 0ustar 8 debian/copyright0000644000000000000000000000307412211412422011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parsley Upstream-Contact: Allen Short Source: https://launchpad.net/parsley Files: * Copyright: 2008-2013 Allen Short 2008-2013 Waldemar Kornewald 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. Files: debian/* Copyright: 2013 Jerémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/changelog0000644000000000000000000000051112211412422011024 0ustar parsley (1.2-1) unstable; urgency=low * New upstream release. (Closes: #721740) * Fix Vcs-Git URL. -- Jérémy Bobbio Tue, 03 Sep 2013 18:57:43 +0200 parsley (1.1-1) unstable; urgency=low * Initial release. (Closes: #707255) -- Jérémy Bobbio Wed, 08 May 2013 18:08:22 +0200 debian/source/0000755000000000000000000000000012211412422010455 5ustar debian/source/format0000644000000000000000000000001412211412422011663 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017212211412422010206 0ustar version=3 https://pypi.python.org/pypi/Parsley \ https://pypi.python.org/packages/source/P/Parsley/Parsley-(.+)\.tar\.gz debian/README.source0000644000000000000000000000037712211412422011343 0ustar Debian packaging for Parsley ============================ txtorcon is managed in a Git repository using git-buildpackage (with pristine-tar). It follows most of the advices provided by Russ Allbery at: