debian/0000755000000000000000000000000011674112605007171 5ustar debian/rules0000755000000000000000000000074711674112522010257 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --buildsystem=python_distutils --with python2 debian/docs0000644000000000000000000000002711674112522010041 0ustar README.txt VERSION.txt debian/compat0000644000000000000000000000000211674112522010365 0ustar 7 debian/copyright0000644000000000000000000000326211674112522011125 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: ucltip Upstream-Contact: Hsin-Yi Chen (hychen) Source: http://pypi.python.org/pypi/ucltip Files: * Copyright: 2008, Michael Trier Copyright: 2011, Hsin-Yi Chen (hychen) License: BSD-2-clause Files: debian/* Copyright: 2011, Hsin-Yi Chen (hychen) License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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 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 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/source/0000755000000000000000000000000011674112522010467 5ustar debian/source/format0000644000000000000000000000001411674112522011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000140411674112522010571 0ustar Source: python-ucltip Section: python Priority: optional Maintainer: Hsin-Yi Chen (hychen) Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7) Standards-Version: 3.9.2 Homepage: http://pypi.python.org/pypi/ucltip Vcs-Git: git://github.com/hychen/pkg-ucltip.git X-Python-Version: >= 2.5 DM-Upload-Allowed:yes Package: python-ucltip Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python module to help making command line tool Python binding faster This library makes you to use command line tool in Python by OO way. The concept is to transform 1) command as a instance, 2) options of command as arguments and keyword arguments of function or instance method when method be used as a sub command of a command. debian/watch0000644000000000000000000000011711674112522010217 0ustar version=3 http://pypi.python.org/packages/source/u/ucltip/ucltip-(.+)\.tar\.gz debian/changelog0000644000000000000000000000572011674112522011045 0ustar python-ucltip (0.7.1-1) unstable; urgency=low * new upstream: 0.7.1 * debian/control: change VSC to https://github.com/hychen/pkg-ucltip -- Hsin-Yi Chen (hychen) Tue, 20 Dec 2011 21:32:50 +0800 python-ucltip (0.6+git08dec97-2) unstable; urgency=low * fix missing dependency on python (Closes: #652299) - debian/rules - add --buildsystem=python_distutils --with python2 -- Hsin-Yi Chen (hychen) Fri, 16 Dec 2011 23:27:20 +0800 python-ucltip (0.6+git08dec97-1) unstable; urgency=low * 0.6+git08dec97-1 released * snapshot of 0.7 -- Hsin-Yi Chen (hychen) Tue, 13 Dec 2011 20:03:45 +0800 python-ucltip (0.6-3) unstable; urgency=low * 0.6-3 released * Added debian watch file -- Hsin-Yi Chen (hychen) Thu, 13 Oct 2011 14:45:53 +0800 python-ucltip (0.6-2) unstable; urgency=low * 0.6-2 released * set DM-Upload-Allowed to yes -- Hsin-Yi Chen (hychen) Tue, 11 Oct 2011 15:57:12 +0800 python-ucltip (0.6-1) unstable; urgency=low * 0.6-1 released * New features: * available for setting global configure * pipeline * New Class: Pipe * New Function:global_config * Enhance class customiz way * Rename Parameter: interact parameter -> as_process in ExecutableCmd.execute * Update README.txt * Convert dh_support to dh_python2 an add X-Python-Version -- Hsin-Yi Chen (hychen) Mon, 03 Oct 2011 08:26:24 +0800 python-ucltip (0.5-1) unstable; urgency=low * 0.5-1 released * New features: * create a combined command string for testing * setting default command options * New Class: CmdConfiguration, SubCmd * Rename Function: reg_singlecmds -> regcmds * Rename Class: SingleCmd -> Cmd * Change copyright year 2010 to 2011 * New Test: ExecutedCmd, UtilsTestCase, SubCmdTestCase, CmdDispatcherTestCase, CustomClassTestCase, HelperTestCase * Upadte Readme.txt * Update comments -- Hsin-Yi Chen (hychen) Tue, 28 Jun 2011 19:13:40 +0800 python-ucltip (0.4.5-1) unstable; urgency=low * 0.4.5-1 released - introduce reg_singlecmd _ fix opt_style and subcmd_prefix can not be replaced by Child Class. -- Hsin-Yi Chen (hychen) Sat, 02 Apr 2011 01:04:19 +0800 python-ucltip (0.4.4-201103060132-1) unstable; urgency=low * snashop of 201103060132 -- Hsin-Yi Chen (hychen) Sun, 06 Mar 2011 01:35:47 +0800 python-ucltip (0.4.4-1) unstable; urgency=low * 0.4.4-1 release - fix sub commad of CmdDispatcher does not work -- Hsin-Yi Chen (hychen) Mon, 14 Feb 2011 01:47:44 +0800 python-ucltip (0.4.3-1) unstable; urgency=low * Initial release (Closes: #612566) -- Hsin-Yi Chen (hychen) Wed, 09 Feb 2011 11:26:24 +0800