Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
-
35ad2752
by Andreas Boll at 2018-11-20T09:53:19Z
4 changed files:
Changes:
| 1 |
+mesa (18.2.5-2) UNRELEASED; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev
|
|
| 4 |
+ because GL/glcorearb.h and GL/glext.h started to depend on this
|
|
| 5 |
+ header too (Closes: #914167).
|
|
| 6 |
+ |
|
| 7 |
+ -- Andreas Boll <aboll@debian.org> Tue, 20 Nov 2018 10:52:09 +0100
|
|
| 8 |
+ |
|
| 1 | 9 |
mesa (18.2.5-1) unstable; urgency=medium
|
| 2 | 10 |
|
| 3 | 11 |
* New upstream release.
|
| ... | ... | @@ -172,6 +172,7 @@ Package: libegl1-mesa-dev |
| 172 | 172 |
Section: libdevel
|
| 173 | 173 |
Architecture: any
|
| 174 | 174 |
Depends:
|
| 175 |
+ mesa-common-dev (= ${binary:Version}),
|
|
| 175 | 176 |
libglvnd-dev,
|
| 176 | 177 |
libdrm-dev (>= 2.4.92) [!hurd-any],
|
| 177 | 178 |
libx11-dev,
|
| ... | ... | @@ -356,6 +357,8 @@ Depends: |
| 356 | 357 |
libx11-dev,
|
| 357 | 358 |
libdrm-dev (>= 2.4.92) [!hurd-any],
|
| 358 | 359 |
${misc:Depends},
|
| 360 |
+Breaks: libegl1-mesa-dev (<< 18.2.5-2)
|
|
| 361 |
+Replaces: libegl1-mesa-dev (<< 18.2.5-2)
|
|
| 359 | 362 |
Multi-Arch: same
|
| 360 | 363 |
Description: Developer documentation for Mesa
|
| 361 | 364 |
This package includes the specifications for the Mesa-specific OpenGL
|
| 1 | 1 |
usr/include/EGL
|
| 2 |
-usr/include/KHR
|
|
| 3 | 2 |
usr/lib/*/pkgconfig/egl.pc
|
| ... | ... | @@ -6,4 +6,5 @@ usr/include/GL/glx.h |
| 6 | 6 |
usr/include/GL/glxext.h
|
| 7 | 7 |
usr/include/GL/glx_mangle.h
|
| 8 | 8 |
usr/include/GL/internal/dri_interface.h
|
| 9 |
+usr/include/KHR/khrplatform.h
|
|
| 9 | 10 |
usr/lib/*/pkgconfig/dri.pc
|