debian/0000755000000000000000000000000012256165157007200 5ustar debian/compat0000644000000000000000000000000211734642735010400 0ustar 9 debian/copyright0000644000000000000000000000276712256165020011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sprox Source: https://pypi.python.org/packages/source/s/sprox/ Files: * Copyright: © 2007-2009 Christopher Perkins License: Expat Files: debian/* Copyright: Copyright © 2009 Stefano Zacchiroli License: GPL-3+ License: GPL-3+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-3' file. License: Expat 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. debian/source/0000755000000000000000000000000011722631150010464 5ustar debian/source/format0000644000000000000000000000001411722631232011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011722631313010614 5ustar debian/patches/series0000644000000000000000000000005711722631164012037 0ustar do-not-install-tests.patch force-init_py.patch debian/patches/force-init_py.patch0000644000000000000000000000074511722631204014411 0ustar From: Stefano Zacchiroli Subject: avoid removal of apparently useless __init__.py by pysupport diff -urNad trunk~/sprox/widgets/templates/__init__.py trunk/sprox/widgets/templates/__init__.py --- trunk~/sprox/widgets/templates/__init__.py 2008-12-15 01:50:41.000000000 +0100 +++ trunk/sprox/widgets/templates/__init__.py 2009-07-04 12:41:56.317687405 +0200 @@ -0,0 +1,2 @@ +# Non empty __init__.py, just to avoid python-support removing it as +# apparently useless. debian/patches/do-not-install-tests.patch0000644000000000000000000000101611722631313015637 0ustar From: Stefano Zacchiroli Subject: avoid installing tests as a top-level "tests" module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires=['sqlalchemy>=0.5', 'tw.forms>=0.9.7.2', ], - packages = find_packages(), + packages = find_packages(exclude=["tests.*", "tests"]), classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", debian/control0000644000000000000000000000167512256165157010614 0ustar Source: sprox Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), cdbs, python, python-support, python-setuptools Standards-Version: 3.9.5 Homepage: http://www.sprox.org/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sprox/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/sprox/trunk/ Package: python-sprox Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-genshi, python-sqlalchemy, python-toscawidgets Description: library to generate web widgets from database schemas Sprox provides an easy way to create forms for web content which are: automatically generated, easy to customize, and validated. The way in which Sprox displays content is customizable by the means of different "viewers". Finally, Sprox provides a way to fill your widgets, whether they are forms or other content with customizable data. debian/rules0000755000000000000000000000035111734642735010261 0ustar #!/usr/bin/make -f DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/debhelper.mk PKG = python-sprox DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed debian/changelog0000644000000000000000000000276012256165115011051 0ustar sprox (0.6.4-4) unstable; urgency=medium * QA upload. * Depend on python-genshi (Closes: #730272). * Drop now useless version for python-sqlalchemy. * Convert Vcs- fields to their canonical form. * Update to Standards-Version to 3.9.5 * Shorten description. * Convert copyright to formant 1.0. -- David Prévot Mon, 23 Dec 2013 21:58:06 -0400 sprox (0.6.4-3) unstable; urgency=low * QA upload. * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #664317). * Update to Standards-Version to 3.9.3 and debhelper to 9. * Note: some patches were updated with "quilt refresh" to make patches apply cleanly. * Depend only on python, not python-dev (Lintian). -- Jari Aalto Wed, 28 Mar 2012 20:12:11 +0300 sprox (0.6.4-2) unstable; urgency=low * Orphan package. -- Stefano Zacchiroli Wed, 01 Feb 2012 19:16:13 +0100 sprox (0.6.4-1) unstable; urgency=low * new upstream release * first upload to unstable -- Stefano Zacchiroli Thu, 06 Aug 2009 16:33:38 +0200 sprox (0.6.2-2) experimental; urgency=low * debian/patches/ - new patch force-init_py to avoid deletion of (only apparently) unnecessary __init__.py by pysupport -- Stefano Zacchiroli Sat, 04 Jul 2009 13:37:14 +0200 sprox (0.6.2-1) experimental; urgency=low * First release (Closes: #534311) -- Stefano Zacchiroli Thu, 25 Jun 2009 16:55:14 +0200 debian/watch0000644000000000000000000000012311722631150010211 0ustar version=3 http://pypi.python.org/packages/source/s/sprox/sprox-([0-9.]+)\.tar\.gz