1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
nltk (3.4-1) unstable; urgency=medium
* New upstream version 3.4
-- Mo Zhou <cdluminate@gmail.com> Fri, 23 Nov 2018 09:47:46 +0000
nltk (3.3.0-1) unstable; urgency=medium
* New upstream version 3.3.0
* Bump X-Python3-Version to >= 3.5
* Remove the obsolete X-Python-Version field.
* Bump Standards-Version to 4.1.4 (no change).
-- Mo Zhou <cdluminate@gmail.com> Sat, 12 May 2018 08:47:37 +0000
nltk (3.2.5-2) unstable; urgency=medium
* New Maintainer. (Closes: #816509)
+ Set Maintainer to Debian Science team.
+ Add myself as an Uploader.
* Point Vcs-* fields to Salsa.
* Bump debhelper compat level to 11.
* Update Standards-Version to 4.1.3, nothing to change.
* lintian/source: Override debian-rules-sets-DEB_BUILD_OPTIONS.
The upstream tests require some files downloaded from internet, which
are not accessible while building this package due to Debian Policy.
Hence disabling test via this variable.
-- Mo Zhou <cdluminate@gmail.com> Tue, 03 Apr 2018 06:20:38 +0000
nltk (3.2.5-1) unstable; urgency=medium
[ Andreas Tille ]
* Remove invalid space at end of entry
[ Gianfranco Costamagna ]
* QA upload
* Make fields in https mode
* New upstream version 3.2.5
* Bump std-version to 4.1.1
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 26 Oct 2017 08:55:50 +0200
nltk (3.2.4-1) unstable; urgency=medium
* QA upload.
* New upstream release (LP: #1687974).
* Drop upstream patches.
* Update copyright years
* Drop explicit six dependency, now also oldstable has a newer
version
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 19 Jun 2017 14:32:42 +0200
nltk (3.2.1-3) unstable; urgency=medium
* Package is orphaned.
[ Andreas Tille ]
* Add publication data
[ Daniel Stender ]
* deb/control: put QA into Maintainer, drop Uploaders.
-- Daniel Stender <stender@debian.org> Mon, 19 Jun 2017 12:50:02 +0200
nltk (3.2.1-2) unstable; urgency=high
* Team upload.
* Fix previous upload, by tweaking "use-six-package.diff"
to use system six package in another api place.
Closes: #825923
- thanks Raphaƫl Hertzog <hertzog@debian.org> for the useful report!
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 31 May 2016 14:44:50 +0200
nltk (3.2.1-1) unstable; urgency=medium
* Team upload.
* Fix watch file (now in https mode)
* Bump std-version to 3.9.8, no changes required.
* New upstream release, patch refresh.
* Drop fix-sfs-address.diff: upstream
* Update copyright years.
* Fix insecure VCS fields.
* Remove source/local-options file
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 17 May 2016 10:39:07 +0200
nltk (3.1-1) unstable; urgency=medium
* New upstream release.
* Don't use nltk/six.py but python-six:
+ added use-six-package.diff.
+ stripe out nltk/six.py via Files-Excluded in deb/copyright.
* deb/control: bumped X-Python-Version to 2.7.
* Added deb/README.Debian with info where to find a list of changes
(use override for dh_installdocs in deb/rules to contribute it
into both binaries).
-- Daniel Stender <debian@danielstender.com> Sat, 24 Oct 2015 19:35:19 +0200
nltk (3.0.5-1) unstable; urgency=medium
* New upstream release.
* deb/control: added six to Depends.
* deb/rules: removed override for dh_installdocs (README.txt dropped).
* added deb/source/options.
-- Daniel Stender <debian@danielstender.com> Thu, 10 Sep 2015 14:17:05 +0200
nltk (3.0.4-1) unstable; urgency=medium
* New upstream release.
-- Daniel Stender <debian@danielstender.com> Wed, 15 Jul 2015 23:25:30 +0200
nltk (3.0.3-1) unstable; urgency=medium
* New upstream release.
-- Daniel Stender <debian@danielstender.com> Mon, 15 Jun 2015 06:35:37 +0200
nltk (3.0.2-1) unstable; urgency=medium
* New upstream release.
* deb/control: added Tkinter to Recommends.
* deb/copyright: expanded copyright spans.
* deb/rules: added override for auto_install with fix of incorrect
permission in nltk/test/.
* deb/watch: watch pypi.debian.net.
* Added deb/source/local-options.
-- Daniel Stender <debian@danielstender.com> Mon, 27 Apr 2015 09:24:39 +0200
nltk (3.0.0-1) unstable; urgency=medium
* Initial release (Closes: #279422, LP: #1155282).
-- Daniel Stender <debian@danielstender.com> Sat, 11 Oct 2014 00:31:27 +0200
|