diff -Nru glmark2-2014.03+git20150611.fa71af2d/debian/changelog glmark2-2014.03+git20150611.fa71af2d/debian/changelog --- glmark2-2014.03+git20150611.fa71af2d/debian/changelog 2020-03-27 13:43:31.000000000 +0000 +++ glmark2-2014.03+git20150611.fa71af2d/debian/changelog 2021-01-03 21:21:54.000000000 +0000 @@ -1,3 +1,11 @@ +glmark2 (2014.03+git20150611.fa71af2d-0ubuntu8) hirsute; urgency=medium + + * debian/rules: + * debian/control: + - Drop mir variant; this uses mirclient, which is no longer built by Mir. + + -- Christopher James Halse Rogers Mon, 04 Jan 2021 08:21:54 +1100 + glmark2 (2014.03+git20150611.fa71af2d-0ubuntu7) focal; urgency=medium * Build using python2. diff -Nru glmark2-2014.03+git20150611.fa71af2d/debian/control glmark2-2014.03+git20150611.fa71af2d/debian/control --- glmark2-2014.03+git20150611.fa71af2d/debian/control 2020-03-27 13:43:09.000000000 +0000 +++ glmark2-2014.03+git20150611.fa71af2d/debian/control 2021-01-03 20:43:15.000000000 +0000 @@ -13,7 +13,6 @@ libegl1-mesa-dev | libegl1-x11-dev, libgles2-mesa-dev | libgles2-dev, libwayland-dev, - libmirclient-dev (>= 0.13), libdrm-dev, libgbm-dev, Standards-Version: 3.9.6 @@ -67,30 +66,6 @@ . This package contains the OpenGL ES 2.0 variant of the benchmark for Wayland. -Package: glmark2-mir -Architecture: amd64 arm64 armhf i386 -Depends: ${shlibs:Depends}, - ${misc:Depends}, - glmark2-data (= ${source:Version}) -Description: OpenGL 2.0 Mir benchmark - A benchmark for OpenGL (ES) 2.0 that uses only the OpenGL ES 2.0 compatible - API. It contains tests for standard OpenGL (ES) 2.0 features, such as vertex - arrays, VBOs, texturing and shaders. - . - This package contains the OpenGL 2.0 variant of the benchmark for Mir. - -Package: glmark2-es2-mir -Architecture: amd64 arm64 armhf i386 -Depends: ${shlibs:Depends}, - ${misc:Depends}, - glmark2-data (= ${source:Version}) -Description: OpenGL ES 2.0 Mir benchmark - A benchmark for OpenGL (ES) 2.0 that uses only the OpenGL ES 2.0 compatible - API. It contains tests for standard OpenGL (ES) 2.0 features, such as vertex - arrays, VBOs, texturing and shaders. - . - This package contains the OpenGL ES 2.0 variant of the benchmark for Mir. - Package: glmark2-drm Architecture: any Depends: ${shlibs:Depends}, diff -Nru glmark2-2014.03+git20150611.fa71af2d/debian/rules glmark2-2014.03+git20150611.fa71af2d/debian/rules --- glmark2-2014.03+git20150611.fa71af2d/debian/rules 2020-03-27 13:42:49.000000000 +0000 +++ glmark2-2014.03+git20150611.fa71af2d/debian/rules 2021-01-03 20:42:54.000000000 +0000 @@ -13,7 +13,6 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) FLAVORS:=x11-gl,x11-glesv2,wayland-gl,wayland-glesv2 -FLAVORS:=$(FLAVORS),mir-gl,mir-glesv2 FLAVORS:=$(FLAVORS),drm-gl,drm-glesv2 %: