--- python-repoze.who-1.0.18.orig/debian/docs +++ python-repoze.who-1.0.18/debian/docs @@ -0,0 +1,3 @@ +README.txt +TODO.txt +docs/.build/html/ --- python-repoze.who-1.0.18.orig/debian/pycompat +++ python-repoze.who-1.0.18/debian/pycompat @@ -0,0 +1 @@ +2 --- python-repoze.who-1.0.18.orig/debian/control +++ python-repoze.who-1.0.18/debian/control @@ -0,0 +1,41 @@ +Source: python-repoze.who +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: + debhelper (>= 7), + cdbs, + python-dev, + python-support, + python-setuptools, + python-sphinx, + python-zope.interface, + python-paste +Standards-Version: 3.8.3 +Homepage: http://www.repoze.org/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.who/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.who/trunk/ + +Package: python-repoze.who +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + python-zope.interface, + python-pkg-resources, + python-paste +Suggests: + python-psycopg2, + libjs-jquery +Description: identification and authentication framework for Python WSGI applications + repoze.who is an identification and authentication framework for + arbitrary Python WSGI applications; it acts as WSGI middleware. + . + repoze.who is inspired by Zope 2's Pluggable Authentication Service + (PAS), but is not dependent on Zope in any way; it is useful for any + WSGI application. + . + It provides no facility for authorization (ensuring whether a user + can or cannot perform the operation implied by the request). This is + considered to be the domain of the WSGI application. + --- python-repoze.who-1.0.18.orig/debian/watch +++ python-repoze.who-1.0.18/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/r/repoze.who/repoze.who-([0-9a-z.]*)\.tar\.gz --- python-repoze.who-1.0.18.orig/debian/changelog +++ python-repoze.who-1.0.18/debian/changelog @@ -0,0 +1,53 @@ +python-repoze.who (1.0.18-2) unstable; urgency=low + + * Orphan package + + -- Stefano Zacchiroli Thu, 03 May 2012 10:48:18 +0200 + +python-repoze.who (1.0.18-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Thu, 05 Nov 2009 23:31:31 +0100 + +python-repoze.who (1.0.16-1) unstable; urgency=low + + * New upstream release + * Remove .pth file (module is installed into standard location) + * Remove requires.txt file (dpkg does a better job of handling dependencies) + * Suggest python-psycopg2 (repoze.who.plugins.sql) + * Suggest libjs-jquery package and use its jquery.js + * s/python-zopeinterface/python-zope.interface in {Build-,}Depends + + -- Piotr Ożarowski Thu, 05 Nov 2009 20:57:28 +0100 + +python-repoze.who (1.0.15-2) unstable; urgency=low + + * bump Standards-Version to 3.8.3 (no changes needed) + * s/-setuptools/-pkg-resources/ in runtime deps, the full setuptools is + not needed at runtime (Closes: #546428) + + -- Stefano Zacchiroli Sun, 13 Sep 2009 22:21:22 +0200 + +python-repoze.who (1.0.15-1) unstable; urgency=low + + * new upstream release + * first upload to unstable + * debian/control + - bump Standards-Version to 3.8.2 (no changes needed) + - add Piotr as an Uploader + + -- Stefano Zacchiroli Sun, 02 Aug 2009 13:43:20 +0200 + +python-repoze.who (1.0.13-2) experimental; urgency=low + + * debian/control: add build-deps on python-{zopeinterface,paste} + (needed at build time), to inhibit easy_install to download it + + -- Stefano Zacchiroli Wed, 03 Jun 2009 00:17:27 +0200 + +python-repoze.who (1.0.13-1) experimental; urgency=low + + * First release (Closes: #531083) + + -- Stefano Zacchiroli Fri, 29 May 2009 22:46:00 +0200 --- python-repoze.who-1.0.18.orig/debian/copyright +++ python-repoze.who-1.0.18/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Stefano Zacchiroli on +Fri, 29 May 2009 22:36:57 +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. + --- python-repoze.who-1.0.18.orig/debian/doc-base +++ python-repoze.who-1.0.18/debian/doc-base @@ -0,0 +1,8 @@ +Document: pytyon-repoze-who +Title: Documentation for repoze.who +Abstract: Documentation for repoze.who: identification and authentication framework for Python WSGI applications +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-repoze.who/html/index.html +Files: /usr/share/doc/python-repoze.who/html/* --- python-repoze.who-1.0.18.orig/debian/compat +++ python-repoze.who-1.0.18/debian/compat @@ -0,0 +1 @@ +7 --- python-repoze.who-1.0.18.orig/debian/rules +++ python-repoze.who-1.0.18/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM = pysupport +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +PKG = python-repoze.who +DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed +DEB_COMPRESS_EXCLUDE += .js + +build/$(PKG):: + $(MAKE) -C docs/ html + dh_link /usr/share/javascript/jquery/jquery.js \ + /usr/share/doc/python-repoze.who/html/_static/jquery.js + +cleanbuilddir/$(PKG):: + $(MAKE) -C docs/ clean + +install/$(PKG):: + find $(CURDIR)/debian/$(PKG) -name requires.txt -delete + find $(CURDIR)/debian/$(PKG) -name '*.pth' -delete