debian/changelog | 5 +++++ debian/control | 19 +------------------ 2 files changed, 6 insertions(+), 18 deletions(-)
New commits: commit d85c4dee23f4565e915eb7f2f355e630be8ef202 Author: Andreas Boll <[email protected]> Date: Thu Feb 2 13:03:25 2017 +0100 Remove Breaks/Replaces from pre-jessie. diff --git a/debian/changelog b/debian/changelog index 1d6cd1f..7057aa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mesa (17.0.0~rc2-2) UNRELEASED; urgency=medium [ Andreas Boll ] * Drop transitional package libegl1-mesa-drivers. + * Remove Breaks/Replaces from pre-jessie. -- Timo Aaltonen <[email protected]> Thu, 02 Feb 2017 12:02:07 +0200 diff --git a/debian/control b/debian/control index bab6e50..c9d2541 100644 --- a/debian/control +++ b/debian/control @@ -172,8 +172,7 @@ Depends: libegl1-mesa (= ${binary:Version}) Provides: libwayland-egl1 Conflicts: libwayland-egl1 -Replaces: libwayland-egl1, libegl1-mesa-drivers (<< 10.1.0-2) -Breaks: libegl1-mesa-drivers (<< 10.1.0-2) +Replaces: libwayland-egl1 Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: implementation of the Wayland EGL platform -- runtime @@ -245,7 +244,6 @@ Conflicts: libgl1 Replaces: libgl1 Provides: libgl1 Breaks: - glx-diversions (<< 0.4), libopengl-perl (<< 0.6704+dfsg-2), Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same @@ -272,8 +270,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libtxc-dxtn-s2tc | libtxc-dxtn-s2tc0 | libtxc-dxtn0 -Breaks: - xserver-xorg-core (<< 2:1.14.3-5), Multi-Arch: same Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of @@ -434,10 +430,6 @@ Depends: ocl-icd-libopencl1 | libopencl1, ${shlibs:Depends}, ${misc:Depends}, -Replaces: - libgl1-mesa-dri (<< 10.3.0-1), -Breaks: - libgl1-mesa-dri (<< 10.3.0-1), Provides: opencl-icd Multi-Arch: same Description: free implementation of the OpenCL API -- ICD runtime commit 5626019b8e2617b58b24f72f279a04d7e1a9985e Author: Andreas Boll <[email protected]> Date: Thu Feb 2 12:54:05 2017 +0100 Drop transitional package libegl1-mesa-drivers. diff --git a/debian/changelog b/debian/changelog index c94369c..1d6cd1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ mesa (17.0.0~rc2-2) UNRELEASED; urgency=medium + [ Timo Aaltonen ] * Drop libgles1. + [ Andreas Boll ] + * Drop transitional package libegl1-mesa-drivers. + -- Timo Aaltonen <[email protected]> Thu, 02 Feb 2017 12:02:07 +0200 mesa (17.0.0~rc2-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 65471eb..bab6e50 100644 --- a/debian/control +++ b/debian/control @@ -163,15 +163,6 @@ Description: free implementation of the EGL API -- development files This package provides the development environment for compiling programs against the EGL library. -Package: libegl1-mesa-drivers -Section: libs -Architecture: linux-any kfreebsd-any -Depends: - ${misc:Depends}, -Multi-Arch: same -Description: transitional dummy package - This is a transitional dummy package, it can be safely removed. - Package: libwayland-egl1-mesa Section: libs Architecture: linux-any

