debian/0000755000000000000000000000000011731403232007162 5ustar debian/patches/0000755000000000000000000000000011722431253010615 5ustar debian/patches/force-init_py.patch0000644000000000000000000000143411722431176014413 0ustar From: Stefano Zacchiroli Subject: avoid removal of apparently useless __init__.py by pysupport diff -urNad trunk~/catwalk/static/__init__.py trunk/catwalk/static/__init__.py --- trunk~/catwalk/static/__init__.py 2008-12-15 01:50:41.000000000 +0100 +++ trunk/catwalk/static/__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. diff -urNad trunk~/catwalk/templates/__init__.py trunk/catwalk/templates/__init__.py --- trunk~/catwalk/templates/__init__.py 2008-12-14 18:27:47.000000000 +0100 +++ trunk/catwalk/templates/__init__.py 2009-07-04 12:42:13.005686946 +0200 @@ -0,0 +1,2 @@ +# Non empty __init__.py, just to avoid python-support removing it as +# apparently useless. debian/patches/series0000644000000000000000000000002411722431170012024 0ustar force-init_py.patch debian/compat0000644000000000000000000000000211731403162010362 0ustar 9 debian/control0000644000000000000000000000204211731403162010565 0ustar Source: catwalk Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), cdbs, python, python-support, python-setuptools Standards-Version: 3.9.3.1 Homepage: http://www.catwalk.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/catwalk/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/catwalk/trunk/ Package: python-catwalk Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sprox, python-tgext.admin Description: model management interface for the Turbogears web framework TurboGears2 is a framework to develop web applications in Python, according to the model-view-controller (MVC) architecture; Catwalk is a component to manage TurboGears2 models via a simple, web-based interface. . Using Catwalk application developers can populate their database with sample data for rapid prototyping purposes. Similarly, Catwalk can be used to manage models of deployed applications skipping other application-specific interfaces. debian/changelog0000644000000000000000000000211511731403076011041 0ustar catwalk (2.0.2-5) unstable; urgency=low * QA upload. * Remove dpatch; upgrade to packaging format "3.0 quilt" (Closes: #664305). * Update to Standards-Version to 3.9.3 and debhelper to 9. -- Jari Aalto Sun, 18 Mar 2012 11:58:54 -0400 catwalk (2.0.2-4) unstable; urgency=low [ Jakub Wilk ] * Build-depend on python rather than python-dev. [ Stefano Zacchiroli ] * Orphan package -- Stefano Zacchiroli Wed, 01 Feb 2012 19:14:45 +0100 catwalk (2.0.2-3) unstable; urgency=low * uploading to unstable -- Stefano Zacchiroli Thu, 06 Aug 2009 16:42:34 +0200 catwalk (2.0.2-2) experimental; urgency=low * debian/{rules,control}: add support for dpatch * debian/patches/ - new patch force-init_py to avoid deletion of (only apparently) unnecessary __init__.py by pysupport -- Stefano Zacchiroli Sat, 04 Jul 2009 12:39:39 +0200 catwalk (2.0.2-1) experimental; urgency=low * First release (Closes: #534307) -- Stefano Zacchiroli Thu, 25 Jun 2009 23:41:15 +0200 debian/watch0000644000000000000000000000012711722430506010217 0ustar version=3 http://pypi.python.org/packages/source/C/Catwalk/Catwalk-([0-9.]+)\.tar\.gz debian/rules0000755000000000000000000000047011731403162010245 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-catwalk DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed clean:: # Modified by the build process rm -f Catwalk.egg-info/SOURCES.txtdebian/copyright0000644000000000000000000000272011722430506011122 0ustar This package was debianized by Stefano Zacchiroli on Thu, 25 Jun 2009 23:42:25 +0200. Files: * Copyright: © 2007-2009 Christopher Perkins License: MIT MIT license is reported below. Files: debian/* Copyright: Copyright © 2009 Stefano Zacchiroli 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: 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. debian/source/0000755000000000000000000000000011722430506010466 5ustar debian/source/format0000644000000000000000000000001411722431620011672 0ustar 3.0 (quilt)