debian/0000755000000000000000000000000012257776273007210 5ustar debian/rules0000755000000000000000000000132312251437470010252 0ustar #!/usr/bin/make -f export PYBUILD_NAME=pastedeploy #export PYBUILD_TEST_NOSE=1 export PYBUILD_AFTER_INSTALL=rm -rf {destdir}{install_dir}/paste/deploy/paster_templates;\ rm {destdir}{install_dir}/*.pth;\ rm {destdir}{install_dir}/*/namespace_packages.txt DOCS=$(shell cd docs &&\ find ./ -maxdepth 1 -name "*.txt" -not -name "license.txt" -printf "%p " |\ sed "s/.txt//g") %: dh $@ --buildsystem=pybuild --with=python2,python3 override_dh_installdocs: set -e; for NAME in $(DOCS); do \ rst2html --cloak-email-addresses --no-toc-backlinks "docs/$$NAME.txt" \ > "$(CURDIR)/debian/python-pastedeploy/usr/share/doc/python-pastedeploy/docs/$$NAME.html"; \ done dh_installdocs debian/compat0000644000000000000000000000000212250700331010355 0ustar 9 debian/copyright0000644000000000000000000000266112250700331011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PasteDeploy Source: https://pypi.python.org/pypi/PasteDeploy Files: debian/* Copyright: (c) 2006-2012, Piotr Ożarowski (c) 2013, Thomas Goirand License: Expat Files: * Copyright: (c) 2005-2009 Ian Bicking and Contributors License: Expat License: Expat 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/python-pastedeploy-tpl.install0000644000000000000000000000005312251435510015217 0ustar paste/deploy/paster_templates/ /usr/share/ debian/python-pastedeploy.dirs0000644000000000000000000000004711567535516013740 0ustar /usr/share/doc/python-pastedeploy/docs debian/control0000644000000000000000000000562212253314044010574 0ustar Source: pastedeploy Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3-1~), python-nose, python3-all (>= 3.2), python3-setuptools, python3-nose, python-docutils Standards-Version: 3.9.5 Homepage: http://pythonpaste.org/deploy/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pastedeploy/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pastedeploy/trunk/ X-Python-Version: >= 2.4 Package: python-pastedeploy Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-pastedeploy-tpl (= ${binary:Version}), python-paste, python-pkg-resources Recommends: python-pastescript (>= 1.7.3-6~) Enhances: python-paste Description: load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. . This package contains the Python 2.x module. Package: python3-pastedeploy Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python-pastedeploy-tpl (= ${binary:Version}), python3-paste, python3-pkg-resources Enhances: python3-paste Description: load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. . This package contains the Python 3.x module. Package: python-pastedeploy-tpl Architecture: all Depends: ${misc:Depends} Breaks: python-pastedeploy (<< 1.5.0-4) Replaces: python-pastedeploy (<< 1.5.0-4) Description: load, configure, and compose WSGI applications and servers - templates Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. . This package contains the Paste Deploy's paster template. debian/watch0000644000000000000000000000015011567535516010231 0ustar version=3 http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-(.*)\.tar\.gz debian uupdate debian/patches/0000755000000000000000000000000011636711413010620 5ustar debian/patches/series0000644000000000000000000000004011636711406012031 0ustar 01_change_templates_path.dpatch debian/patches/01_change_templates_path.dpatch0000644000000000000000000000105311567537577016647 0ustar # 01_change_templates_path.dpatch by Piotr Ożarowski # # paster's templates are outside site-packages in Debian --- pastedeploy-1.5.0.orig/paste/deploy/paster_templates.py +++ pastedeploy-1.5.0/paste/deploy/paster_templates.py @@ -9,7 +9,7 @@ from paste.deploy.compat import print_ class PasteDeploy(Template): - _template_dir = 'paster_templates/paste_deploy' + _template_dir = '/usr/share/paster_templates/paste_deploy' summary = "A web application deployed through paste.deploy" egg_plugins = ['PasteDeploy'] debian/source/0000755000000000000000000000000012014741555010472 5ustar debian/source/options0000644000000000000000000000004712014741555012111 0ustar extend-diff-ignore="^[^/]+\.egg-info/" debian/source/format0000644000000000000000000000001411567537361011712 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001420412257777261011061 0ustar pastedeploy (1.5.2-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sun, 29 Dec 2013 11:43:06 +0100 pastedeploy (1.5.0-5) unstable; urgency=medium * python-pastedeploy-tpl Breaks/Replaces python-pastedeploy << 1.5.0-4 (closes: #732178) -- Piotr Ożarowski Sun, 15 Dec 2013 12:40:49 +0100 pastedeploy (1.5.0-4) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Thomas Goirand ] * Added python3 support, and add a new python-pastedeploy-tpl that contains the paster_template folder for both Python 2 and 3 modules. * debian/copyright using parseable format 1.0. * Now using debhelper and compat 9. [ Piotr Ożarowski ] * Switched to dh sequencer and pybuild buildsystem -- Piotr Ożarowski Mon, 09 Dec 2013 22:47:39 +0100 pastedeploy (1.5.0-3) unstable; urgency=low [ Jakub Wilk ] * Protect for loop with set -e (closes: #655909) [ Andrew Starr-Bochicchio ] * debian/control: Depend on python-paste (Closes: #683742). * Add extend-diff-ignore="^[^/]+\.egg-info/" to debian/source/options. This allows the package to build twice in a row (Closes: #671247). [ Piotr Ożarowski ] * Standards-Version bumped to 3.9.3 (no changes needed) -- Piotr Ożarowski Sun, 26 Aug 2012 16:05:26 +0200 pastedeploy (1.5.0-2) unstable; urgency=low * Remove .pth file (introduced in last upload by accident) * Add build-indep and build-arch targets in debian/rules -- Piotr Ożarowski Thu, 22 Sep 2011 21:13:16 +0200 pastedeploy (1.5.0-1) unstable; urgency=low * New upstream release * Convert to dh_python2 - recommend python-pastescript >= 1.7.3-6~ * Source format changed to 3.0 (quilt) * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Sat, 28 May 2011 17:31:01 +0200 pastedeploy (1.3.3-3) unstable; urgency=low * Make sure all Python versions use site-packages as temporary installation directory for modules (closes: #547833) * Standards-Version bumped to 3.8.3 (no changes needed) -- Piotr Ożarowski Fri, 25 Sep 2009 22:39:45 +0200 pastedeploy (1.3.3-2) unstable; urgency=low * Upload to unstable -- Piotr Ożarowski Sun, 15 Feb 2009 20:38:48 +0100 pastedeploy (1.3.3-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Piotr Ożarowski ] * New upstream release * Change Debian packaging license to match upstream -- Piotr Ożarowski Thu, 12 Feb 2009 20:27:12 +0100 pastedeploy (1.3.2-1) unstable; urgency=low * New upstream release * Don't feed rst2html with new subdirectories of docs directory * Standards-Version bumped to 3.8.0: + debian/README.source file added -- Piotr Ożarowski Sat, 14 Jun 2008 11:46:40 +0200 pastedeploy (1.3.1-3) unstable; urgency=low * Replace python-setuptools with python-pkg-resources in Depends (closes: #468715) * Remove paste-common dependency, python-support will provide all needed namespace * Move paster_templates to /usr/share/ + 01_change_templates_path patch added, dpatch added to build depends + recommend python-pastescript (>= 1.6.2-3) * Add "~" to python-setuptools minimum required build dependency to ease backporting -- Piotr Ożarowski Sat, 24 May 2008 18:56:13 +0200 pastedeploy (1.3.1-2) unstable; urgency=low * Switch to python-support. All paste packages will now depend on paste-common (>= 1.6-1) to make sure all use pysupport * Compress binary package with bzip2 * Homepage field added * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) * Bump Standards-Version to 3.7.3 (no changes needed) -- Piotr Ożarowski Sat, 6 Oct 2007 23:46:42 +0200 pastedeploy (1.3.1-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Tue, 26 Jun 2007 20:56:38 +0200 pastedeploy (1.3-1) unstable; urgency=low * New upstream release * Cleaned debian/rules file a little bit -- Piotr Ożarowski Wed, 11 Apr 2007 18:18:57 +0200 pastedeploy (1.1-2) unstable; urgency=low * Upload to unstable * Changed my address to piotr@debian.org -- Piotr Ożarowski Sun, 08 Apr 2007 16:56:39 +0200 pastedeploy (1.1-1) experimental; urgency=low * New upstream release (upload to experimental due to Etch freeze) * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control -- Piotr Ozarowski Mon, 18 Dec 2006 14:25:23 +0100 pastedeploy (1.0-1) unstable; urgency=low * New upstream release * debian/rules cleaned: + dh_python removed, dh_pycentral will generate all data now + unneeded dh_installexamples, dh_strip and dh_shlibdeps calls removed * debian/control: + bumped debhelper and python-central required versions due to dh_python call removal + Homepage updated * Test files are no longer installed as examples * Added debian/pycompat file -- Piotr Ozarowski Mon, 23 Oct 2006 16:43:41 +0200 pastedeploy (0.9.6-1) unstable; urgency=low * New upstream release * Documentation changes: - Files are now generated from sources - Add link in python-paste's docs - Add python-docutils in build dependencies - doc/news.txt file is installed as changelog -- Piotr Ozarowski Fri, 28 Jul 2006 01:00:54 +0200 pastedeploy (0.5-4) unstable; urgency=low * Update for the new python policy (closes: #373473) * Convert to python-central -- Piotr Ozarowski Fri, 16 Jun 2006 00:19:46 +0200 pastedeploy (0.5-3) unstable; urgency=low * Common paste* modules file moved to paste-common package -- Piotr Ozarowski Sun, 14 May 2006 03:27:56 +0200 pastedeploy (0.5-2) unstable; urgency=low * Egg directory name fixed -- Piotr Ozarowski Wed, 10 May 2006 18:10:18 +0200 pastedeploy (0.5-1) unstable; urgency=low * Initial release (closes: #366041) -- Piotr Ozarowski Thu, 4 May 2006 18:26:28 +0200 debian/python-pastedeploy.links0000644000000000000000000000011712251433575014106 0ustar /usr/share/doc/python-pastedeploy/docs /usr/share/doc/python-paste/docs/deploy