Your message dated Wed, 02 Sep 2015 10:20:13 +0000
with message-id <e1zx59j-00083h...@franck.debian.org>
and subject line Bug#796918: fixed in mesa 10.6.5-1
has caused the Debian Bug report #796918,
regarding libgl1-mesa-glx: please Break libopengl-perl (<< 0.6704+dfsg-2)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
796918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopengl-perl
Version: 0.6704+dfsg-1
Severity: serious
X-Debbugs-Cc: libgl1-mesa-...@packages.debian.org
As noticed by the reproducible builds CI setup, this package fails to
build on current sid.
# Failed test 'require OpenGL;'
# at t/00_require.t line 3.
# Tried to require 'OpenGL'.
# Error: Can't load
'/«BUILDDIR»/libopengl-perl-0.6704+dfsg/blib/arch/auto/OpenGL/OpenGL.so' for
module OpenGL:
/«BUILDDIR»/libopengl-perl-0.6704+dfsg/blib/arch/auto/OpenGL/OpenGL.so:
undefined symbol: glResizeBuffersMESA at
/usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
It looks like mesa 10.6 dropped a bunch of symbols without changing the
SONAME. Copying the maintainer. Was this an intentional ABI break?
On current sid, without rebuilding anything:
# PERL_DL_NONLAZY=1 perl -e 'use OpenGL'
Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.20/auto/OpenGL/OpenGL.so' for
module OpenGL: /usr/lib/x86_64-linux-gnu/perl5/5.20/auto/OpenGL/OpenGL.so:
undefined symbol: glResizeBuffersMESA at
/usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
This is also
http://sourceforge.net/p/pogl/bugs/21/
https://bugzilla.redhat.com/show_bug.cgi?id=1224294
which have the attached patch that deletes references to the
removed symbols. Even with that applied, I suppose at least
some Breaks entries would be in order?
--
Niko Tyni nt...@debian.org
>From e83b9048c43cbcbdaeb287dd571ab7e277e19979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Mon, 8 Jun 2015 17:06:52 +0200
Subject: [PATCH] Delete functions removed from Mesa
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
mesa-libGL between 10.6.0-0.devel.5.51e3453 and
10.6.0-0.devel.6.5a55f68 removed these functions:
glWindowPos4dMESA
glWindowPos4iMESA
glWindowPos3iMESA
glWindowPos2dMESA
glWindowPos2iMESA
glWindowPos3dMESA
glResizeBuffersMESA
<https://bugzilla.redhat.com/show_bug.cgi?id=1224738>
<https://bugzilla.redhat.com/show_bug.cgi?id=1224294>
Signed-off-by: Petr Písař <ppi...@redhat.com>
---
pogl_gl_Vert_Multi.xs | 54 ---------------------------------------------------
1 file changed, 54 deletions(-)
diff --git a/pogl_gl_Vert_Multi.xs b/pogl_gl_Vert_Multi.xs
index e360e5c..4e8a010 100644
--- a/pogl_gl_Vert_Multi.xs
+++ b/pogl_gl_Vert_Multi.xs
@@ -359,60 +359,6 @@ glEdgeFlagPointerEXT_oga(oga)
#endif
-#ifdef GL_MESA_window_pos
-
-#// glWindowPos2iMESA($x, $y);
-void
-glWindowPos2iMESA(x, y)
- GLint x
- GLint y
-
-#// glWindowPos2dMESA($x, $y);
-void
-glWindowPos2dMESA(x, y)
- GLdouble x
- GLdouble y
-
-#// glWindowPos3iMESA($x, $y, $z);
-void
-glWindowPos3iMESA(x, y, z)
- GLint x
- GLint y
- GLint z
-
-#// glWindowPos3dMESA($x, $y, $z);
-void
-glWindowPos3dMESA(x, y, z)
- GLdouble x
- GLdouble y
- GLdouble z
-
-#// glWindowPos4iMESA($x, $y, $z, $w);
-void
-glWindowPos4iMESA(x, y, z, w)
- GLint x
- GLint y
- GLint z
- GLint w
-
-#// glWindowPos4dMESA($x, $y, $z, $w);
-void
-glWindowPos4dMESA(x, y, z, w)
- GLdouble x
- GLdouble y
- GLdouble z
- GLdouble w
-
-#endif
-
-#ifdef GL_MESA_resize_buffers
-
-#// glResizeBuffersMESA();
-void
-glResizeBuffersMESA()
-
-#endif
-
#ifdef GL_ARB_draw_buffers
#//# glDrawBuffersARB_c($n,(CPTR)buffers);
--
2.1.0
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 10.6.5-1
We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 796...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Timo Aaltonen <tjaal...@debian.org> (supplier of updated mesa package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 02 Sep 2015 12:26:37 +0300
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686
libgl1-mesa-swx11-dev libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev
libegl1-mesa-drivers libwayland-egl1-mesa libwayland-egl1-mesa-dbg
libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev libgles2-mesa
libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa libglapi-mesa-dbg
libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg
libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev mesa-vdpau-drivers
mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg
Architecture: source amd64
Version: 10.6.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Timo Aaltonen <tjaal...@debian.org>
Description:
libegl1-mesa - free implementation of the EGL API -- runtime
libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
libegl1-mesa-dev - free implementation of the EGL API -- development files
libegl1-mesa-drivers - transitional dummy package
libgbm-dev - generic buffer management API -- development files
libgbm1 - generic buffer management API -- runtime
libgbm1-dbg - generic buffer management API -- debugging symbols
libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development
files
libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging
symbols
libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development
files
libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
libglapi-mesa - free implementation of the GL API -- shared library
libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging
symbols
libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API --
development files
libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging
symbols
libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API --
development files
libosmesa6 - Mesa Off-screen rendering extension
libosmesa6-dev - Mesa Off-screen rendering extension -- development files
libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime
libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform --
debugging symbols
libxatracker-dev - X acceleration library -- development files
libxatracker2 - X acceleration library -- runtime
libxatracker2-dbg - X acceleration library -- debugging symbols
mesa-common-dev - Developer documentation for Mesa
mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging
symbols
mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video
acceleration drivers
Closes: 796918
Changes:
mesa (10.6.5-1) unstable; urgency=medium
.
[ Andreas Boll ]
* New upstream release.
.
[ Julien Cristau ]
* Break libopengl-perl (<< 0.6704+dfsg-2), thanks to Niko Tyni
(closes: #796918)
Checksums-Sha1:
6e46f13bb64200939e52dd3beb23e3eba6e85de1 5096 mesa_10.6.5-1.dsc
157d661228f431980ed607f96b16f5ec566d03f6 11846042 mesa_10.6.5.orig.tar.gz
ffafb5cb856ed7fb58dbe3b9695d85a615704eb3 110238 mesa_10.6.5-1.diff.gz
cf8a19525e0e1f5f5fc1eb3966deae7573f85e1d 260020
libegl1-mesa-dbg_10.6.5-1_amd64.deb
99104d461b519b7dd1a3a08114d122deabf4b3bd 50806
libegl1-mesa-dev_10.6.5-1_amd64.deb
86fe75e5c0e92cde5d0471605e46e70619bc0ad7 37766
libegl1-mesa-drivers_10.6.5-1_amd64.deb
db68b4c87a876601891b1c7bb147d93a22359a2a 94498 libegl1-mesa_10.6.5-1_amd64.deb
9204ed78a23d0bfddb9e1a8d9aa719fa4396a2d6 40652 libgbm-dev_10.6.5-1_amd64.deb
1c35152dd3c412fb0917419e30dd7e18aff7c676 96678 libgbm1-dbg_10.6.5-1_amd64.deb
0fdba9ed6649357c2f95fbb0ebfe8efc110ae3c6 56766 libgbm1_10.6.5-1_amd64.deb
c363785f0f23aa52f2f3414b736530517cdd2ec5 38530
libgl1-mesa-dev_10.6.5-1_amd64.deb
b2dd6f66449f252e940abd275456609e849f8d10 37050942
libgl1-mesa-dri-dbg_10.6.5-1_amd64.deb
857994d68dfad8e3d5b41cc1f18b225870b483e0 3605284
libgl1-mesa-dri_10.6.5-1_amd64.deb
d3c1ba76b094206fcbae9098a0df50f2d576331b 868198
libgl1-mesa-glx-dbg_10.6.5-1_amd64.deb
731a33b3e361e82486644ae98135c942bb0a9964 178698
libgl1-mesa-glx_10.6.5-1_amd64.deb
eef25383fc44a85cca08c339829c4654e5dc924f 9200550
libgl1-mesa-swx11-dbg_10.6.5-1_amd64.deb
ebaa42ff6bf0db306c962d14064ad5d6ffb51792 1531916
libgl1-mesa-swx11-dev_10.6.5-1_amd64.deb
ac2d79530ca1d7e45d3d387576f736d76b1dcabd 1232438
libgl1-mesa-swx11_10.6.5-1_amd64.deb
f74bd32cb79e3a93b33ea6ef76d2e11df6c19ba8 56460
libglapi-mesa-dbg_10.6.5-1_amd64.deb
ea5d527da01f6f8f23ca95362637666ea44cb697 55278 libglapi-mesa_10.6.5-1_amd64.deb
e62b9f814e0320af97efdb05681b07c548f48564 40968
libgles1-mesa-dbg_10.6.5-1_amd64.deb
48ee718494608d19a541ccc19a210502db27d3fc 51326
libgles1-mesa-dev_10.6.5-1_amd64.deb
23f3cdbdc1953a3c021121e7f6f3d95acd5e4ee4 43120 libgles1-mesa_10.6.5-1_amd64.deb
a6058789a0769f5602766bc4c715ebeec6da9eaf 41896
libgles2-mesa-dbg_10.6.5-1_amd64.deb
37cde7b87831bce26b13ab2a7afd72dcfb9465ad 61490
libgles2-mesa-dev_10.6.5-1_amd64.deb
742b489fdae36b29a39b59c03b1f62787fe3b82b 45360 libgles2-mesa_10.6.5-1_amd64.deb
7c62eb3a279f6a3582297209774eb2020db6b089 40830
libosmesa6-dev_10.6.5-1_amd64.deb
01171540404a54648a60f3a72b4dbaf60fa8c54d 1137416 libosmesa6_10.6.5-1_amd64.deb
5f544ff2d9c7e0d5186d45b2b85825a959c95049 40996
libwayland-egl1-mesa-dbg_10.6.5-1_amd64.deb
fec49df90167bb0b2c42a11962c39e6a0cb18091 39894
libwayland-egl1-mesa_10.6.5-1_amd64.deb
72cc96ded46a88bc7ccfb14b5646a1b3a446346f 41098
libxatracker-dev_10.6.5-1_amd64.deb
971b1bc39520819c3856c6e64c4357fae370d8b2 6799262
libxatracker2-dbg_10.6.5-1_amd64.deb
9e852c44fd55a5e89eed1add12584ad5845dcdef 960016
libxatracker2_10.6.5-1_amd64.deb
941763fe64a89821322697a94435edf2e04552fa 466716
mesa-common-dev_10.6.5-1_amd64.deb
906fc72b482acf1ca3aa8a286066dcf40e17f810 33082098
mesa-opencl-icd-dbg_10.6.5-1_amd64.deb
83c76cf0a3b0782eec22fa07ebdf69134f5e0900 5778460
mesa-opencl-icd_10.6.5-1_amd64.deb
a40e858cfa5973a61f6afe1503f94c1dc53e527e 9669412
mesa-vdpau-drivers-dbg_10.6.5-1_amd64.deb
df04cdbb3df201a9b29607571b188a45589f8524 1369850
mesa-vdpau-drivers_10.6.5-1_amd64.deb
Checksums-Sha256:
58f810ee2b15b4960112c3eb16b0a9c7bb465dddb501a25ba1190e0c8e662e59 5096
mesa_10.6.5-1.dsc
afe290fc7af75a25df5ee52396a9f09e5dba85fb3e159304bdda265b8564b0d4 11846042
mesa_10.6.5.orig.tar.gz
84ab68e21756552fd6d6f81f74c8a1b4533530dc9804f01777f39c43a83c281b 110238
mesa_10.6.5-1.diff.gz
deaa042627d28732e6c590d69ad51be650863bf2ff7af5fa4b0c249de64efed4 260020
libegl1-mesa-dbg_10.6.5-1_amd64.deb
f6021c89ee98d14da8851b843ff8189e842cd3d1d354702c589aa333ddc82724 50806
libegl1-mesa-dev_10.6.5-1_amd64.deb
961acca82a4dc5578df9b6c5d03d556f2ffdf2792b2959982fde05c47669414d 37766
libegl1-mesa-drivers_10.6.5-1_amd64.deb
f4a421e4b992d1141c61e8bc13df01e1af06ba6cb6641be3ce7b1698053d4c26 94498
libegl1-mesa_10.6.5-1_amd64.deb
2ca2d2616d22d39c57b61fbca6e3bae3ec766c98a13902633cc793f56dc2be96 40652
libgbm-dev_10.6.5-1_amd64.deb
a5e55b58ef3ccbccd4bb3a0221452e8d8bf66396a593af09845c422cb698bc32 96678
libgbm1-dbg_10.6.5-1_amd64.deb
d8e3843a05d118955adb07c810fe7d49e75a6303372bb60a23aa0a886850c97c 56766
libgbm1_10.6.5-1_amd64.deb
db6c6ea3464c16c9ea4896c99c4ae79dd2b1d5c25ec94b866959018a47604533 38530
libgl1-mesa-dev_10.6.5-1_amd64.deb
d21ac379f6d1ba578e87d17804d8e31cbc0567232e06dec3c9eb4bef24420fc9 37050942
libgl1-mesa-dri-dbg_10.6.5-1_amd64.deb
e3684954a3fbe4aa70f2e8cc43da7f9b5fd571b9ebbcc57b2702e77818ede6ac 3605284
libgl1-mesa-dri_10.6.5-1_amd64.deb
9bf418ea80c9b8cd2c77e350f23581b192e568e4a71fff076930760da3647fb8 868198
libgl1-mesa-glx-dbg_10.6.5-1_amd64.deb
7a38a70d5749028d6861c1dd0091129c9709f6e775d9a1a37f115db589d75951 178698
libgl1-mesa-glx_10.6.5-1_amd64.deb
672337c5acd5d5c50b9e7424389db1b8f8d39658c1c2d17712c6b96d883e82ce 9200550
libgl1-mesa-swx11-dbg_10.6.5-1_amd64.deb
cc6a1b139e1ff5f2648a359f52ac69960bc1e9c4f0073b86f87608addb3f722f 1531916
libgl1-mesa-swx11-dev_10.6.5-1_amd64.deb
53a9c90afd46be114a96156bbceaf352ac7a283c0aca7bb0ec1c2d3f743af86b 1232438
libgl1-mesa-swx11_10.6.5-1_amd64.deb
6c110768b704a9c7176f91c819ea4d81e89a928ed9c202e7302d9ea3dd34b334 56460
libglapi-mesa-dbg_10.6.5-1_amd64.deb
aeff77734e81e6daa8c61e5e2d136f2b39e4527dc4c1197d708506c2bac24e67 55278
libglapi-mesa_10.6.5-1_amd64.deb
96f150e6243c1cd4892a4f25d27966fc567e627aea9919dfd758965f293985ea 40968
libgles1-mesa-dbg_10.6.5-1_amd64.deb
c36e139014b2a383245937c1f467be9f0cb471fcd4982667066659042de37289 51326
libgles1-mesa-dev_10.6.5-1_amd64.deb
a3ce47c306ad38d385e74df95e482d964de2e2d856464717c2214dbffce516d6 43120
libgles1-mesa_10.6.5-1_amd64.deb
0d2d385087530454518c494050850c21db55bb57c1d720f4d4f00bcb3011d0b4 41896
libgles2-mesa-dbg_10.6.5-1_amd64.deb
a997b54c8bbfbc3a80e001a1ffe625c0fbfa0b44178dc7c4d694b855bb3e1161 61490
libgles2-mesa-dev_10.6.5-1_amd64.deb
e30c7a4e1ab580aede309371153f9bceecf0712d00aa3c09008ce096fd60a78d 45360
libgles2-mesa_10.6.5-1_amd64.deb
c14d7728b89e55e80e565db7ef398fa37f67508873fc43ae4c7d153d7752d67a 40830
libosmesa6-dev_10.6.5-1_amd64.deb
bc6a034c1cd13cbb4c6c664a85acbfe9f9b30a909b5810ac87d05e5a02d847bb 1137416
libosmesa6_10.6.5-1_amd64.deb
9e190b5ab67fcded81228177e20b3acf776dfd3d14d1fd98f633945656f93349 40996
libwayland-egl1-mesa-dbg_10.6.5-1_amd64.deb
0af1b81bda8ec209c3c5b1888044423430364dd8b6aec5de0b01f5e05a051e02 39894
libwayland-egl1-mesa_10.6.5-1_amd64.deb
c3520747ea7551787ada38d72bcdbf27bd11bb73783f016fa45bb161e77e6b4e 41098
libxatracker-dev_10.6.5-1_amd64.deb
e25bb7010ebbd256b75ae0695ea8f43a90b83040165005f5033707b9da5e05c4 6799262
libxatracker2-dbg_10.6.5-1_amd64.deb
c8f4a0bf75704b8cccf69568ac1f999d69c7a7402726c68908fd491037d189b6 960016
libxatracker2_10.6.5-1_amd64.deb
d5615075b97a4a30e83159cee431abec0ce486c95493e3a046342a9c873f0699 466716
mesa-common-dev_10.6.5-1_amd64.deb
ec9c1fe8a77edc4b71268abd4652c138c1cc375e944be21390a2dd4ab2d4b260 33082098
mesa-opencl-icd-dbg_10.6.5-1_amd64.deb
12501c4b7056f62a8583a3950439b93aac8fe99bb246ba9293b76f17b6cf94c0 5778460
mesa-opencl-icd_10.6.5-1_amd64.deb
5571b5815e9a34bb0d58db2869a869cb593865054116da5a1b019eabc35b6ca6 9669412
mesa-vdpau-drivers-dbg_10.6.5-1_amd64.deb
650cb65754e929f0cd40d8c915ce94f33e32595a011e2c977bfb28e040e09404 1369850
mesa-vdpau-drivers_10.6.5-1_amd64.deb
Files:
32ef95ff3fa07854f5f4ec7ac18def4c 5096 graphics optional mesa_10.6.5-1.dsc
9457b22489d3b5379f86ce74423ff5f3 11846042 graphics optional
mesa_10.6.5.orig.tar.gz
94a934ae38783784d51e350c0c149c08 110238 graphics optional mesa_10.6.5-1.diff.gz
d76726d773a5f4cf26c2fe904f4ebb2a 260020 debug extra
libegl1-mesa-dbg_10.6.5-1_amd64.deb
a2a989a627217b88f20598f7c03e3980 50806 libdevel optional
libegl1-mesa-dev_10.6.5-1_amd64.deb
356081022841edf1c9ba033d4de6e594 37766 libs optional
libegl1-mesa-drivers_10.6.5-1_amd64.deb
917f6d06e909422a5e982a1a73df7f46 94498 libs optional
libegl1-mesa_10.6.5-1_amd64.deb
ff08d388f093e1c746c778bf0b766800 40652 libdevel optional
libgbm-dev_10.6.5-1_amd64.deb
fbfd43fcf969cc25d626c838671f7b66 96678 debug extra
libgbm1-dbg_10.6.5-1_amd64.deb
06e6af5a9c1cb79a511a2bd6b2454d15 56766 libs optional libgbm1_10.6.5-1_amd64.deb
50d9a60d45be9168c09f8ded60397b8c 38530 libdevel optional
libgl1-mesa-dev_10.6.5-1_amd64.deb
2be3fd07e9d05707717313bf68aa95c0 37050942 debug extra
libgl1-mesa-dri-dbg_10.6.5-1_amd64.deb
5ae3bd43b8a6fa95d77b8bf2feaf8c5e 3605284 libs optional
libgl1-mesa-dri_10.6.5-1_amd64.deb
557a0b1bb5e727f6ab6176e7eacc54c2 868198 debug extra
libgl1-mesa-glx-dbg_10.6.5-1_amd64.deb
ac22914c8fe995b9898591b9742b79ea 178698 libs optional
libgl1-mesa-glx_10.6.5-1_amd64.deb
0b2451231c27d8911362270eff826cc1 9200550 debug extra
libgl1-mesa-swx11-dbg_10.6.5-1_amd64.deb
e8bccad7cfc11690ab71632c9544de22 1531916 libdevel extra
libgl1-mesa-swx11-dev_10.6.5-1_amd64.deb
57a3df8b674a4d518877e9578b023b33 1232438 libs extra
libgl1-mesa-swx11_10.6.5-1_amd64.deb
bd2c1e425d13430fca8e97a0a4722fda 56460 debug extra
libglapi-mesa-dbg_10.6.5-1_amd64.deb
f6bb2c7702c6bb560a7189eb90b04186 55278 libs optional
libglapi-mesa_10.6.5-1_amd64.deb
807b67c324df985e03865cbf39e1f85f 40968 debug extra
libgles1-mesa-dbg_10.6.5-1_amd64.deb
b184fc2619150e9831a66ff4f7ccfa0c 51326 libdevel optional
libgles1-mesa-dev_10.6.5-1_amd64.deb
2260fb75248a620f56bd5b0666093c50 43120 libs optional
libgles1-mesa_10.6.5-1_amd64.deb
20a9517387395635e5fd29adccf8f1de 41896 debug extra
libgles2-mesa-dbg_10.6.5-1_amd64.deb
3f433cb685a77f44745894d4f8cbefaa 61490 libdevel optional
libgles2-mesa-dev_10.6.5-1_amd64.deb
db5501f814f391028e62df29364f6dd5 45360 libs optional
libgles2-mesa_10.6.5-1_amd64.deb
78ca0e4be945732631d23d7b0d497b31 40830 libdevel optional
libosmesa6-dev_10.6.5-1_amd64.deb
8fcd849547de665cfbf6bc643fe8fcc7 1137416 libs optional
libosmesa6_10.6.5-1_amd64.deb
d9a4bf465daf063dd710d4abbc1db566 40996 debug extra
libwayland-egl1-mesa-dbg_10.6.5-1_amd64.deb
8751d703f422f705fd06cd4f3c08b2b8 39894 libs optional
libwayland-egl1-mesa_10.6.5-1_amd64.deb
dae22e668b9b08d8191b43864d03f7b8 41098 libdevel optional
libxatracker-dev_10.6.5-1_amd64.deb
14e65a4937a08a182046f2c02dc4547a 6799262 debug extra
libxatracker2-dbg_10.6.5-1_amd64.deb
715769ea262923cc706e3f423a368deb 960016 libs optional
libxatracker2_10.6.5-1_amd64.deb
313667e25d111a410c9fc9335d82ab9e 466716 libdevel optional
mesa-common-dev_10.6.5-1_amd64.deb
a11b6049b0076de0f16363b57a9ecd58 33082098 debug extra
mesa-opencl-icd-dbg_10.6.5-1_amd64.deb
3a2f29ca44370cf6bab38b5da2f95922 5778460 libs optional
mesa-opencl-icd_10.6.5-1_amd64.deb
e471aa21bddb54ac11ddab6de52e2c41 9669412 debug extra
mesa-vdpau-drivers-dbg_10.6.5-1_amd64.deb
e19fbc31727d5f5695fe295b2ba5ebd3 1369850 libs optional
mesa-vdpau-drivers_10.6.5-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJV5sWEAAoJEMtwMWWoiYTcnSQP/0YbOUWbyaGHsENx50ZrTXu5
zNcv9Kkok3CG/MOYp0on/So6SAVcXd/a2qsfuc8SPRyiQLyPiO7Ti6+LeMFUFunK
LA21+ixrj81ha5iDWEDQM9AAkebgUmvoObfPx9OKUaapHQVidaBFmS3Psb+9AoWM
4Kc9HS2nGJZfLr26s25TC7v9dfT6CSAmfCdR1g6kDkja53mmPJY6vTojcasb2mfk
vAC7FGmsokacE6j4ujaNyXY/nicUQUz4ebo0+vnuXzAtF5wiz67nrdq7DGeX/feU
J9QZqCFTFpXSJanh/ndynDbq1GP9yClSJ3F5nLP4VYwKBu9CvUrSS951aR+VHO/N
ZK4jbbTC+EuF7j50Ttm7UsI4HiT6j59G7suxNkXfYDDU1vTxo7Hjisa+upNQUtFN
3jV5ZlMjHOyLQwadSTCaUWQBfPgf1kqr3a1fVSWcWJpqb3JrGSd4DG+zXzhANWWG
w9TVuGYK5xqMfdFfLZo6QDQfAPsRxWB+KqVbjQqzdRcc5dVX1EY32SM4rAtaTwTI
OK/J0n1/4Xw/qQgGe4ecFDOo+skeNrPnPD6BPTmqpBi9TgSSn9zK8wP034Ul6L1i
NgHaSc8/lfMToQx8JJkAdvSU7xDFGslg14VoLDesRzC1LF5fmK0d5QcKLN/Q5zpS
dLqI/+26eFm9zYj5ruAN
=7eVL
-----END PGP SIGNATURE-----
--- End Message ---