[Python-modules-commits] r24892 - in packages/python-pyhyphen/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Jun 21 05:27:01 UTC 2013


    Date: Friday, June 21, 2013 @ 05:26:58
  Author: takaki
Revision: 24892

fix ftbfs patch

Added:
  packages/python-pyhyphen/trunk/debian/patches/
  packages/python-pyhyphen/trunk/debian/patches/python_path
  packages/python-pyhyphen/trunk/debian/patches/series

Added: packages/python-pyhyphen/trunk/debian/patches/python_path
===================================================================
--- packages/python-pyhyphen/trunk/debian/patches/python_path	                        (rev 0)
+++ packages/python-pyhyphen/trunk/debian/patches/python_path	2013-06-21 05:26:58 UTC (rev 24892)
@@ -0,0 +1,22 @@
+Index: python-pyhyphen-2.0~b1/setup.py
+===================================================================
+--- python-pyhyphen-2.0~b1.orig/setup.py	2012-06-02 18:12:06.000000000 +0900
++++ python-pyhyphen-2.0~b1/setup.py	2012-06-08 18:30:23.108617696 +0900
+@@ -3,7 +3,9 @@
+ from string import Template
+ from distutils.core import setup, Extension
+ 
+-
++sys.path.insert(0,
++	"debian/python-hyphen/usr/lib/python2.%d/dist-packages"% 
++	(sys.version_info[1],))
+ 
+ # URL of the default repository. It goes into config.py.
+ # Change this if you want to download dictionaries from somewhere else by default.
+@@ -155,4 +157,4 @@
+             manually or run setup.py with different options.
+             No dictionary has been installed.\n""")
+ 
+-    
+\ No newline at end of file
++    

Added: packages/python-pyhyphen/trunk/debian/patches/series
===================================================================
--- packages/python-pyhyphen/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-pyhyphen/trunk/debian/patches/series	2013-06-21 05:26:58 UTC (rev 24892)
@@ -0,0 +1 @@
+python_path




More information about the Python-modules-commits mailing list