[Python-modules-commits] r462 - in /packages/paste/trunk: debian/.version debian/patches/ debian/patches/01_script_not_executable.patch debian/rules paste/

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat May 6 15:58:00 UTC 2006


Author: pox-guest
Date: Sat May  6 15:57:58 2006
New Revision: 462

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=462
Log:
moved to simple-patchsys

Added:
    packages/paste/trunk/debian/patches/
    packages/paste/trunk/debian/patches/01_script_not_executable.patch
Removed:
    packages/paste/trunk/debian/.version
    packages/paste/trunk/paste/
Modified:
    packages/paste/trunk/debian/rules

Added: packages/paste/trunk/debian/patches/01_script_not_executable.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/patches/01_script_not_executable.patch?rev=462&op=file
==============================================================================
--- packages/paste/trunk/debian/patches/01_script_not_executable.patch (added)
+++ packages/paste/trunk/debian/patches/01_script_not_executable.patch Sat May  6 15:57:58 2006
@@ -1,0 +1,14 @@
+--- paste/debug/doctest_webapp.py.old
++++ paste/debug/doctest_webapp.py
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python2.4
+ # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
+ # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
+
+--- paste/util/scgiserver.py.old
++++ paste/util/scgiserver.py
+@@ -1,4 +1,3 @@
+-#! /usr/bin/env python
+ """
+ SCGI-->WSGI application proxy, "SWAP".
+ 

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=462&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Sat May  6 15:57:58 2006
@@ -4,10 +4,11 @@
 # 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
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/paste
 DEB_COMPRESS_EXCLUDE := .py
 
 install/python-paste::
-	dh_install debian/.version /usr/share/python-support/paste/
+	echo "2.4-" >debian/python-paste/usr/share/python-support/paste/.version




More information about the Python-modules-commits mailing list