[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libglvnd: Changes to 'debian-unstable'



 debian/changelog       |    8 ++++++++
 debian/control         |    4 ++--
 debian/libegl1.symbols |    1 -
 debian/libgl1.install  |    1 -
 debian/libglx0.install |    1 -
 5 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 925d1e5458862d02e328c2a7e8d9d08007cdae6c
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Thu May 11 10:59:42 2017 +0300

    control: Drop depends on lib{egl,glx}-mesa0 | -vendor
    
    these are only for default driver policy and will be added back once we switch
    mesa to use libglvnd.

diff --git a/debian/changelog b/debian/changelog
index 1c03e5c..ba57430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libglvnd (0.2.999+git20170201-3) experimental; urgency=medium
+
+  * control: Drop depends on lib{egl,glx}-mesa0 | -vendor, these are
+    only for default driver policy and will be added back once we switch
+    mesa to use libglvnd.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Thu, 11 May 2017 10:56:23 +0300
+
 libglvnd (0.2.999+git20170201-2) experimental; urgency=medium
 
   * control: Add depends on default libegl/libglx vendor.
diff --git a/debian/control b/debian/control
index 6991b7c..3714f67 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Pre-Depends: ${misc:Pre-Depends},
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libegl-mesa0 | libegl-vendor,
+# libegl-mesa0 | libegl-vendor,
 Replaces:
 # libegl1-mesa (<< 17.0.0~rc3-2),
  libglvnd0 (<< 0.2.999+git20170201-1)
@@ -129,7 +129,7 @@ Pre-Depends: ${misc:Pre-Depends},
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libglx-mesa0 | libglx-vendor,
+# libglx-mesa0 | libglx-vendor,
 Replaces:
 # libgl1-mesa-glx (<< 17.0.0~rc3-2),
  libglvnd0 (<< 0.2.999+git20170201-1)

commit 202e982db53ad963ef2f386635e7755d60f63030
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Thu Feb 9 12:04:03 2017 +0200

    fix whitespace

diff --git a/debian/libegl1.symbols b/debian/libegl1.symbols
index 1bdb93d..b3e21fc 100644
--- a/debian/libegl1.symbols
+++ b/debian/libegl1.symbols
@@ -45,4 +45,3 @@ libEGL.so.1 libegl1 #MINVER#
  eglWaitGL@Base 0
  eglWaitNative@Base 0
  eglWaitSync@Base 0
-
diff --git a/debian/libgl1.install b/debian/libgl1.install
index 30ffe5d..6fc3110 100644
--- a/debian/libgl1.install
+++ b/debian/libgl1.install
@@ -1,2 +1 @@
 usr/lib/*/libGL.so.*
-
diff --git a/debian/libglx0.install b/debian/libglx0.install
index 751ec2a..22bb24f 100644
--- a/debian/libglx0.install
+++ b/debian/libglx0.install
@@ -1,2 +1 @@
 usr/lib/*/libGLX.so.*
-


Reply to: