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
|
libepoxy (1.5.10-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on meson.
[ Timo Aaltonen ]
* Ignore test results on loong64. (Closes: #1051319)
-- Timo Aaltonen <tjaalton@debian.org> Mon, 02 Sep 2024 11:37:06 +0300
libepoxy (1.5.10-1) unstable; urgency=medium
* New upstream release.
-- Timo Aaltonen <tjaalton@debian.org> Sat, 02 Apr 2022 06:37:55 +0300
libepoxy (1.5.9-2) unstable; urgency=medium
* Clean up autopkgtest cruft that shouldn't have been included.
(Closes: #996408)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 14 Oct 2021 15:45:29 +0300
libepoxy (1.5.9-1) unstable; urgency=medium
* New upstream release.
* Bump policy to 4.6.0.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 15 Sep 2021 08:55:20 +0300
libepoxy (1.5.8-1) unstable; urgency=medium
* New upstream release.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 16 Aug 2021 09:21:06 +0300
libepoxy (1.5.7-1) experimental; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Alexander Volkov ]
* Don't run tests when nocheck profile is enabled. (Closes: #918840)
[ Timo Aaltonen ]
* New upstream release.
* Drop xutils-dev from build-depends, not used. (Closes: #981785)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 06 May 2021 00:00:09 +0300
libepoxy (1.5.5-1) unstable; urgency=medium
* New upstream release.
* control: Bump meson build-dep.
* control: Migrate to libgl-dev, libegl-dev.
* control: Migrate to debhelper-compat, bump to 13.
* control: Bump policy to 4.5.1.
-- Timo Aaltonen <tjaalton@debian.org> Fri, 29 Jan 2021 00:42:39 +0200
libepoxy (1.5.4-1) unstable; urgency=medium
* New upstream release.
* control: Move under xorg-team maintenance. (Closes: #945577)
* Drop gbp.conf.
* symbols: Updated.
* rules: Update dh_makeshlibs override to actually work.
* control: Bump policy to 4.4.1.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 27 Nov 2019 17:19:16 +0200
libepoxy (1.5.3-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream release
* debian/copyright: Stop excluding .gitignore
* Drop workaround specifying Xvfb screen size since #874077 is fixed
* Bump minimum meson to 0.47.0
* Drop patch: applied in new release
* Drop obsolete shlib-calls-exit lintian override
* Enable all hardening flags
-- Jeremy Bicha <jbicha@debian.org> Thu, 04 Oct 2018 20:28:06 -0400
libepoxy (1.5.2-0.3) unstable; urgency=medium
* Non-maintainer upload
* Drop obsolete python:native build dependency
* Don't ignore test failures except on s390x and on ports where tests fail
-- Jeremy Bicha <jbicha@debian.org> Wed, 19 Sep 2018 22:18:18 -0400
libepoxy (1.5.2-0.2) unstable; urgency=medium
* Non-maintainer upload
* libepoxy-dev Depends on libgl1-mesa-dev and libegl1-mesa-dev.
Those packages provide gl.pc and egl.pc, which are depended on by
epoxy.pc since 1.5.2 (Closes: #909173)
* Work around #874077 by creating an Xvfb screen where GLX can work
-- Simon McVittie <smcv@debian.org> Wed, 19 Sep 2018 10:39:51 +0100
libepoxy (1.5.2-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream version 1.5.2 (Closes: #906951)
* Add minimal debian/gbp.conf
* debian/copyright: temporarily exclude .gitignore
* Update Vcs links for migration to https://salsa.debian.org
* Bump debhelper compat to 11
* debian/libepoxy0.symbols: Update
* Build-Depend on libgl1-mesa-dev
* Build with meson
* Run build tests and make tests failures fail the build on Ubuntu
* Cherry-pick dispatch-Fix-GLES3-symbol-lookup.patch
-- Jeremy Bicha <jbicha@debian.org> Tue, 18 Sep 2018 15:09:26 -0400
libepoxy (1.4.3-1) unstable; urgency=medium
* New upstream version 1.4.3 (Closes: #881540).
* Section: debian-installer for udeb
* Copyright: factor Expat license
* Move maintenance to collab-maint, use gbp layout
-- Jérémy Lal <kapouer@melix.org> Mon, 13 Nov 2017 12:44:13 +0100
libepoxy (1.3.1-3) unstable; urgency=medium
* Drop patch causing amdgpu-pro lock (Closes: #850033)
* Add add_null_checks.patch (upstreamed, avoids some segfaults).
-- Jérémy Lal <kapouer@melix.org> Sat, 24 Jun 2017 10:07:39 +0200
libepoxy (1.3.1-2) unstable; urgency=medium
* Set myself as maintainer, with previous maintainer authorization.
* Standards-Version 3.9.8
* B-D python:native for cross-build. Closes: #842711.
Thanks to Helmut Grohne <helmut@subdivi.de>
* Build libepoxy0-udeb so libgtk-3-0-udeb can depend on it.
Closes: #788711. Thanks to Cyril Brulebois <kibi@debian.org>.
-- Jérémy Lal <kapouer@melix.org> Fri, 20 Jan 2017 09:40:39 +0100
libepoxy (1.3.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Backport three upstream commits. (Closes: #850033)
-- Jérémy Lal <kapouer@melix.org> Thu, 19 Jan 2017 01:19:17 +0100
libepoxy (1.3.1-1) unstable; urgency=low
* Upgrade to upstream v1.3.1 release and make the -dev package multi-arch.
(Closes: #787314)
-- Eric Anholt <eric@anholt.net> Wed, 15 Jul 2015 16:36:27 -0700
libepoxy (1.2-1) unstable; urgency=low
* Upgrade to upstream v1.2 release.
-- Eric Anholt <eric@anholt.net> Tue, 13 May 2014 17:47:29 -0700
libepoxy (1.1-1) unstable; urgency=low
* Initial release (Closes: #737273)
-- Eric Anholt <eric@anholt.net> Fri, 31 Jan 2014 16:52:20 -0800
|