debian/0000775000000000000000000000000012256165533007200 5ustar debian/source/0000775000000000000000000000000012256165533010500 5ustar debian/source/format0000664000000000000000000000001411740577636011716 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000060412256165450011050 0ustar python-clint (0.3.2-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Tue, 24 Dec 2013 11:02:13 +0900 python-clint (0.3.1-1) unstable; urgency=low * Initial release (Closes: #667508) -- TANIGUCHI Takaki Wed, 04 Apr 2012 23:25:25 +0900 debian/control0000664000000000000000000000204412256165211010574 0ustar Source: python-clint Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 8.0.0) , python-all , python-setuptools # , python3-all Standards-Version: 3.9.5 Homepage: https://github.com/kennethreitz/clint Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-clint/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-clint/trunk/ Package: python-clint Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Python Command-line Application Tools Clint is a Python module filled with a set of awesome tools for developing commandline applications. #Package: python3-clint #Architecture: all #Depends: ${python3:Depends}, ${misc:Depends} #Provides: ${python3:Provides} #Description: Python Command-line Application Tools # Clint is a Python module filled with a set of awesome tools for developing # commandline applications. debian/compat0000664000000000000000000000000211740577636010406 0ustar 8 debian/docs0000664000000000000000000000001311740577636010055 0ustar README.rst debian/watch0000664000000000000000000000011311740577636010234 0ustar version=3 http://pypi.python.org/packages/source/c/clint/clint-(.*).tar.gz debian/rules0000775000000000000000000000027711740577636010276 0ustar #!/usr/bin/make -f %: dh $@ --with python2 # dh $@ --with python2,python3 override_dh_install: dh_install rm debian/python-clint/usr/README.rst rm debian/python-clint/usr/HISTORY.rst debian/copyright0000664000000000000000000000430611740577636011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-clint Source: http://pypi.python.org/pypi/clint Files: * Copyright: 2011, Kenneth Reitz License: ISC Files: clint/packages/appdirs.py Copyright: ActiveState Software License: MIT Files: clint/packages/ordereddict.py Copyright: Raymond Hettinger License: MIT Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: MIT 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.