[Python-modules-commits] r8484 - in packages/python-nltk/trunk/debian (3 files)
sharky at users.alioth.debian.org
sharky at users.alioth.debian.org
Fri May 15 07:38:34 UTC 2009
Date: Friday, May 15, 2009 @ 07:38:33
Author: sharky
Revision: 8484
prepare initial upload of python-nltk to experimental
Added:
packages/python-nltk/trunk/debian/README.Debian
Modified:
packages/python-nltk/trunk/debian/changelog
packages/python-nltk/trunk/debian/rules
Added: packages/python-nltk/trunk/debian/README.Debian
===================================================================
--- packages/python-nltk/trunk/debian/README.Debian (rev 0)
+++ packages/python-nltk/trunk/debian/README.Debian 2009-05-15 07:38:33 UTC (rev 8484)
@@ -0,0 +1,11 @@
+NLTK for Debian
+---------------
+
+For most tasks, the Natural Language Toolkit depends on corpora which need
+to be downloaded. You can select and download the corpora you want to use
+by launching the Python interpreter and running:
+
+ >>> import nltk
+ >>> nltk.download()
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org> Fri, 15 May 2009 09:27:41 +0200
Modified: packages/python-nltk/trunk/debian/changelog
===================================================================
--- packages/python-nltk/trunk/debian/changelog 2009-05-15 07:27:33 UTC (rev 8483)
+++ packages/python-nltk/trunk/debian/changelog 2009-05-15 07:38:33 UTC (rev 8484)
@@ -1,5 +1,5 @@
-python-nltk (0.9.9-1) UNRELEASED; urgency=low
+python-nltk (0.9.9-1) experimental; urgency=low
* Initial upload to Debian (Closes: #279422)
- -- Jeremy Lainé <jeremy.laine at m4x.org> Sun, 10 May 2009 16:20:01 +0200
+ -- Jeremy Lainé <jeremy.laine at m4x.org> Fri, 15 May 2009 09:27:41 +0200
Modified: packages/python-nltk/trunk/debian/rules
===================================================================
--- packages/python-nltk/trunk/debian/rules 2009-05-15 07:27:33 UTC (rev 8483)
+++ packages/python-nltk/trunk/debian/rules 2009-05-15 07:38:33 UTC (rev 8484)
@@ -4,3 +4,5 @@
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
+
+DEB_INSTALL_DOCS_ALL = README.txt
More information about the Python-modules-commits
mailing list