[Python-modules-commits] r5291 - in packages/ruledispatch/trunk/debian (2 files)
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat May 10 15:37:03 UTC 2008
Date: Saturday, May 10, 2008 @ 15:37:02
Author: kov
Revision: 5291
updated patch to the new version
Modified:
packages/ruledispatch/trunk/debian/changelog
packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff
Modified: packages/ruledispatch/trunk/debian/changelog
===================================================================
--- packages/ruledispatch/trunk/debian/changelog 2008-05-10 15:11:39 UTC (rev 5290)
+++ packages/ruledispatch/trunk/debian/changelog 2008-05-10 15:37:02 UTC (rev 5291)
@@ -1,6 +1,8 @@
ruledispatch (0.5a1.svn20080510-1) unstable; urgency=low
* Upstream snapshot, svn revision 2538
+ * debian/patches/00_remove_ezsetup_usage.diff:
+ - updated to the new version
-- Gustavo Noronha Silva <kov at debian.org> Sat, 10 May 2008 12:00:07 -0300
Modified: packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff
===================================================================
--- packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff 2008-05-10 15:11:39 UTC (rev 5290)
+++ packages/ruledispatch/trunk/debian/patches/00_remove_ezsetup_usage.diff 2008-05-10 15:37:02 UTC (rev 5291)
@@ -1,7 +1,5 @@
-Index: setup.py
-===================================================================
---- setup.py (revisão 2316)
-+++ setup.py (cópia de trabalho)
+--- setup.py.orig 2008-05-10 11:50:36.000000000 -0300
++++ setup.py 2008-05-10 12:15:53.000000000 -0300
@@ -6,8 +6,7 @@
WARRANTIES OF ANY KIND WHATSOEVER.
"""
@@ -12,12 +10,12 @@
from setuptools import setup, Feature, Extension, find_packages
-@@ -26,7 +25,7 @@
+@@ -27,7 +26,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",
+- install_requires = ['PyProtocols>=1.0a0dev-r2302', 'Extremes>=1.1'],
++ #install_requires = ['PyProtocols>=1.0a0dev-r2302', 'Extremes>=1.1'],
+ url = "http://pypi.python.org/pypi/RuleDispatch",
+ download_url = "http://peak.telecommunity.com/snapshots/",
zip_safe = sys.version>='2.3.5',
- test_suite = 'dispatch.tests.test_suite',
More information about the Python-modules-commits
mailing list