[Python-modules-commits] r12491 - in packages/django-threaded-multihost/trunk/debian (3 files)

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sun Apr 4 18:09:42 UTC 2010


    Date: Sunday, April 4, 2010 @ 18:09:25
  Author: deepak-guest
Revision: 12491

Added debian/patch and update debian/rules ,closing RC

Added:
  packages/django-threaded-multihost/trunk/debian/patches/
  packages/django-threaded-multihost/trunk/debian/patches/001-remove-network-build.patch
Modified:
  packages/django-threaded-multihost/trunk/debian/rules

Added: packages/django-threaded-multihost/trunk/debian/patches/001-remove-network-build.patch
===================================================================
--- packages/django-threaded-multihost/trunk/debian/patches/001-remove-network-build.patch	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/patches/001-remove-network-build.patch	2010-04-04 18:09:25 UTC (rev 12491)
@@ -0,0 +1,16 @@
+diff -Nur -x '*.orig' -x '*~' django-threaded-multihost-1.3.2/setup.py django-threaded-multihost-1.3.2.new/setup.py
+--- django-threaded-multihost-1.3.2/setup.py	2009-08-13 00:59:24.000000000 +0530
++++ django-threaded-multihost-1.3.2.new/setup.py	2010-04-04 17:23:35.000000000 +0530
+@@ -1,5 +1,3 @@
+-import ez_setup
+-ez_setup.use_setuptools()
+ from setuptools import setup, find_packages
+ 
+ version = __import__('threaded_multihost').__version__
+@@ -26,5 +24,5 @@
+     packages = ['threaded_multihost'],
+     #package_dir = {'':'threaded_multihost'},
+     include_package_data = False,
+-    setup_requires = ["setuptools_hg"],
++    setup_requires = ["setuptools"],
+ )

Modified: packages/django-threaded-multihost/trunk/debian/rules
===================================================================
--- packages/django-threaded-multihost/trunk/debian/rules	2010-04-04 18:06:33 UTC (rev 12490)
+++ packages/django-threaded-multihost/trunk/debian/rules	2010-04-04 18:09:25 UTC (rev 12491)
@@ -3,7 +3,7 @@
 
 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
 
 clean::
 	rm -rf $(CURDIR)/django_threaded_multihost.egg-info
-	rm -rf $(CURDIR)/setuptools_hg-0.2-py2.5.egg




More information about the Python-modules-commits mailing list