dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package python-sponge dpkg-buildpackage: source version 0.3.1-1 dpkg-buildpackage: source changed by Gabriel Falcão Gonçalves de Moura dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean pyversions: missing XS-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions test -x debian/rules dh_testroot dh_clean cd . && python setup.py clean -a running clean 'build/lib' does not exist -- can't clean it 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.5' does not exist -- can't clean it rm -rf debian/python-module-stampdir find . -name '*.pyc' -exec rm '{}' ';' rm -f debian/files rm -rf docs/_build/* rm -rf build dpkg-source -b sponge-0.3.1 dpkg-source: warning: source directory 'sponge-0.3.1' is not - 'python-sponge-0.3.1' dpkg-source: warning: .orig directory name sponge-0.3.1.orig is not - (wanted python-sponge-0.3.1.orig) dpkg-source: info: using source format `1.0' dpkg-source: info: building python-sponge using existing python-sponge_0.3.1.orig.tar.gz dpkg-source: info: building python-sponge in python-sponge_0.3.1-1.diff.gz dpkg-source: warning: ignoring deletion of file sponge/__init__.pyc dpkg-source: warning: ignoring deletion of file sponge/template.pyc dpkg-source: warning: ignoring deletion of file sponge/controller.pyc dpkg-source: info: building python-sponge in python-sponge_0.3.1-1.dsc debian/rules build pyversions: missing XS-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions test -x debian/rules mkdir -p "." mkdir -p debian/python-module-stampdir cd . && python setup.py build --build-base="/home/gabriel/Projetos/sponge-0.3.1/./build" running build running build_py creating /home/gabriel/Projetos/sponge-0.3.1/build creating /home/gabriel/Projetos/sponge-0.3.1/build/lib creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge copying sponge/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge copying sponge/controller.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge copying sponge/template.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge/core copying sponge/core/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/core copying sponge/core/io.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/core creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge/contrib copying sponge/contrib/controllers.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/contrib copying sponge/contrib/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/contrib creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge/data copying sponge/data/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/data creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge/bob copying sponge/bob/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/bob creating /home/gabriel/Projetos/sponge-0.3.1/build/lib/sponge/helpers copying sponge/helpers/image.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/helpers copying sponge/helpers/__init__.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/helpers copying sponge/helpers/pagination.py -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/helpers running egg_info writing Sponge.egg-info/PKG-INFO writing top-level names to Sponge.egg-info/top_level.txt writing dependency_links to Sponge.egg-info/dependency_links.txt writing entry points to Sponge.egg-info/entry_points.txt reading manifest file 'Sponge.egg-info/SOURCES.txt' writing manifest file 'Sponge.egg-info/SOURCES.txt' copying sponge/data/project.zip -> /home/gabriel/Projetos/sponge-0.3.1/./build/lib/sponge/data touch debian/python-module-stampdir/python-sponge make build make[1]: Entrando no diretório `/home/gabriel/Projetos/sponge-0.3.1' Running all tests ... .......................................................................................................................................................................... Name Stmts Exec Cover Missing ---------------------------------------------------------- sponge 3 3 100% sponge.bob 93 93 100% sponge.contrib 0 0 100% sponge.contrib.controllers 46 46 100% sponge.controller 20 20 100% sponge.core 139 138 99% 134 sponge.core.io 102 99 97% 73, 169-170 sponge.data 6 6 100% sponge.helpers 0 0 100% sponge.helpers.image 58 58 100% sponge.helpers.pagination 75 75 100% sponge.template 35 35 100% ---------------------------------------------------------- TOTAL 577 573 99% ---------------------------------------------------------------------- Ran 170 tests in 3.480s OK Done. Building sponge running build running build_py running egg_info writing Sponge.egg-info/PKG-INFO writing top-level names to Sponge.egg-info/top_level.txt writing dependency_links to Sponge.egg-info/dependency_links.txt writing entry points to Sponge.egg-info/entry_points.txt reading manifest file 'Sponge.egg-info/SOURCES.txt' writing manifest file 'Sponge.egg-info/SOURCES.txt' Done. make[1]: Saindo do diretório `/home/gabriel/Projetos/sponge-0.3.1' cd docs && make html make[1]: Entrando no diretório `/home/gabriel/Projetos/sponge-0.3.1/docs' sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v0.6.2 loading pickled environment... not found building [html]: targets for 7 source files that are out of date updating environment: 7 added, 0 changed, 0 removed reading sources... [ 14%] configuration reading sources... [ 28%] contrib reading sources... [ 42%] dependencies reading sources... [ 57%] helpers reading sources... [ 71%] index reading sources... [ 85%] template reading sources... [100%] tutorial /home/gabriel/Projetos/sponge-0.3.1/docs/configuration.rst:154: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. /home/gabriel/Projetos/sponge-0.3.1/docs/dependencies.rst:8: (WARNING/2) Title underline too short. Infra-structure ============== /home/gabriel/Projetos/sponge-0.3.1/docs/helpers.rst:49: (WARNING/2) Block quote ends without a blank line; unexpected unindent. /home/gabriel/Projetos/sponge-0.3.1/docs/helpers.rst:49: (WARNING/2) Inline literal start-string without end-string. /home/gabriel/Projetos/sponge-0.3.1/docs/index.rst:1: (ERROR/3) Error in "toctree" directive: invalid option block. .. toctree:: :maxdepth: 2 Dependencies Sponge basic setup Sponge template helpers