diff --git a/debian/changelog b/debian/changelog index da365d776d7e72456f96f85053d53fcd5fdb249b..88be4f15082a54eeac7be89d39c91af992cf478e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mesa (21.2.6-1pureos3) byzantium; urgency=medium + + * d/control: Add Breaks relation for libva-wayland2 < 2.10.0-1pureos1 + * Remaining PureOS changes: + - Revert "Build with llvm-12." + - Update libdrm-dev dependency to match PureOS version + - Add python3 dependency to mesa-vulkan-drivers + + -- Sebastian Krzyszkowiak Fri, 11 Mar 2022 17:11:54 +0100 + mesa (21.2.6-1pureos2) byzantium; urgency=medium * Upload to byzantium (no change rebuild) diff --git a/debian/control b/debian/control index 85c188febafb05dd765dde38bb78df8a69503baf..2993cf6d11b5a785f1a6e8f38ba8b2c74c072a7a 100644 --- a/debian/control +++ b/debian/control @@ -154,6 +154,7 @@ Depends: libgbm1 (= ${binary:Version}) [!hurd-any], Provides: libegl-vendor Pre-Depends: ${misc:Pre-Depends} +Breaks: libva-wayland2 (<< 2.10.0-1pureos1) Multi-Arch: same Description: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library.