[Python-modules-commits] r5468 - in packages/pastewebkit/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 24 19:54:45 UTC 2008


    Date: Saturday, May 24, 2008 @ 19:54:43
  Author: piotr
Revision: 5468

* Remove paste-common dependency, python-support will provide all needed
  namespace, require python-paste (>= 1.7-1~) instead
* Replace python-setuptools runtime dependency with new python-pkg-resources
  (closes: 468712)
* Change setuptools' required build version to (>= 0.6b3-1~) to ease
  backports
* Add info about files in paste/webkit/FakeWebware to debian/copyright

Modified:
  packages/pastewebkit/trunk/debian/changelog
  packages/pastewebkit/trunk/debian/control
  packages/pastewebkit/trunk/debian/copyright

Modified: packages/pastewebkit/trunk/debian/changelog
===================================================================
--- packages/pastewebkit/trunk/debian/changelog	2008-05-24 19:51:35 UTC (rev 5467)
+++ packages/pastewebkit/trunk/debian/changelog	2008-05-24 19:54:43 UTC (rev 5468)
@@ -1,3 +1,15 @@
+pastewebkit (1.0-3) unstable; urgency=low
+
+  * Remove paste-common dependency, python-support will provide all needed
+    namespace, require python-paste (>= 1.7-1~) instead
+  * Replace python-setuptools runtime dependency with new python-pkg-resources
+    (closes: 468712)
+  * Change setuptools' required build version to (>= 0.6b3-1~) to ease
+    backports
+  * Add info about files in paste/webkit/FakeWebware to debian/copyright
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 24 May 2008 20:42:06 +0200
+
 pastewebkit (1.0-2) unstable; urgency=low
 
   * Switch to python-support. All paste packages will now depend on

Modified: packages/pastewebkit/trunk/debian/control
===================================================================
--- packages/pastewebkit/trunk/debian/control	2008-05-24 19:51:35 UTC (rev 5467)
+++ packages/pastewebkit/trunk/debian/control	2008-05-24 19:54:43 UTC (rev 5468)
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1), python-docutils
+ python-setuptools (>= 0.6b3-1~), python-docutils
 Standards-Version: 3.7.3
 Homepage: http://pythonpaste.org/webkit/
 XS-Python-Version: >= 2.4
@@ -14,8 +14,8 @@
 
 Package: python-pastewebkit
 Architecture: all
-Depends: ${python:Depends}, paste-common (>= 1.6-1), python-paste, python-pastedeploy, python-pastescript,
- python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-paste (>= 1.7-1~), python-pastedeploy, python-pastescript,
+ python-pkg-resources
 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

Modified: packages/pastewebkit/trunk/debian/copyright
===================================================================
--- packages/pastewebkit/trunk/debian/copyright	2008-05-24 19:51:35 UTC (rev 5467)
+++ packages/pastewebkit/trunk/debian/copyright	2008-05-24 19:54:43 UTC (rev 5468)
@@ -3,8 +3,14 @@
 
 It was downloaded from http://pypi.python.org/pypi/PasteWebKit
 
-Copyright Holder: Ian Bicking <ianb at colorstudy.com>
+Upstream Author:
 
+    Ian Bicking <ianb at colorstudy.com>
+
+Copyright:
+
+    Copyright (c) 2005-2008 Ian Bicking and Contributors
+
 License: MIT License
 
  Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -25,6 +31,36 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
+-----------------------------------------------------------
+
+files in paste/webkit/FakeWebware directery (except paste/webkit/FakeWebware/WebKit):
+
+ Copyright (c) 1999-2007 by Chuck Esterbrook
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted, provided that
+ the above copyright notice appear in all copies and that both that copyright
+ notice and this permission notice appear in supporting documentation, and that
+ the names of the authors not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior permission.
+ 
+ THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+ AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+ DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ All trademarks referred to in the source code, documentation, sample files or
+ otherwise, are reserved by their respective owners.
+
+
+paste/webkit/FakeWebware/MiscUtils/M2PickleRPC.py file:
+
+    Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved
+
+-----------------------------------------------------------
+
 The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the GPL.
 




More information about the Python-modules-commits mailing list