Discussion:
[Git][xorg-team/lib/mesa][debian-unstable] Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev
Andreas Boll
2018-11-20 09:55:31 UTC
Permalink
Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
35ad2752 by Andreas Boll at 2018-11-20T09:53:19Z
Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev

because GL/glcorearb.h and GL/glext.h started to depend on this header too (Closes: #914167).

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/libegl1-mesa-dev.install
- debian/mesa-common-dev.install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+mesa (18.2.5-2) UNRELEASED; urgency=medium
+
+ * Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev
+ because GL/glcorearb.h and GL/glext.h started to depend on this
+ header too (Closes: #914167).
+
+ -- Andreas Boll <***@debian.org> Tue, 20 Nov 2018 10:52:09 +0100
+
mesa (18.2.5-1) unstable; urgency=medium

* New upstream release.


=====================================
debian/control
=====================================
@@ -172,6 +172,7 @@ Package: libegl1-mesa-dev
Section: libdevel
Architecture: any
Depends:
+ mesa-common-dev (= ${binary:Version}),
libglvnd-dev,
libdrm-dev (>= 2.4.92) [!hurd-any],
libx11-dev,
@@ -356,6 +357,8 @@ Depends:
libx11-dev,
libdrm-dev (>= 2.4.92) [!hurd-any],
${misc:Depends},
+Breaks: libegl1-mesa-dev (<< 18.2.5-2)
+Replaces: libegl1-mesa-dev (<< 18.2.5-2)
Multi-Arch: same
Description: Developer documentation for Mesa
This package includes the specifications for the Mesa-specific OpenGL


=====================================
debian/libegl1-mesa-dev.install
=====================================
@@ -1,3 +1,2 @@
usr/include/EGL
-usr/include/KHR
usr/lib/*/pkgconfig/egl.pc


=====================================
debian/mesa-common-dev.install
=====================================
@@ -6,4 +6,5 @@ usr/include/GL/glx.h
usr/include/GL/glxext.h
usr/include/GL/glx_mangle.h
usr/include/GL/internal/dri_interface.h
+usr/include/KHR/khrplatform.h
usr/lib/*/pkgconfig/dri.pc



View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/35ad27522c7dd189ac6dfe673151fecc7b4fea97
--
View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/35ad27522c7dd189ac6dfe673151fecc7b4fea97
You're receiving this email because of your account on salsa.debian.org.
Loading...