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
|
gumbo-parser (0.13.0+dfsg-2) unstable; urgency=medium
* Move from experimental to unstable.
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Sat, 01 Feb 2025 08:26:32 +0100
gumbo-parser (0.13.0+dfsg-1) experimental; urgency=medium
* New upstream release.
* Update symbols file and bump .so number everywhere needed (Closes:
#1092247).
* Update upstream url in d/control, d/copyright, and d/watch.
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Fri, 10 Jan 2025 20:36:16 +0100
gumbo-parser (0.12.3+dfsg-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.7.0 (no changes required).
* Remove substitution variable ${shlibs:Depends} from python3-gumbo
(undefined anyway).
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Wed, 18 Dec 2024 00:22:04 +0100
gumbo-parser (0.12.0+dfsg-2) unstable; urgency=medium
* Move from experimental to unstable.
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Tue, 19 Sep 2023 16:33:00 +0200
gumbo-parser (0.12.0+dfsg-1) experimental; urgency=medium
* Adopt package from Bastian Germann (Closes: #1051219).
* Update package to new upstream version 0.12.0+dfsg, from new upstream
https://codeberg.org/grisha/gumbo-parser (Closes: #950878), adapt
symbols and library version accordingly.
* Bump Standards-Version to 4.6.2 (no changes required).
* Remove useless dh-autoreconf build dependency.
* Enable all hardening options.
* Specify Rules-Requires-Root to satisfy policy.
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Sat, 16 Sep 2023 18:00:53 +0200
gumbo-parser (0.10.1+dfsg-5) unstable; urgency=medium
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Bastian Germann <bage@debian.org> Tue, 24 Jan 2023 19:03:04 +0100
gumbo-parser (0.10.1+dfsg-4) unstable; urgency=medium
* Enable cross compilation
-- Bastian Germann <bage@debian.org> Thu, 23 Jun 2022 19:42:32 +0200
gumbo-parser (0.10.1+dfsg-3) unstable; urgency=medium
* Move Vcs-* fields to salsa
* Salvage package (Closes: #1007179)
* Remove stray "[" in package descriptions (Closes: #800680)
* Move to debhelper 13
-- Bastian Germann <bage@debian.org> Sat, 02 Apr 2022 15:33:56 +0200
gumbo-parser (0.10.1+dfsg-2.4) unstable; urgency=medium
* Non-maintainer upload.
* Remove the Python 2 support because Python 2 is to be removed from
Debian (Closes: #936687)
-- Sergei Golovan <sgolovan@debian.org> Wed, 04 Dec 2019 10:48:14 +0300
gumbo-parser (0.10.1+dfsg-2.3) unstable; urgency=medium
* Non-maintainer upload.
* Apply a patch by Stefano Rivera to port gumbo-parser to
BeautifulSoup 4 (Closes: #891098)
-- Sergei Golovan <sgolovan@debian.org> Tue, 02 Oct 2018 07:50:58 +0300
gumbo-parser (0.10.1+dfsg-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Tweak 00-tests.patch to ignore system libgtest (Closes: #895707)
-- Steve M. Robbins <smr@debian.org> Sat, 14 Apr 2018 18:20:28 -0500
gumbo-parser (0.10.1+dfsg-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Update to fix FTBFS with multiple python3 versions (Closes: #802075)
* Simplify related python build-depends
-- Scott Kitterman <scott@kitterman.com> Wed, 30 Dec 2015 13:44:21 -0500
gumbo-parser (0.10.1+dfsg-2) unstable; urgency=low
* Rename tests.patch to 00-tests.patch.
* Add 01-name-of-lib.patch.
Make python-gumbo module to load correct so file.
* Add 02-circular-dependency.patch.
Fix circular dependency importing. (Closes: #789299)
* Add python-beautifulsoup and python-html5lib into
Recommends of python-gumbo and python3-html5lib into Recommends of
python3-gumbo.
* Update Vcs-Browser URL to use cgit web interface.
* Remove tests from python-gumbo and python3-gumbo.
-- Onur Aslan <onur@onur.im> Tue, 23 Jun 2015 13:40:06 +0300
gumbo-parser (0.10.1+dfsg-1) unstable; urgency=low
* New upstream release.
* Remove repack.local and repack.stub and use Files-Excluded field in
debian/copyright.
* Remove repack.local copyright information.
* Remove compiled objects in examples directory. (Closes: #788772)
* Improve override_dh_auto_clean to clean package properly.
* Update libgumbo1.symbols for new upstream version.
-- Onur Aslan <onur@onur.im> Wed, 17 Jun 2015 10:54:15 +0300
gumbo-parser (0.9.2+dfsg-1) unstable; urgency=low
* Initial release (Closes: #719694)
-- Onur Aslan <onur@onur.im> Mon, 26 Jan 2015 14:59:42 +0200
|