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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
pystemmer (2.0.1+dfsg-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Stefano Rivera ]
* Add upstream metadata.
* Patch snowball-2.1.0: Update doctests for Snowball 2.1.0.
* Bump Build-Depends and Test Depends to snowball >= 2.1.
* Bump Standards-Version to 4.5.1, no changes needed.
* Bump copyright years.
* Bump watch file format to 4.
[ Debian Janitor ]
* Apply multi-arch hints.
+ python3-stemmer, python3-stemmer-dbg: Add Multi-Arch: same.
-- Stefano Rivera <stefanor@debian.org> Mon, 25 Jan 2021 13:26:56 -0700
pystemmer (2.0.1+dfsg-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Depend on libstemmer0d (>= 2) for the doctests3 autopkgtest. It expects
those algorithms.
-- Stefano Rivera <stefanor@debian.org> Sun, 19 Jul 2020 21:48:28 -0700
pystemmer (2.0.0.1+dfsg-1) unstable; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Rebase debian/patches/link-libstemmer.diff.
* Bump libstemmer-dev build-dependency to 2.0.
* Update Homepage field and Source in debian/copyright.
* Run the new unit tests in override_dh_auto_test target too.
[ Stefano Rivera ]
* Declare Rules-Requires-Root: no.
* Bump Standards-Version to 4.5.0, no changes needed.
* Bump copyright years.
* Build-Depend on python3-setuptools, now that upstream uses it.
* Rename existing autopkgtest, and add a new one to run the new unit tests.
* Minimize the link-libstemmer patch.
-- Stefano Rivera <stefanor@debian.org> Tue, 14 Jul 2020 17:57:19 -0700
pystemmer (1.3.0+dfsg-3) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937549
-- Sandro Tosi <morph@debian.org> Fri, 27 Mar 2020 22:54:07 -0400
pystemmer (1.3.0+dfsg-2) unstable; urgency=medium
[ Stefano Rivera ]
* Repack source using uscan's Files-Excluded feature.
* Thanks for the NMUs.
* Drop ancient versioned build-depends that are no longer relevant.
* Drop B-D on python-docutils, no longer needed, without epydoc.
* Bump debhelper compat level to 12.
- Use B-D syntax.
- Build with pybuild.
* Name the license in the copyright file.
* Bump Standards-Version to 4.4.0, no changes needed.
* Drop python-stemmer-doc package, no longer useful.
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/control: Remove XS-Testsuite field, not needed anymore
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Piotr Ożarowski ]
* Add dh-python to Build-Depends
-- Stefano Rivera <stefanor@debian.org> Mon, 02 Sep 2019 21:29:57 -0300
pystemmer (1.3.0+dfsg-1.2) unstable; urgency=medium
* Replace previous NMU with a new source-only upload.
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 08 Aug 2019 02:27:14 +0000
pystemmer (1.3.0+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Eliminate dependency on epydoc, which will be removed (closes: #881553)
- Update debian/control to remove Build-Depends: python-epydoc
- Update debian/rules to no longer build epydoc documentation
- Update debian/python-stemmer-doc.docs to remove debian/html directory
- Remove debian/python-stemmer-doc.doc-base
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 02 Aug 2019 16:59:32 +0000
pystemmer (1.3.0+dfsg-1) unstable; urgency=low
[ Stefano Rivera ]
* New upstream release.
* Refresh patches.
* Drop test-exit-code.diff, superseded upstream.
* Use CFLAGS, CPPFLAGS, and LDFLAGS from dpkg-buildflags, to pick up
hardening flags.
* Bump Standards-Version to 3.9.4.
- Bump debhelper B-D to >= 8.1, for build-{arch,indep} support.
* Bump debhelper compat level to 8.
* Bump machine readable copyright format to 1.0.
* Re-licence packaging under Expat.
* Switch debian/watch URL to https.
* Rename get-orig-source target to get-packaged-orig-source, it doesn't meet
the policy requirements for get-orig-source.
* Add autopkgtests.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- Stefano Rivera <stefanor@debian.org> Sun, 26 May 2013 17:48:42 +0200
pystemmer (1.2.0+dfsg-1) unstable; urgency=low
* New upstream release.
- Uses Cython instead of Pyrex
- Python3 support.
* Build python3 packages.
* Split documentation into python-stemmer-doc.
* Build-Depend on python-docutils for RST support in epydoc.
* Use py_builddir_sh macro from python.mk.
- Bump python B-D to >= 2.6.6-14~.
* Install .egg-info
-- Stefano Rivera <stefanor@debian.org> Sat, 10 Sep 2011 22:02:24 +0200
pystemmer (1.1.0+dfsg-2) unstable; urgency=low
* Forwarded test-exit-code.diff
* Switch to dh_python2.
- Use X-Python-Version. BD on python >= 2.6.5-13.
* Update my e-mail address.
* Bump Standards-Version to 3.9.2, no changes needed.
* Update copyright format.
* Wrap and sort *Depends.
* Correct DEP3 headers (first line of Description is the subject).
-- Stefano Rivera <stefanor@debian.org> Sun, 17 Apr 2011 23:00:55 +0200
pystemmer (1.1.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #375441)
-- Stefano Rivera <stefano@rivera.za.net> Sun, 14 Mar 2010 16:31:11 +0200
|