[Python-modules-commits] r403 - in /packages/pastedeploy/trunk: PasteDeploy.egg-info/SOURCES.txt debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/postinst debian/prerm debian/rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu May 4 18:02:51 UTC 2006


Author: pox-guest
Date: Thu May  4 18:02:50 2006
New Revision: 403

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=403
Log:
Load newtrunk into packages/pastedeploy/trunk.

Added:
    packages/pastedeploy/trunk/debian/
    packages/pastedeploy/trunk/debian/changelog
    packages/pastedeploy/trunk/debian/compat
    packages/pastedeploy/trunk/debian/control
    packages/pastedeploy/trunk/debian/copyright
    packages/pastedeploy/trunk/debian/docs
    packages/pastedeploy/trunk/debian/postinst
    packages/pastedeploy/trunk/debian/prerm
    packages/pastedeploy/trunk/debian/rules   (with props)
Modified:
    packages/pastedeploy/trunk/PasteDeploy.egg-info/SOURCES.txt

Modified: packages/pastedeploy/trunk/PasteDeploy.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/PasteDeploy.egg-info/SOURCES.txt?rev=403&op=diff
==============================================================================
--- packages/pastedeploy/trunk/PasteDeploy.egg-info/SOURCES.txt (original)
+++ packages/pastedeploy/trunk/PasteDeploy.egg-info/SOURCES.txt Thu May  4 18:02:50 2006
@@ -2,6 +2,7 @@
 setup.cfg
 setup.py
 PasteDeploy.egg-info/PKG-INFO
+PasteDeploy.egg-info/SOURCES.txt
 PasteDeploy.egg-info/entry_points.txt
 PasteDeploy.egg-info/namespace_packages.txt
 PasteDeploy.egg-info/not-zip-safe

Added: packages/pastedeploy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/changelog?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/changelog (added)
+++ packages/pastedeploy/trunk/debian/changelog Thu May  4 18:02:50 2006
@@ -1,0 +1,6 @@
+pastedeploy (0.5-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #366041)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Thu,  4 May 2006 18:26:28 +0200
+

Added: packages/pastedeploy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/compat?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/compat (added)
+++ packages/pastedeploy/trunk/debian/compat Thu May  4 18:02:50 2006
@@ -1,0 +1,1 @@
+5

Added: packages/pastedeploy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/control?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/control (added)
+++ packages/pastedeploy/trunk/debian/control Thu May  4 18:02:50 2006
@@ -1,0 +1,22 @@
+Source: pastedeploy
+Section: python
+Priority: optional
+Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>=5), cdbs (>=0.4.39)
+Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1)
+Standards-Version: 3.7.0
+
+Package: python-pastedeploy
+Architecture: all
+Depends: python (>= 2.3), python-support (>= 0.2.2)
+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.
+ .
+  Homepage: http://pythonpaste.org/
+

Added: packages/pastedeploy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/copyright?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/copyright (added)
+++ packages/pastedeploy/trunk/debian/copyright Thu May  4 18:02:50 2006
@@ -1,0 +1,32 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu,  4 May 2006 14:00:37 +0200.
+
+It was downloaded from http://cheeseshop.python.org/pypi/PasteDeploy
+
+Copyright Holder: Ian Bicking <ianb at colorstudy.com>
+
+License: MIT License
+
+ 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.
+
+The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/pastedeploy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/docs?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/docs (added)
+++ packages/pastedeploy/trunk/debian/docs Thu May  4 18:02:50 2006
@@ -1,0 +1,2 @@
+docs/index.txt
+docs/news.txt

Added: packages/pastedeploy/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/postinst?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/postinst (added)
+++ packages/pastedeploy/trunk/debian/postinst Thu May  4 18:02:50 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/pastedeploy
+fi

Added: packages/pastedeploy/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/prerm?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/prerm (added)
+++ packages/pastedeploy/trunk/debian/prerm Thu May  4 18:02:50 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/pastedeploy
+fi

Added: packages/pastedeploy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/rules?rev=403&op=file
==============================================================================
--- packages/pastedeploy/trunk/debian/rules (added)
+++ packages/pastedeploy/trunk/debian/rules Thu May  4 18:02:50 2006
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+# python-distutils before debhelper to avoid it calling dh_python by itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastedeploy

Propchange: packages/pastedeploy/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list