[Python-modules-commits] r2643 - in /packages/ruledispatch/trunk/debian: changelog patches/ patches/00_remove_ezsetup_usage.diff rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Tue Jun 26 23:39:51 UTC 2007
Author: kov
Date: Tue Jun 26 23:39:51 2007
New Revision: 2643
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2643
Log:
new upstream svn snapshot
Added:
packages/ruledispatch/trunk/debian/patches/
packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff
Modified:
packages/ruledispatch/trunk/debian/changelog
packages/ruledispatch/trunk/debian/rules
Modified: packages/ruledispatch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/changelog?rev=2643&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/changelog (original)
+++ packages/ruledispatch/trunk/debian/changelog Tue Jun 26 23:39:51 2007
@@ -1,3 +1,9 @@
+ruledispatch (0.5a.svn20070626-1) experimental; urgency=low
+
+ * Upstream snapshot
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 19 May 2007 17:14:12 -0300
+
ruledispatch (0.5adev-6) unstable; urgency=low
* debian/control, debian/rules:
Added: packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff?rev=2643&op=file
==============================================================================
--- packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff (added)
+++ packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff Tue Jun 26 23:39:51 2007
@@ -1,0 +1,23 @@
+Index: setup.py
+===================================================================
+--- setup.py (revisão 2316)
++++ setup.py (cópia de trabalho)
+@@ -6,8 +6,7 @@
+ WARRANTIES OF ANY KIND WHATSOEVER.
+ """
+
+-import ez_setup, sys
+-ez_setup.use_setuptools()
++import sys
+
+ from setuptools import setup, Feature, Extension, find_packages
+
+@@ -26,7 +25,7 @@
+ author="Phillip J. Eby",
+ author_email="peak at eby-sarna.com",
+ license="PSF or ZPL",
+- install_requires = ['PyProtocols>=1.0a0dev-r2302'],
++ #install_requires = ['PyProtocols>=1.0a0dev-r2302'],
+ #url="http://peak.telecommunity.com/PyProtocols.html",
+ zip_safe = sys.version>='2.3.5',
+ test_suite = 'dispatch.tests.test_suite',
Modified: packages/ruledispatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/rules?rev=2643&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/rules (original)
+++ packages/ruledispatch/trunk/debian/rules Tue Jun 26 23:39:51 2007
@@ -4,5 +4,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
More information about the Python-modules-commits
mailing list