[Python-modules-commits] r2677 - /packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Jul 6 21:42:14 UTC 2007


Author: bzed-guest
Date: Fri Jul  6 21:42:14 2007
New Revision: 2677

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2677
Log:
and the patch...

Added:
    packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch   (with props)

Added: packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch?rev=2677&op=file
==============================================================================
--- packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch (added)
+++ packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch Fri Jul  6 21:42:14 2007
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## rm-setuptools.dpatch by Bernd Zeimetz <bernd at bzed.de>
+##
+## DP: getting rid of the buggy setuptools.
+## DP: it forgets to install __init__.py - again.
+
+ at DPATCH@
+diff -urNad ll-core~/setup.py ll-core/setup.py
+--- ll-core~/setup.py	2007-04-03 15:02:45.000000000 +0200
++++ ll-core/setup.py	2007-07-06 23:31:38.000000000 +0200
+@@ -8,10 +8,7 @@
+ # $Source: /data/cvsroot/LivingLogic/Python/core/setup.py,v $
+ 
+ 
+-try:
+-	import setuptools as tools
+-except ImportError:
+-	from distutils import core as tools
++from distutils import core as tools
+ 
+ 
+ DESCRIPTION = """ll-core is a collection of the following modules:

Propchange: packages/ll-core/trunk/debian/patches/rm-setuptools.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list