debian/0000775000000000000000000000000012261742651007176 5ustar debian/source/0000775000000000000000000000000012261742651010476 5ustar debian/source/format0000664000000000000000000000001412261742524011703 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005212261742524012110 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/copyright0000664000000000000000000000301012261742524011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-args Source: https://github.com/kennethreitz/args Files: * Copyright: 2012 Kenneth Reitz License: BSD Files: debian/* Copyright: 2013 TANIGUCHI Takaki License: BSD License: BSD 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. 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. debian/watch0000664000000000000000000000011412261742524010222 0ustar version=3 https://pypi.python.org/packages/source/a/args/args-(.*)\.tar\.gz debian/control0000664000000000000000000000217612261742524010606 0ustar Source: python-args Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 9.0.0) , dh-python , python-all , python3-all , python-setuptools , python3-setuptools Standards-Version: 3.9.5 Homepage: https://github.com/kennethreitz/args Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-args/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-args/trunk/ # X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-args Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Command Arguments for Humans (Python 2) This simple module gives you an elegant interface for your command line argumemnts. . This package contains the module for Python 2. Package: python3-args Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Command Arguments for Humans (Python 3) This simple module gives you an elegant interface for your command line argumemnts. . This package contains the module for Python 3. debian/rules0000775000000000000000000000030612261742524010254 0ustar #!/usr/bin/make -f # -*- makefile -*- export PYBUILD_DESTDIR_python2=debian/python-args/ export PYBUILD_DESTDIR_python3=debian/python3-args/ %: dh $@ --with python2,python3 --buildsystem=pybuild debian/compat0000664000000000000000000000000212261742524010373 0ustar 9 debian/docs0000664000000000000000000000001312261742524010042 0ustar README.rst debian/changelog0000664000000000000000000000023612261742524011050 0ustar python-args (0.1.0-1) unstable; urgency=low * Initial release (Closes: #733205) -- TANIGUCHI Takaki Thu, 26 Dec 2013 16:39:28 +0900