[Python-modules-commits] r8425 - in packages/python-nltk/trunk/debian (2 files)
sharky at users.alioth.debian.org
sharky at users.alioth.debian.org
Mon May 11 13:18:15 UTC 2009
Date: Monday, May 11, 2009 @ 13:18:14
Author: sharky
Revision: 8425
exluce nltk.tiger.*
Modified:
packages/python-nltk/trunk/debian/control
packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff
Modified: packages/python-nltk/trunk/debian/control
===================================================================
--- packages/python-nltk/trunk/debian/control 2009-05-11 07:09:54 UTC (rev 8424)
+++ packages/python-nltk/trunk/debian/control 2009-05-11 13:18:14 UTC (rev 8425)
@@ -10,7 +10,8 @@
Package: python-nltk
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-matplotlib, python-yaml
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-matplotlib, python-yaml,
+ prover9
Description: Python modules for natural language processing
The Natural Language Toolkit is a suite of open source Python modules,
data and documentation for research and development in natural language
Modified: 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 07:09:54 UTC (rev 8424)
+++ packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff 2009-05-11 13:18:14 UTC (rev 8425)
@@ -1,8 +1,14 @@
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-10 16:31:46.000000000 +0200
-@@ -89,6 +89,5 @@
- 'nltk_contrib.tiger.utils',
++++ 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'
More information about the Python-modules-commits
mailing list