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
|
binaryornot (0.4.4+git20230412.ac4f56e+dfsg-2) unstable; urgency=medium
* Team upload.
* Fix clean target
Closes: #1043739
-- Andreas Tille <tille@debian.org> Wed, 28 Feb 2024 20:37:55 +0100
binaryornot (0.4.4+git20230412.ac4f56e+dfsg-1) unstable; urgency=medium
* Team upload.
* Real team maintenance in DPT (with permission in
https://lists.debian.org/debian-python/2024/02/msg00072.html)
* Point watch file to latest Github commit
Closes: #1005031
* Standards-Version: 4.6.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Rules-Requires-Root: no (routine-update)
* Add upstream metadata
* Remove binary without source troublesome.pyc and use "random"
existing *.pyc file for testing
* Save remaining *.pyc from being removed by dh_auto_clean
* Lintian-overrides for tests/files/empty.pyc
-- Andreas Tille <tille@debian.org> Wed, 28 Feb 2024 16:45:22 +0100
binaryornot (0.4.4+dfsg-5) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
-- Sandro Tosi <morph@debian.org> Thu, 21 Apr 2022 20:10:44 -0400
binaryornot (0.4.4+dfsg-4) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Vincent Bernat ]
* d/patches: fix FTBFS due to a change in python-hypothesis.
Closes: #948971.
-- Vincent Bernat <bernat@debian.org> Fri, 17 Jan 2020 08:13:17 +0100
binaryornot (0.4.4+dfsg-3) unstable; urgency=medium
* Team upload.
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support (Closes: #936205).
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0.
-- Ondřej Nový <onovy@debian.org> Thu, 12 Sep 2019 17:04:32 +0200
binaryornot (0.4.4+dfsg-2) unstable; urgency=medium
* Fix crashing test with recent python-hypothesis. Closes: #887579.
-- Vincent Bernat <bernat@debian.org> Thu, 18 Jan 2018 08:53:35 +0100
binaryornot (0.4.4+dfsg-1) unstable; urgency=medium
* New upstream version.
* d/patches: refresh patches after gbp pq conversion.
* d/watch: handle +dfsg repack correctly.
* d/control: bump Standards-Version.
* d/control: use debhelper 10.
* d/control: add testsuite.
-- Vincent Bernat <bernat@debian.org> Mon, 13 Nov 2017 23:41:25 +0100
binaryornot (0.4.0+dfsg-0.1) unstable; urgency=medium
* Non-maintainer upload.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Roger Shimizu ]
* Remove non-free image files, and repack as +dfsg.
* Add patch to remove tests regarding to non-free image files.
(Closes: #854851)
-- Roger Shimizu <rogershimizu@gmail.com> Wed, 15 Feb 2017 21:07:15 +0900
binaryornot (0.4.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version.
* Use PYBUILD_NAME in d/rules.
* Add missing Build-Depends on python-{chardet,hypothesis}.
-- Vincent Bernat <bernat@debian.org> Sun, 15 Nov 2015 23:05:18 +0100
binaryornot (0.3.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version.
* Run unit tests.
-- Vincent Bernat <bernat@debian.org> Mon, 26 May 2014 16:30:25 +0200
binaryornot (0.2.0-1) unstable; urgency=low
* New upstream release.
+ Codebase has been improved. Closes: #722502.
-- Vincent Bernat <bernat@debian.org> Sun, 29 Sep 2013 12:29:42 +0200
binaryornot (0.1.1-1) unstable; urgency=low
* Initial release. Closes: #722156.
-- Vincent Bernat <bernat@debian.org> Sun, 08 Sep 2013 16:41:15 +0200
|