debian/0000755000000000000000000000000012215152677007176 5ustar debian/docs0000644000000000000000000000001312215144645010037 0ustar README.rst debian/gbp.conf0000644000000000000000000000003612176446027010615 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012215145003010457 5ustar debian/source/format0000644000000000000000000000001412176446027011705 0ustar 3.0 (quilt) debian/python-docopt.examples0000644000000000000000000000001312215145524013530 0ustar examples/* debian/control0000644000000000000000000000255312215143347010600 0ustar Source: docopt Section: python Priority: optional Maintainer: Agustin Henze Build-Depends: debhelper (>= 9), python-all, python-setuptools, python3-all, python3-setuptools, Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Homepage: http://docopt.org Vcs-Git: git://anonscm.debian.org/collab-maint/docopt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/docopt.git Package: python-docopt Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Creates beautiful command-line interfaces docopt helps you: . * define interface for your command-line app, and * automatically generate parser for it. . docopt is based on conventions that are used for decades in help messages and man pages for program interface description. Interface description in docopt is such a help message, but formalized. Package: python3-docopt Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Creates beautiful command-line interfaces (Python3) docopt helps you: . * define interface for your command-line app, and * automatically generate parser for it. . docopt is based on conventions that are used for decades in help messages and man pages for program interface description. Interface description in docopt is such a help message, but formalized. . This is the Python 3 compatible version of the package. debian/rules0000755000000000000000000000223212215147107010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYVERS := $(shell pyversions -s) PY3VERS := $(shell py3versions -s) UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1/p') %: dh $@ --with python2,python3 override_dh_auto_clean: dh_auto_clean -- --all rm -rf build rm -rf docopt.egg-info rm -rf __pycache__ rm -f debian/upstream_changelog override_dh_auto_install: set -ex; \ for py in $(PYVERS); do \ $$py setup.py install --root debian/python-docopt \ --install-layout=deb; \ done set -ex; \ for py in $(PY3VERS); do \ $$py setup.py install --root debian/python3-docopt \ --install-layout=deb; \ done override_dh_installchangelogs: grep -A 10000 Changelog README.rst | grep -A 1000 $(UPSTREAM_VERSION) > debian/upstream_changelog dh_installchangelogs debian/upstream_changelog get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi wget https://github.com/docopt/docopt/archive/$(UPSTREAM_VERSION).tar.gz \ -O ../docopt_$(UPSTREAM_VERSION).orig.tar.gz; debian/changelog0000644000000000000000000000022412215151775011044 0ustar docopt (0.6.1-1) unstable; urgency=low * Initial release. (Closes: #722935) -- Agustin Henze Sat, 14 Sep 2013 17:33:36 -0300 debian/copyright0000644000000000000000000000430212215144342011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: docopt Upstream-Contact: Vladimir Keleshev Source: https://github.com/docopt/docopt Files: * Copyright: 2012 Vladimir Keleshev License: MIT/X11 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: (C) 2013 Agustin Henze License: GPL-3 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 3 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212176446027010375 0ustar 9 debian/watch0000644000000000000000000000011512215152372010214 0ustar version=3 https://github.com/docopt/docopt/tags .*archive\/([0-9.]*).tar.gz