--- python-sponge-0.3.1.orig/debian/rules +++ python-sponge-0.3.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pysupport +DEB_PYTHON_MODULE_PACKAGE = python-sponge + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +build/python-sponge:: + make build + cd docs && make html + rm -rf docs/_build/html/_sources/ + +clean:: + rm -f debian/files + rm -rf docs/_build/* + rm -rf build --- python-sponge-0.3.1.orig/debian/python-sponge.manpages +++ python-sponge-0.3.1/debian/python-sponge.manpages @@ -0,0 +1 @@ +docs/man/bob.1 --- python-sponge-0.3.1.orig/debian/copyright +++ python-sponge-0.3.1/debian/copyright @@ -0,0 +1,7 @@ +Name: Sponge Web Framework +Maintainer: Gabriel Falcão +Source: http://github.com/gabrielfalcao/sponge/tree/master +Files: * +Copyright: 2009, Gabriel Falcão +License: GPL-3 + Sponge is licensed under GPL version 3, which can be found at /usr/share/common-licenses/GPL-3 --- python-sponge-0.3.1.orig/debian/changelog +++ python-sponge-0.3.1/debian/changelog @@ -0,0 +1,45 @@ +python-sponge (0.3.1-1) unstable; urgency=low + + * New release. (Closes: #542134) + * Fixed debian/control, it should depend on python-routes. + + -- Gabriel Falcão Gonçalves de Moura Mon, 24 Aug 2009 09:32:53 -0300 + +python-sponge (0.3.0-1) unstable; urgency=low + + * New release. (Closes: #542134) + + -- Gabriel Falcão Gonçalves de Moura Mon, 17 Aug 2009 22:42:47 -0300 + +python-sponge (0.2.1) experimental; urgency=low + + * New release + * Fixed the control file. + + -- Gabriel Falcão Gonçalves de Moura Mon, 03 Aug 2009 03:18:22 -0300 + +python-sponge (0.2.0) experimental; urgency=low + + * New release. + * Removed python-pmock from dependencies. + * Added python-mox, python-nose, python-imaging and python-yaml to dependencies. + + -- Gabriel Falcão Gonçalves de Moura Mon, 03 Aug 2009 02:59:00 -0300 + +python-sponge (0.1.3) experimental; urgency=low + + * New release, minor bug fix. + + -- Gabriel Falcão Gonçalves de Moura Sun, 05 Jul 2009 21:10:10 -0300 + +python-sponge (0.1.1) experimental; urgency=low + + * New release. + + -- Gabriel Falcão Gonçalves de Moura Sun, 05 Jul 2009 21:09:52 -0300 + +python-sponge (0.1) experimental; urgency=low + + * Initial release. + + -- Gabriel Falcão Gonçalves de Moura Sun, 05 Jul 2009 01:03:37 -0300 --- python-sponge-0.3.1.orig/debian/compat +++ python-sponge-0.3.1/debian/compat @@ -0,0 +1 @@ +7 --- python-sponge-0.3.1.orig/debian/pycompat +++ python-sponge-0.3.1/debian/pycompat @@ -0,0 +1 @@ +2 --- python-sponge-0.3.1.orig/debian/control +++ python-sponge-0.3.1/debian/control @@ -0,0 +1,20 @@ +Source: python-sponge +Section: python +Priority: optional +Maintainer: Gabriel Falcão Gonçalves de Moura +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7), python, cdbs, python-setuptools, python-support, python-cherrypy3 (>= 3.1.1), python-genshi (>= 0.5.1), python-imaging (>= 1.1.6), python-yaml (>= 3.08), python-nose (>= 0.11.1), python-mox (>= 0.5.1), python-routes (>= 1.10.3) +Build-Depends-Indep: python-sphinx +Homepage: http://github.com/gabrielfalcao/sponge/tree/master +Vcs-Git: git://github.com/gabrielfalcao/sponge.git +Vcs-Browser: http://github.com/gabrielfalcao/sponge/tree/master + +Package: python-sponge +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-cherrypy3 (>= 3.1.1), python-genshi (>= 0.5.1), python-imaging (>= 1.1.6), python-yaml (>= 3.08), python-nose (>= 0.11.1), python-mox (>= 0.5.1), python-routes (>= 1.10.3) +Suggests: python-sqlalchemy +Description: Sponge is a web framework built on top of CherryPy and Genshi + Sponge is a very tiny web framework, aiming on testability thus being + simple enough to always keep things DRY (Don't Repeat Yourself), + which is a development approach with a philosophy aimed at reducing + repetition of code. --- python-sponge-0.3.1.orig/Sponge.egg-info/PKG-INFO +++ python-sponge-0.3.1/Sponge.egg-info/PKG-INFO @@ -1,9 +1,9 @@ Metadata-Version: 1.0 Name: Sponge -Version: 0.3.0 +Version: 0.3.1 Summary: A web framework aiming to get things dry, built on top of CherryPy and Genshi -Home-page: http://sponge.gabrielfalcao.com -Author: Gabriel Falcão +Home-page: http://gnu.gabrielfalcao.com/sponge +Author: Gabriel Falcao Author-email: gabriel@nacaolivre.org License: UNKNOWN Description: UNKNOWN