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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
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 <piotr@debian.org> 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 <peb@debian.org> 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 <peb@debian.org> 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 <morph@debian.org> 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ý <onovy@debian.org> 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 <eriol@debian.org> 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 <eriol@debian.org> 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 <eriol@mornie.org> 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 <eriol@mornie.org> 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 <eriol@mornie.org> 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 <barry@debian.org> 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 <piotr@debian.org> 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 <piotr@debian.org> 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 <piotr@debian.org> 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 <doko@debian.org> 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 <piotr@debian.org> Wed, 05 Mar 2008 20:26:06 +0100
chardet (1.0-1) unstable; urgency=low
* Initial release (closes: #375809)
-- Piotr Ozarowski <ozarow@gmail.com> Sat, 8 Jul 2006 16:12:00 +0200
|