[Python-modules-commits] r450 - in /packages: paste/trunk/debian/control paste/trunk/debian/docs pastewebkit/trunk/debian/.version pastewebkit/trunk/debian/control pastewebkit/trunk/debian/rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat May 6 10:55:45 UTC 2006


Author: pox-guest
Date: Sat May  6 10:55:44 2006
New Revision: 450

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=450
Log:
dep. updated

Added:
    packages/paste/trunk/debian/docs
    packages/pastewebkit/trunk/debian/.version
Modified:
    packages/paste/trunk/debian/control
    packages/pastewebkit/trunk/debian/control
    packages/pastewebkit/trunk/debian/rules

Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=450&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Sat May  6 10:55:44 2006
@@ -10,6 +10,7 @@
 Package: python-paste
 Architecture: all
 Depends: python (>= 2.3), python-support (>= 0.2.2)
+Suggests: python2.4-pgsql
 Description: Tools for using a Web Server Gateway Interface stack
  Python Paste brings consistency to Python web development and web application
  installation, providing tools for both developers and system administrators.

Added: packages/paste/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/docs?rev=450&op=file
==============================================================================
--- packages/paste/trunk/debian/docs (added)
+++ packages/paste/trunk/debian/docs Sat May  6 10:55:44 2006
@@ -1,0 +1,1 @@
+docs/

Added: packages/pastewebkit/trunk/debian/.version
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/.version?rev=450&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/.version (added)
+++ packages/pastewebkit/trunk/debian/.version Sat May  6 10:55:44 2006
@@ -1,0 +1,1 @@
+2.4-

Modified: packages/pastewebkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/control?rev=450&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/control (original)
+++ packages/pastewebkit/trunk/debian/control Sat May  6 10:55:44 2006
@@ -4,12 +4,12 @@
 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)
+Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1), python-paste, paste-deploy, python-pastescript
 Standards-Version: 3.7.2
 
 Package: python-pastewebkit
 Architecture: all
-Depends: python (>= 2.3), python-support (>= 0.2.2), python-paste, python-pastescript
+Depends: python (>= 2.3), python-support (>= 0.2.2), python-paste, paste-deploy, 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

Modified: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=450&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (original)
+++ packages/pastewebkit/trunk/debian/rules Sat May  6 10:55:44 2006
@@ -8,3 +8,6 @@
 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
+
+install/python-paste::
+	dh_install debian/.version /usr/share/python-support/pastewebkit/




More information about the Python-modules-commits mailing list