debian/changelog | 8 ++++++++ debian/control | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-)
New commits: commit 605e0493888f9a2c2393c570a2bfa862a85d00bc Author: Andreas Boll <[email protected]> Date: Fri Oct 20 10:30:57 2017 +0200 Bump urgency to high diff --git a/debian/changelog b/debian/changelog index e8ef275..85c22a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libglvnd (0.2.999+git20170802-6) UNRELEASED; urgency=medium +libglvnd (0.2.999+git20170802-6) UNRELEASED; urgency=high * Add versioned libglvnd0 dependencies (Workaround for #878851). * Raise Priority to optional. commit 2469dc6a193c722477b03c2d4e9587f72be1a5ae Author: Andreas Boll <[email protected]> Date: Fri Oct 20 10:30:10 2017 +0200 Bump standards version to 4.1.1. diff --git a/debian/changelog b/debian/changelog index 3a4edc1..e8ef275 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libglvnd (0.2.999+git20170802-6) UNRELEASED; urgency=medium * Add versioned libglvnd0 dependencies (Workaround for #878851). * Raise Priority to optional. + * Bump standards version to 4.1.1. -- Andreas Boll <[email protected]> Fri, 20 Oct 2017 11:03:03 +0200 diff --git a/debian/control b/debian/control index 8bba55b..70f0669 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: python-dev, python-libxml2, x11proto-gl-dev, -Standards-Version: 4.0.0 +Standards-Version: 4.1.1 Section: libs Homepage: https://github.com/NVIDIA/libglvnd Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libglvnd.git commit 53bf77edba7b7a4247ccd37a24c059cfbd556fbd Author: Andreas Boll <[email protected]> Date: Fri Oct 20 10:27:14 2017 +0200 Raise Priority to optional. diff --git a/debian/changelog b/debian/changelog index c0e6500..3a4edc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libglvnd (0.2.999+git20170802-6) UNRELEASED; urgency=medium * Add versioned libglvnd0 dependencies (Workaround for #878851). + * Raise Priority to optional. -- Andreas Boll <[email protected]> Fri, 20 Oct 2017 11:03:03 +0200 diff --git a/debian/control b/debian/control index 0289157..8bba55b 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: libglvnd -Priority: extra +Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Timo Aaltonen <[email protected]> Build-Depends: commit 035ce778fd216276bb70145c336a2febd684038c Author: Andreas Boll <[email protected]> Date: Fri Oct 20 10:25:25 2017 +0200 Add versioned libglvnd0 dependencies (Workaround for #878851). diff --git a/debian/changelog b/debian/changelog index 94c38b8..c0e6500 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libglvnd (0.2.999+git20170802-6) UNRELEASED; urgency=medium + + * Add versioned libglvnd0 dependencies (Workaround for #878851). + + -- Andreas Boll <[email protected]> Fri, 20 Oct 2017 11:03:03 +0200 + libglvnd (0.2.999+git20170802-5) unstable; urgency=medium * control: Mark libglvnd-dev and -core-dev as M-A: same. diff --git a/debian/control b/debian/control index c508f76..0289157 100644 --- a/debian/control +++ b/debian/control @@ -83,6 +83,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: ${shlibs:Depends}, ${misc:Depends}, + libglvnd0 (= ${binary:Version}), libegl-mesa0 | libegl-vendor, Replaces: libegl1-mesa (<< 17.2.0~rc4-1), @@ -104,6 +105,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: ${shlibs:Depends}, ${misc:Depends}, + libglvnd0 (= ${binary:Version}), Replaces: libgles2-mesa (<< 17.2.0~rc4-1), Breaks: @@ -122,6 +124,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: ${shlibs:Depends}, ${misc:Depends}, + libglvnd0 (= ${binary:Version}), libglx0 (= ${binary:Version}), Replaces: libgl1-mesa-glx (<< 17.2.0~rc4-1), @@ -144,6 +147,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: ${shlibs:Depends}, ${misc:Depends}, + libglvnd0 (= ${binary:Version}), libglx-mesa0 | libglx-vendor, Replaces: libgl1-mesa-glx (<< 17.2.0~rc4-1), @@ -164,7 +168,8 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends}, Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + libglvnd0 (= ${binary:Version}), Replaces: libglvnd0 (<< 0.2.999+git20170201-1) Breaks: libglvnd0 (<< 0.2.999+git20170201-1) Multi-Arch: same

