chardet (5.1.0+dfsg-2) unstable; urgency=medium * Rebuild to workaround bin-only NEW → source only testing migration -- Piotr Ożarowski Mon, 26 Dec 2022 15:42:05 +0100 chardet (5.1.0+dfsg-1) unstable; urgency=medium [ Carsten Schoenert ] * d/watch: Switch to git mode on the GitHub repository * d/gbp.conf: Extend some more defaults * New upstream version 5.1.0+dfsg * d/control: Update build depending packages * d/rules: Update targets and additional needed data * autopkgtest: Adjust the test control and build data * d/control: Increase Standards-Version to 4.6.1 * d/control: Adding Rules-Requires-Root: no * Lintian: Ignore some test files which contains binary parts * d/u/metadata: Adding Documentation key * d/copyright: Update and adjust content data * python3-chardet: Update package descriptions * python-chardet-doc: Adding new documentation package * d/README.source: Add some information about the source -- Piotr Ożarowski Sat, 10 Dec 2022 13:32:37 +0100 chardet (4.0.0-2) unstable; urgency=medium * Use the new Debian Python Team contact name and address -- Sandro Tosi Fri, 22 Apr 2022 15:14:29 -0400 chardet (4.0.0-1) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Ondřej Nový ] * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Piotr Ożarowski ] * New upstream release -- Piotr Ożarowski Wed, 30 Dec 2020 17:42:51 +0100 chardet (3.0.4-7) unstable; urgency=medium * Team upload * Fix a typo in symlinks (Closes: #958518) -- Pierre-Elliott Bécue Thu, 23 Apr 2020 13:51:53 +0200 chardet (3.0.4-6) unstable; urgency=medium * Team upload * Drop Python2 package (Closes: #936289) * Bump Standards-Version to 4.5.0. * Add specific versions for the Breaks/Replaces of python3-chardet -- Pierre-Elliott Bécue Wed, 22 Apr 2020 17:22:40 +0200 chardet (3.0.4-5) unstable; urgency=medium [ Ondřej Nový ] * Bump Standards-Version to 4.4.1. [ Sandro Tosi ] * Dont run unittests for python2 binary, to reduce pytest rdeps -- Sandro Tosi Mon, 13 Apr 2020 18:19:38 -0400 chardet (3.0.4-4) unstable; urgency=medium * Team upload. * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.0. * Fix FTBFS with Pytest 4. -- Ondřej Nový Tue, 13 Aug 2019 11:30:29 +0200 chardet (3.0.4-3) unstable; urgency=medium * Set debhelper version to (>= 12~) in B-D. -- Daniele Tricoli Tue, 22 Jan 2019 01:46:22 +0100 chardet (3.0.4-2) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/changelog: Remove trailing whitespaces * d/control: Remove ancient X-Python-Version field * Convert git repository from git-dpm to gbp layout [ Daniele Tricoli ] * Add debian/gbp.conf. * Bump compat level to 12. * Add autopkgtests. * debian/clean - Remove .pytest_cache directory. * debian/control - Mark all packages Multi-Arch: foreign. (Closes: #916072) Thanks to Helmut Grohne for the report and patch. - Update to use my debian.org mail address. - Bump Standards-Version to 4.3.0 (no changes needed). * debian/copyright - Update to use my debian.org mail address. - Update copyright years. -- Daniele Tricoli Sun, 06 Jan 2019 21:20:36 +0100 chardet (3.0.4-1) unstable; urgency=medium * New upstream release. * Run tests at build time. * debian/clean - Clean egg-info. * debian/control - Bump Standards-Version to 3.9.8 (no changes needed). - Add python{,3}-pytest and python{,3}-hypothesis to B-D. * debian/copyright - Update copyright years. - Update Upstream-Contact. - Update chardetect stanza. * debian/rules - Add override_dh_auto_test stanza. - Clean stuff created by hypothesis. -- Daniele Tricoli Sun, 18 Jun 2017 23:51:08 +0200 chardet (2.3.0-2) unstable; urgency=medium * debian/control - Remove python-chardet-whl as it's no longer necessary. - Remove python3-wheel from Build-Depends. - Update Vcs fields for git migration. - Use secure URI for Vcs-Git. - Bump Standards-Version to 3.9.7 (no changes needed). * debian/copyright - Update copyright years. * debian/rules - Don't build the wheel package. * debian/watch - Use pypi.debian.net redirector. -- Daniele Tricoli Wed, 10 Feb 2016 02:08:56 +0100 chardet (2.3.0-1) unstable; urgency=medium * New upstream release. * Remove python-chardet-doc package since upstream is not shipping documentation anymore. * debian/control - Remove stanza for python-chardet-doc. - Bump Standards-Version to 3.9.6 (no changes needed). * debian/copyright - Remove stanza for documentation. * debian/python-chardet-doc{s,.doc-base} - Remove since not needed anymore. -- Daniele Tricoli Sat, 18 Oct 2014 02:56:10 +0200 chardet (2.2.1-2) unstable; urgency=medium * Team upload. * d/control: - Add python3-wheel to Build-Depends. - Add python-chardet-whl binary package. - Clean up whitespace. * d/rules: - Build the universal wheels. - Override dh_python3 to set the shebang line to /usr/bin/python3 (Closes: #741340) * d/python-chardet-whl.install: Added. -- Barry Warsaw Thu, 15 May 2014 16:14:49 -0400 chardet (2.2.1-1) unstable; urgency=medium [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Daniele Tricoli ] * New upstream release * Switched to pybuild * Builded Python3 package * Removed embedded chardet CLI script since upstream is providing it * Moved documentation into python-chardet-doc and registered it using doc-base * debian/clean - Clean debian/chardet3.1 manpage * debian/compat - Bumped debhelper compatibility level to 9 * debian/control - Added myself to Uploaders with Piotr Ożarowski's permission - Added python3-all and python(3)-setuptools to B-D - Switched to python-all in B-D - Added stanza for python3-chardet - Bumped debhelper B-D to (>= 9) - Updated Homepage - Added X-Python-Version: >= 2.6 - Bumped Standards-Version to 3.9.5 (no changes needed) - Added python(3)-pkg-resources to Depends * debian/copyright - Made DEP5 compliant * debian/python(3)-chardet.links - Added chardet(3) symlinks to preserve old CLI script name - Added symlinks for manpages * debian/python(3)-chardet.manpages - Installed manpages * debian/rules - Added export PYTHONWARNINGS=d - Renamed chardetect CLI script to chardetect3 for python3-chardet - Copied debian/chardet.1 into debian/chardet3.1 and changed occurences of chardet to chardet3 * debian/watch - Updated to new source code URI [ Piotr Ożarowski ] * drop preinst file, python-central is no longer available in Debian -- Piotr Ożarowski Mon, 17 Feb 2014 22:17:37 +0100 chardet (2.0.1-2) unstable; urgency=low [ Barry Warsaw ] * Switch to dh_python2, closes: 634313, LP: #788514 [ Piotr Ożarowski ] * Bump Standards-Version to 3.9.2 (no changes needed) * Source format changed to 3.0 (quilt) -- Piotr Ożarowski Wed, 20 Jul 2011 22:28:12 +0200 chardet (2.0.1-1) unstable; urgency=low [ Sandro Tosi ] * Switch Vcs-Browser field to viewsvn [ Piotr Ożarowski ] * New upstream release (no changes in the code) * Add /usr/bin/chardet (thanks to Ben Finney, closes: #479178) * Convert package to dh sequencer and python-support * debian/watch file updated (now points to the Python 2.X version) * Bump Standards-Version to 3.8.3 (no changes needed) -- Piotr Ożarowski Wed, 11 Nov 2009 14:14:10 +0100 chardet (1.0.1-1.1) unstable; urgency=low * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490452. -- Matthias Klose Fri, 18 Jul 2008 15:58:15 +0000 chardet (1.0.1-1) unstable; urgency=low * New upstream release * New co-maintainer: Mark Pilgrim * Changed my address to piotr@debian.org * Added Vcs-Svn, Vcs-Browser and Homepage fields * Debian packaging is now licenced under LGPL as well * Bump Standards-Version to 3.7.3 (no changes needed) -- Piotr Ożarowski Wed, 05 Mar 2008 20:26:06 +0100 chardet (1.0-1) unstable; urgency=low * Initial release (closes: #375809) -- Piotr Ozarowski Sat, 8 Jul 2006 16:12:00 +0200