[Python-modules-commits] r2757 - /packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon Jul 16 19:15:43 UTC 2007


Author: malex
Date: Mon Jul 16 19:15:43 2007
New Revision: 2757

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2757
Log:
add 01_setup_py.dpatch

Added:
    packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch   (with props)

Added: packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch?rev=2757&op=file
==============================================================================
--- packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch (added)
+++ packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch Mon Jul 16 19:15:43 2007
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_setup_py.dpatch by Oleksandr Moskalenko <malex at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't use ez_setup
+
+ at DPATCH@
+
+--- WebHelpers-0.3.1/setup.py	2007-07-14 17:29:38.000000000 -0600
++++ WebHelpers-0.3.1/setup.py.new	2007-07-16 12:59:34.000000000 -0600
+@@ -1,5 +1,3 @@
+-from ez_setup import use_setuptools
+-use_setuptools()
+ from setuptools import setup, find_packages
+ 
+ setup(

Propchange: packages/webhelpers/trunk/debian/patches/01_setup_py.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list