debian/0000755000000000000000000000000011713224723007170 5ustar debian/doc-base0000644000000000000000000000045311210037134010560 0ustar Document: pytyon-repoze-tm2 Title: Documentation for repoze.tm2 Abstract: Documentation for repoze.tm2: Zope-like transaction manager via WSGI middleware Section: Programming/Python Format: HTML Index: /usr/share/doc/python-repoze.tm2/html/index.html Files: /usr/share/doc/python-repoze.tm2/html/* debian/rules0000755000000000000000000000045011713224547010253 0ustar #!/usr/bin/make -f override_dh_auto_clean: dh_clean find . -type f -name '*.py[co]' -delete $(MAKE) -C docs/ clean override_dh_compress: dh_compress -X .js override_dh_auto_install: $(MAKE) -C docs/ html dh_auto_install %: dh --with python2,sphinxdoc --buildsystem=python_distutils $@ debian/compat0000644000000000000000000000000211210034421010350 0ustar 7 debian/docs0000644000000000000000000000004611210037064010033 0ustar README.txt TODO.txt docs/.build/html/ debian/watch0000644000000000000000000000013711210034421010204 0ustar version=3 http://pypi.python.org/packages/source/r/repoze.tm2/repoze.tm2-([0-9a-z.]*)\.tar\.gz debian/changelog0000644000000000000000000000246211713224635011050 0ustar python-repoze.tm2 (1.0b2-1) unstable; urgency=low * New upstream version (Closes: #630704) * Adopting package. * debian/control: - drop cdbs and python-support from Build-Depends - bump required debhelper version to (>= 7.0.50~) - use python (>= 2.6.5~) instead of python-dev in Build-Depends - add version (>= 1.0.7+dfsg) to python-sphinx in Build-Depends - bump Standards-Version to 3.9.2 (no changes needed) - add ${sphinxdoc:Depends} to Depends * debian/rules: - use simplified dh rules using --with python2,sphinxdoc * switch to source format 3.0 (quilt) -- Jan Dittberner Sat, 04 Feb 2012 13:50:37 +0100 python-repoze.tm2 (1.0a4-3) unstable; urgency=low * Orphan package. -- Stefano Zacchiroli Wed, 01 Feb 2012 18:20:22 +0100 python-repoze.tm2 (1.0a4-2) unstable; urgency=low * first upload to unstable * debian/control: - add build-dep on python-transaction (needed at build time), to inhibit easy_install to download it - bump Standards-Version to 3.8.2 (no changes needed) -- Stefano Zacchiroli Sun, 02 Aug 2009 13:13:38 +0200 python-repoze.tm2 (1.0a4-1) experimental; urgency=low * First release (Closes: #531046) -- Stefano Zacchiroli Fri, 29 May 2009 21:59:03 +0200 debian/copyright0000644000000000000000000000433511210034732011117 0ustar This package was debianized by Stefano Zacchiroli on Fri, 29 May 2009 21:27:29 +0200. Author: Agendaless Consulting Files: * Copyright: Copyright © 2007 Agendaless Consulting and Contributors License: A copyright notice accompanies this license document that identifies the copyright holders. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. 4. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 COPYRIGHT HOLDERS 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. 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. debian/source/0000755000000000000000000000000011713224643010471 5ustar debian/source/format0000644000000000000000000000001311713224547011701 0ustar 3.0 (quilt)debian/control0000644000000000000000000000162011713224547010576 0ustar Source: python-repoze.tm2 Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: Jan Dittberner Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-sphinx (>= 1.0.7+dfsg), python-transaction Standards-Version: 3.9.2 Homepage: http://www.repoze.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.tm2/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.tm2/trunk/ Package: python-repoze.tm2 Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python-transaction Description: Zope-like transaction manager via WSGI middleware repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope Object DataBase) package's transaction manager to wrap a call to its pipeline children inside a transaction.