debian/0000755000000000000000000000000011677301640007173 5ustar debian/compat0000644000000000000000000000000211676341734010400 0ustar 7 debian/copyright0000644000000000000000000000317611676341734011144 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: vsgui Upstream-Contact: Hsin-Yi Chen (hychen) Source: http://pypi.python.org/pypi/vsgui Files: * 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/control0000644000000000000000000000156211677260642010610 0ustar Source: python-vsgui 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/vsgui Vcs-Git: git://github.com/hychen/pkg-vsgui.git X-Python-Version: >= 2.5 Package: python-vsgui Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-ucltip (>= 0.6-3) Recommends: zenity (>=3.2.0-1) Description: Very Simple Graphical library for Python shell script python-vsgui provides simple functions to communicate with `zenity` which is a program that will display GTK+ dialogs, and return (either in the return code, or on standard output) the users input and convert to Python data type if need. . This allows you to present information, and ask for information from the user, from all of Python shell scripts. debian/watch0000644000000000000000000000011511676341734010230 0ustar version=3 http://pypi.python.org/packages/source/v/vsgui/vsgui-(.+)\.tar\.gz debian/source/0000755000000000000000000000000011676341734010502 5ustar debian/source/format0000644000000000000000000000001411676341734011710 0ustar 3.0 (quilt) debian/example0000644000000000000000000000001011676343054010544 0ustar example debian/install0000644000000000000000000000007011676345433010570 0ustar example/example_api.py /usr/share/python-vsgui/examples debian/changelog0000644000000000000000000000025111676343272011051 0ustar python-vsgui (0.3.3-1) unstable; urgency=low * Initial release (Closes: #652528) -- Hsin-Yi Chen (hychen) Tue, 27 Dec 2011 20:42:07 +0800 debian/rules0000755000000000000000000000074711676341734010272 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/docs0000644000000000000000000000002711676341734010054 0ustar README.txt VERSION.txt