[Python-modules-commits] r446 - in /packages/pastewebkit/trunk/debian: ./ changelog compat control copyright docs examples postinst prerm rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Fri May 5 22:33:00 UTC 2006


Author: pox-guest
Date: Fri May  5 22:32:57 2006
New Revision: 446

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

Added:
    packages/pastewebkit/trunk/debian/
    packages/pastewebkit/trunk/debian/changelog
    packages/pastewebkit/trunk/debian/compat
    packages/pastewebkit/trunk/debian/control
    packages/pastewebkit/trunk/debian/copyright
    packages/pastewebkit/trunk/debian/docs
    packages/pastewebkit/trunk/debian/examples
    packages/pastewebkit/trunk/debian/postinst
    packages/pastewebkit/trunk/debian/prerm
    packages/pastewebkit/trunk/debian/rules   (with props)

Added: packages/pastewebkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/changelog?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/changelog (added)
+++ packages/pastewebkit/trunk/debian/changelog Fri May  5 22:32:57 2006
@@ -1,0 +1,6 @@
+pastewebkit (0.9-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Thu,  4 May 2006 18:26:28 +0200
+

Added: packages/pastewebkit/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/compat?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/compat (added)
+++ packages/pastewebkit/trunk/debian/compat Fri May  5 22:32:57 2006
@@ -1,0 +1,1 @@
+5

Added: packages/pastewebkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/control?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/control (added)
+++ packages/pastewebkit/trunk/debian/control Fri May  5 22:32:57 2006
@@ -1,0 +1,19 @@
+Source: pastewebkit
+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.2
+
+Package: python-pastewebkit
+Architecture: all
+Depends: python (>= 2.3), python-support (>= 0.2.2), python-paste, python-pastescript
+Description: port/reimplementation of Webware WebKit in WSGI and Paste
+ This is a reimplementation of the Webware WebKit servlet API. This
+ implementation uses WSGI internally very heavily, and builds upon the
+ framework-neutral tools and services in Paste
+ .
+  Homepage: http://pythonpaste.org/
+

Added: packages/pastewebkit/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/copyright?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/copyright (added)
+++ packages/pastewebkit/trunk/debian/copyright Fri May  5 22:32:57 2006
@@ -1,0 +1,32 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu,  4 May 2006 21:34:00 +0200.
+
+It was downloaded from http://cheeseshop.python.org/pypi/PasteWebKit
+
+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/pastewebkit/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/docs?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/docs (added)
+++ packages/pastewebkit/trunk/debian/docs Fri May  5 22:32:57 2006
@@ -1,0 +1,2 @@
+docs/index.txt
+docs/paste-webkit.txt

Added: packages/pastewebkit/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/examples?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/examples (added)
+++ packages/pastewebkit/trunk/debian/examples Fri May  5 22:32:57 2006
@@ -1,0 +1,1 @@
+tests/

Added: packages/pastewebkit/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/postinst?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/postinst (added)
+++ packages/pastewebkit/trunk/debian/postinst Fri May  5 22:32:57 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/pastewebkit
+fi

Added: packages/pastewebkit/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/prerm?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/prerm (added)
+++ packages/pastewebkit/trunk/debian/prerm Fri May  5 22:32:57 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/pastewebkit
+fi

Added: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=446&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (added)
+++ packages/pastewebkit/trunk/debian/rules Fri May  5 22:32:57 2006
@@ -1,0 +1,10 @@
+#!/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/pastewebkit
+DEB_COMPRESS_EXCLUDE := .py

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




More information about the Python-modules-commits mailing list