diff -Nru python-guess-language-0.5.2/debian/changelog python-guess-language-0.5.2/debian/changelog --- python-guess-language-0.5.2/debian/changelog 2015-07-29 13:07:47.000000000 +0000 +++ python-guess-language-0.5.2/debian/changelog 2016-12-17 13:00:39.000000000 +0000 @@ -1,3 +1,10 @@ +python-guess-language (0.5.2-4) unstable; urgency=medium + + * Remove python2 library (Closes: #845047) + * Bumped Standards-Version to 3.9.8 (no changes needed) + + -- Tomasz Buchert Sat, 17 Dec 2016 14:00:39 +0100 + python-guess-language (0.5.2-3) unstable; urgency=medium [ Gianfranco Costamagna ] diff -Nru python-guess-language-0.5.2/debian/control python-guess-language-0.5.2/debian/control --- python-guess-language-0.5.2/debian/control 2015-07-29 13:07:47.000000000 +0000 +++ python-guess-language-0.5.2/debian/control 2016-12-17 13:00:39.000000000 +0000 @@ -4,28 +4,13 @@ Maintainer: Tomasz Buchert Build-Depends: debhelper (>= 9), dh-python, - python, - python-setuptools, python3, - python3-3to2, python3-setuptools -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://bitbucket.org/spirit/guess_language Vcs-Git: git://anonscm.debian.org/collab-maint/python-guess-language.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-guess-language.git -Package: python-guess-language -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Suggests: python-enchant -Description: library to detect the natural language of a text (Python 2 version) - guess_language is a Python library to guess the natural language - that a given text is written it. To achieve this, it uses models - precomputed for each language and, optionally, spellchecking of - words via pyenchant library. - . - This package installs the library for Python2. - Package: python3-guess-language Architecture: all Recommends: python3-enchant diff -Nru python-guess-language-0.5.2/debian/rules python-guess-language-0.5.2/debian/rules --- python-guess-language-0.5.2/debian/rules 2015-07-29 13:07:47.000000000 +0000 +++ python-guess-language-0.5.2/debian/rules 2016-12-17 13:00:39.000000000 +0000 @@ -4,4 +4,4 @@ export PYBUILD_NAME=guess-language %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild