[Python-modules-commits] r2624 - in /packages/pyprotocols/trunk/debian: changelog patches/00_remove_ezsetup_usage.diff
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Tue Jun 26 00:38:08 UTC 2007
Author: kov
Date: Tue Jun 26 00:38:08 2007
New Revision: 2624
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2624
Log:
added patch to avoid usage of ez_setup
Added:
packages/pyprotocols/trunk/debian/patches/00_remove_ezsetup_usage.diff
Modified:
packages/pyprotocols/trunk/debian/changelog
Modified: packages/pyprotocols/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/changelog?rev=2624&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/changelog (original)
+++ packages/pyprotocols/trunk/debian/changelog Tue Jun 26 00:38:08 2007
@@ -4,8 +4,11 @@
I decided to follow SVN to some extent
* debian/copyright:
- updated to reflect the real source of the code: the svn repository
+ * debian/patches/00_remove_ezsetup_usage.diff:
+ - added; setup.py now uses ez_setup, which is actually not needed
+ or sane to use in the debian package
- -- Gustavo Noronha Silva <kov at debian.org> Mon, 25 Jun 2007 21:32:28 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 25 Jun 2007 21:37:42 -0300
pyprotocols (1.0a0dev-6) unstable; urgency=low
Added: packages/pyprotocols/trunk/debian/patches/00_remove_ezsetup_usage.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/patches/00_remove_ezsetup_usage.diff?rev=2624&op=file
==============================================================================
--- packages/pyprotocols/trunk/debian/patches/00_remove_ezsetup_usage.diff (added)
+++ packages/pyprotocols/trunk/debian/patches/00_remove_ezsetup_usage.diff Tue Jun 26 00:38:08 2007
@@ -1,0 +1,13 @@
+Index: setup.py
+===================================================================
+--- setup.py (revisão 2316)
++++ setup.py (cópia de trabalho)
+@@ -1,8 +1,6 @@
+ #!/usr/bin/env python
+
+ """Distutils setup file"""
+-import ez_setup, sys
+-ez_setup.use_setuptools()
+ from setuptools import setup, Feature, Extension, find_packages
+
+ # Metadata
More information about the Python-modules-commits
mailing list