debian/changelog | 8 ++++++++ debian/control | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-)
New commits: commit 9e4b7993735eeb0c6039b9ac98e5aad565f65cc8 Author: Timo Aaltonen <[email protected]> Date: Fri Aug 11 12:51:39 2017 +0300 control: Add back depends on default libegl/libglx vendor. diff --git a/debian/changelog b/debian/changelog index c92ef9f..4662fa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libglvnd (0.2.999+git20170802-3) UNRELEASED; urgency=medium * control: Add Breaks/Replaces to match mesa upload which enabled GLVND. (Closes: #870686) + * control: Add back depends on default libegl/libglx vendor. -- Timo Aaltonen <[email protected]> Fri, 11 Aug 2017 12:50:00 +0300 diff --git a/debian/control b/debian/control index 05f594d..a56dafa 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.2.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.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) commit 7b6688431c6231ead63b3499d928205f781a841b Author: Timo Aaltonen <[email protected]> Date: Fri Aug 11 12:50:29 2017 +0300 control: Add Breaks/Replaces to match mesa upload which enabled GLVND. (Closes: #870686) diff --git a/debian/changelog b/debian/changelog index feecd4f..c92ef9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libglvnd (0.2.999+git20170802-3) UNRELEASED; urgency=medium + + * control: Add Breaks/Replaces to match mesa upload which enabled + GLVND. (Closes: #870686) + + -- Timo Aaltonen <[email protected]> Fri, 11 Aug 2017 12:50:00 +0300 + libglvnd (0.2.999+git20170802-2) unstable; urgency=medium * libglvnd0.symbols: Fix a typo. diff --git a/debian/control b/debian/control index ee5b86b..05f594d 100644 --- a/debian/control +++ b/debian/control @@ -71,10 +71,10 @@ Depends: ${misc:Depends}, # libegl-mesa0 | libegl-vendor, Replaces: -# libegl1-mesa (<< 17.0.0~rc3-2), + libegl1-mesa (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Breaks: -# libegl1-mesa (<< 17.0.0~rc3-2), + libegl1-mesa (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Multi-Arch: same Description: Vendor neutral GL dispatch library -- EGL support @@ -91,9 +91,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, Replaces: -# libgles2-mesa (<< 17.0.0~rc3-2), + libgles2-mesa (<< 17.2.0~rc3-2), Breaks: -# libgles2-mesa (<< 17.0.0~rc3-2), + libgles2-mesa (<< 17.2.0~rc3-2), Multi-Arch: same Description: Vendor neutral GL dispatch library -- GLES support This is an implementation of the vendor-neutral dispatch layer for @@ -110,10 +110,10 @@ Depends: ${misc:Depends}, libglx0 (= ${binary:Version}), Replaces: -# libgl1-mesa-glx (<< 17.0.0~rc3-2), + libgl1-mesa-glx (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Breaks: -# libgl1-mesa-glx (<< 17.0.0~rc3-2), + libgl1-mesa-glx (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Multi-Arch: same Description: Vendor neutral GL dispatch library -- legacy GL support @@ -131,10 +131,10 @@ Depends: ${misc:Depends}, # libglx-mesa0 | libglx-vendor, Replaces: -# libgl1-mesa-glx (<< 17.0.0~rc3-2), + libgl1-mesa-glx (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Breaks: -# libgl1-mesa-glx (<< 17.0.0~rc3-2), + libgl1-mesa-glx (<< 17.2.0~rc3-2), libglvnd0 (<< 0.2.999+git20170201-1) Multi-Arch: same Description: Vendor neutral GL dispatch library -- GLX support

