Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / 
libglvnd


Commits:
9506087d by Timo Aaltonen at 2018-08-08T14:48:46Z
Move libGLESv1 to it's own package.

- - - - -
c381b9e2 by Timo Aaltonen at 2018-08-08T14:49:07Z
release to sid

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/libgles1.install
- debian/libgles2.install
- debian/libgles2.lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libglvnd (1.0.0+git20180308-5) unstable; urgency=medium
+
+  * Move libGLESv1 to it's own package.
+
+ -- Timo Aaltonen <tjaal...@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
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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: libgles2
+Package: libgles1
 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 (<< 17.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 -- GLESv2 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 GLESv2.
 
 Package: libgl1
 Architecture: any


=====================================
debian/libgles1.install
=====================================
--- /dev/null
+++ b/debian/libgles1.install
@@ -0,0 +1 @@
+usr/lib/*/libGLESv1*.so.*


=====================================
debian/libgles2.install
=====================================
--- a/debian/libgles2.install
+++ b/debian/libgles2.install
@@ -1 +1 @@
-usr/lib/*/libGLES*.so.*
+usr/lib/*/libGLESv2*.so.*


=====================================
debian/libgles2.lintian-overrides
=====================================
--- a/debian/libgles2.lintian-overrides
+++ b/debian/libgles2.lintian-overrides
@@ -1,2 +1 @@
-package-name-doesnt-match-sonames libGLESv1-CM1 libGLESv2-2
 package-name-doesnt-match-sonames libGLESv2-2



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libglvnd/compare/f3f612bad00447c614a77a48dba265f645cd5836...c381b9e2a9e56bebac5c9ec9e190c697390e614e

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libglvnd/compare/f3f612bad00447c614a77a48dba265f645cd5836...c381b9e2a9e56bebac5c9ec9e190c697390e614e
You're receiving this email because of your account on salsa.debian.org.

Reply via email to