Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Move libGLESv1 to it's own package.
· 9506087d
Timo Aaltonen
authored
Aug 08, 2018
9506087d
release to sid
· c381b9e2
Timo Aaltonen
authored
Aug 08, 2018
c381b9e2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c381b9e2
libglvnd (1.0.0+git20180308-5) unstable; urgency=medium
* Move libGLESv1 to it's own package.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 08 Aug 2018 17:48:50 +0300
libglvnd (1.0.0+git20180308-4) unstable; urgency=medium
* rules, libgles2: Add GLESv1 support. (LP: #1782285)
...
...
debian/control
View file @
c381b9e2
...
...
@@ -25,6 +25,7 @@ Depends:
libglvnd0 (= ${binary:Version}),
libglvnd-core-dev (= ${binary:Version}),
libegl1 (= ${binary:Version}),
libgles1 (= ${binary:Version}),
libgles2 (= ${binary:Version}),
libgl1 (= ${binary:Version}),
libglx0 (= ${binary:Version}),
...
...
@@ -100,7 +101,7 @@ Description: Vendor neutral GL dispatch library -- EGL support
.
This package contains support for EGL.
Package: libgles
2
Package: libgles
1
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -109,16 +110,34 @@ Depends:
libglvnd0 (= ${binary:Version}),
Replaces:
libgles1-mesa (<< 17.0.0~rc3-1),
libgles2
-mesa
(<< 1
7.2.0~rc4-1
),
libgles2 (<< 1
.0.0+git20180308-5
),
Breaks:
libgles1-mesa (<< 17.0.0~rc3-1),
libgles2 (<< 1.0.0+git20180308-5),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLESv1 support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for GLESv1.
Package: libgles2
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
Replaces:
libgles2-mesa (<< 17.2.0~rc4-1),
Breaks:
libgles2-mesa (<< 17.2.0~rc4-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLES support
Description: Vendor neutral GL dispatch library -- GLES
v2
support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for GLES.
This package contains support for GLES
v2
.
Package: libgl1
Architecture: any
...
...
debian/libgles1.install
0 → 100644
View file @
c381b9e2
usr
/
lib
/*/
libGLESv1
*.
so
.
*
debian/libgles2.install
View file @
c381b9e2
usr
/
lib
/*/
libGLES
*.
so
.
*
usr
/
lib
/*/
libGLES
v2
*.
so
.
*
debian/libgles2.lintian-overrides
View file @
c381b9e2
package-name-doesnt-match-sonames libGLESv1-CM1 libGLESv2-2
package-name-doesnt-match-sonames libGLESv2-2