[Python-modules-commits] r8426 - in packages/python-nltk/trunk/debian/patches (3 files)
sharky at users.alioth.debian.org
sharky at users.alioth.debian.org
Tue May 12 15:08:46 UTC 2009
Date: Tuesday, May 12, 2009 @ 15:08:45
Author: sharky
Revision: 8426
rework patches
Added:
packages/python-nltk/trunk/debian/patches/01_use_system_yaml.patch
(from rev 8425, packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff)
packages/python-nltk/trunk/debian/patches/02_disable_tiger.patch
Deleted:
packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff
Deleted: packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff
===================================================================
--- packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff 2009-05-11 13:18:14 UTC (rev 8425)
+++ packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff 2009-05-12 15:08:45 UTC (rev 8426)
@@ -1,16 +0,0 @@
-diff -urN nltk-0.9.9.orig/setup.py nltk-0.9.9/setup.py
---- nltk-0.9.9.orig/setup.py 2009-05-03 12:39:10.000000000 +0200
-+++ nltk-0.9.9/setup.py 2009-05-11 15:17:20.000000000 +0200
-@@ -83,12 +83,7 @@
- 'nltk_contrib.rte',
- 'nltk_contrib.stem',
- 'nltk_contrib.tag',
-- 'nltk_contrib.tiger',
-- 'nltk_contrib.tiger.indexer',
-- 'nltk_contrib.tiger.query',
-- 'nltk_contrib.tiger.utils',
- 'nltk_contrib.toolbox',
- 'nltk_contrib.wordnet',
-- 'yaml'
- ],
- )
Copied: packages/python-nltk/trunk/debian/patches/01_use_system_yaml.patch (from rev 8425, packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff)
===================================================================
--- packages/python-nltk/trunk/debian/patches/01_use_system_yaml.patch (rev 0)
+++ packages/python-nltk/trunk/debian/patches/01_use_system_yaml.patch 2009-05-12 15:08:45 UTC (rev 8426)
@@ -0,0 +1,11 @@
+Index: nltk-0.9.9/setup.py
+===================================================================
+--- nltk-0.9.9.orig/setup.py 2009-05-12 17:07:17.000000000 +0200
++++ nltk-0.9.9/setup.py 2009-05-12 17:07:21.000000000 +0200
+@@ -89,6 +89,5 @@
+ 'nltk_contrib.tiger.utils',
+ 'nltk_contrib.toolbox',
+ 'nltk_contrib.wordnet',
+- 'yaml'
+ ],
+ )
Added: packages/python-nltk/trunk/debian/patches/02_disable_tiger.patch
===================================================================
--- packages/python-nltk/trunk/debian/patches/02_disable_tiger.patch (rev 0)
+++ packages/python-nltk/trunk/debian/patches/02_disable_tiger.patch 2009-05-12 15:08:45 UTC (rev 8426)
@@ -0,0 +1,15 @@
+Index: nltk-0.9.9/setup.py
+===================================================================
+--- nltk-0.9.9.orig/setup.py 2009-05-12 17:08:02.000000000 +0200
++++ nltk-0.9.9/setup.py 2009-05-12 17:08:08.000000000 +0200
+@@ -83,10 +83,6 @@
+ 'nltk_contrib.rte',
+ 'nltk_contrib.stem',
+ 'nltk_contrib.tag',
+- 'nltk_contrib.tiger',
+- 'nltk_contrib.tiger.indexer',
+- 'nltk_contrib.tiger.query',
+- 'nltk_contrib.tiger.utils',
+ 'nltk_contrib.toolbox',
+ 'nltk_contrib.wordnet',
+ ],
More information about the Python-modules-commits
mailing list