[Python-modules-commits] r8407 - in packages (10 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Sun May 10 14:35:13 UTC 2009


    Date: Sunday, May 10, 2009 @ 14:35:12
  Author: sharky
Revision: 8407

start adding packaging for python-nltk

Added:
  packages/python-nltk/
  packages/python-nltk/trunk/
  packages/python-nltk/trunk/debian/
  packages/python-nltk/trunk/debian/changelog
  packages/python-nltk/trunk/debian/compat
  packages/python-nltk/trunk/debian/control
  packages/python-nltk/trunk/debian/copyright
  packages/python-nltk/trunk/debian/patches/
  packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff
  packages/python-nltk/trunk/debian/rules


Property changes on: packages/python-nltk/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-nltk/trunk/debian/changelog
===================================================================
--- packages/python-nltk/trunk/debian/changelog	                        (rev 0)
+++ packages/python-nltk/trunk/debian/changelog	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1,5 @@
+python-nltk (0.9.9-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian (Closes: #279422)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Sun, 10 May 2009 16:20:01 +0200

Added: packages/python-nltk/trunk/debian/compat
===================================================================
--- packages/python-nltk/trunk/debian/compat	                        (rev 0)
+++ packages/python-nltk/trunk/debian/compat	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1 @@
+5

Added: packages/python-nltk/trunk/debian/control
===================================================================
--- packages/python-nltk/trunk/debian/control	                        (rev 0)
+++ packages/python-nltk/trunk/debian/control	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1,18 @@
+Source: python-nltk
+Section: python
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support
+Standards-Version: 3.8.1
+Homepage: http://opensource.bolloretelecom.eu/projects/python-nltk
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-nltk/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-nltk/trunk/
+
+Package: python-nltk
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy
+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
+ processing.
+

Added: packages/python-nltk/trunk/debian/copyright
===================================================================
--- packages/python-nltk/trunk/debian/copyright	                        (rev 0)
+++ packages/python-nltk/trunk/debian/copyright	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1,27 @@
+This package was debianized by Jeremy Lainé <jeremy.laine at m4x.org> on
+Sun, 10 May 2009 16:20:01 +0200
+
+It was downloaded from http://code.google.com/p/nltk/downloads
+
+Upstream Authors:
+    Steven Bird <sb at csse.unimelb.edu.au>
+    Edward Loper <edloper at gradient.cis.upenn.edu>
+    Ewan Klein <ewan at inf.ed.ac.uk>
+
+Copyright (C) 2001-2009 NLTK Project
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+The Debian packaging is (C) 2009, Jeremy Lainé <jeremy.laine at m4x.org>
+and is licensed under the GPL.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff
===================================================================
--- packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff	                        (rev 0)
+++ packages/python-nltk/trunk/debian/patches/01_use_system_yaml.diff	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1,10 @@
+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_contrib.toolbox',
+                 'nltk_contrib.wordnet',
+-                'yaml'
+                 ],
+     )

Added: packages/python-nltk/trunk/debian/rules
===================================================================
--- packages/python-nltk/trunk/debian/rules	                        (rev 0)
+++ packages/python-nltk/trunk/debian/rules	2009-05-10 14:35:12 UTC (rev 8407)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM := pysupport
+
+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::
+	find . -name '*.pyc' -exec rm '{}' ';'


Property changes on: packages/python-nltk/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list