[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: d/copyright: Update for moved and deleted files
"Timo Aaltonen (@tjaalton)" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <[email protected]> |
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
78fbd9e8 by Diederik de Haas at 2026-04-16T19:21:05+02:00
d/copyright: Update for moved and deleted files
In the following mentioned upstream commits, files were moved and/or
deleted, so update the ``debian/copyright`` file accordingly.
f5bb9dd738ac ("egl: Remove eglextchromium.h and import eglext_angle.h")
removed ``include/EGL/eglextchromium.h``
e6392fcf3d8b ("c11: Move the implementation of threads.h into c source code")
moved several files from ``include/c11/`` to ``src/c11``
9e24940bc746 ("glx: don't generate indirect GLX dispatch for ARB_imaging functions")
removed ``src/glx/singlepix.c``.
Fixes-lintian-tag: superfluous-file-pattern
Signed-off-by: Diederik de Haas <[email protected]>
- - - - -
88404611 by Diederik de Haas at 2026-04-16T20:47:37+02:00
d/tests/control: Migrate to pkgconf
Also migrate debian/tests/control to pkgconf just like was done in
b4c3ca3d621b ("control: Migrate to pkgconf.")
for debian/control[.in].
Signed-off-by: Diederik de Haas <[email protected]>
- - - - -
2 changed files:
- debian/copyright
- debian/tests/control
Changes:
=====================================
debian/copyright
=====================================
@@ -103,6 +103,7 @@ Copyright:
2015 Zoltan Gilian
2018-2021 Igalia S.L.
2017 Dylan Baker
+ 2022 Yonggang Luo
License: MIT
Files: include/drm-uapi/etnaviv_drm.h
@@ -117,10 +118,6 @@ Files: include/drm-uapi/sync_file.h
Copyright: 2012 Google, Inc.
License: GPL-1+
-Files: include/EGL/eglextchromium.h
-Copyright: 2013 The Chromium Authors
-License: BSD-3-google
-
Files: include/GL/glcorearb.h
include/GL/glext.h
include/GL/glxext.h
@@ -137,8 +134,13 @@ Copyright: 2015-2018 The Khronos Group Inc.
2015-2016 Valve Corporation
License: Apache-2.0
-Files: include/c11/*
+Files: src/c11/impl/threads_posix.c src/c11/impl/threads_win32.c
+Copyright: 2012 yohhoy
+License: BSL
+
+Files: src/c11/threads.h src/c11/impl/time.c
Copyright: 2012 yohhoy
+ 2022 Yonggang Luo
License: BSL
Files: src/gallium/auxiliary/postprocess/pp_mlaa*
@@ -164,7 +166,6 @@ Files: src/glx/clientattrib.c
src/glx/render2.c
src/glx/renderpix.c
src/glx/single2.c
- src/glx/singlepix.c
src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: gles-gbm-build-test
-Depends: build-essential, libgbm-dev, libgles2-mesa-dev, pkg-config
+Depends: build-essential, libgbm-dev, libgles2-mesa-dev, pkgconf
Restrictions: superficial
View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/fd4de556ea061904d6c7044bc9195afef8c045e4...8840461116342793be6be15bea03a7cd42ce0530
--
View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/fd4de556ea061904d6c7044bc9195afef8c045e4...8840461116342793be6be15bea03a7cd42ce0530
You're receiving this email because of your account on salsa.debian.org.