Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package mir (Please provide enough (but not too much) information to help the release team to judge the request efficiently. E.g. by filling in the sections below.) [ Reason ] Mir is a relatively new package in Debian and unit tests behave flaky on not-so-standard CPU architectures. The new version fixes RC bug #987909. Furthermore, the d/watch file has been updated because Github changed some URL scheme for upstream tarball retrieval. [ Impact ] No real impact, except possibly for developers who want to try out the Mir Display Server. [ Tests ] Unit tests run at build time, but they are sometimes flaky. [ Risks ] No known risks. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] None. unblock mir/1.8.0+dfsg1-18
diff -Nru mir-1.8.0+dfsg1/debian/changelog mir-1.8.0+dfsg1/debian/changelog --- mir-1.8.0+dfsg1/debian/changelog 2021-03-30 09:59:45.000000000 +0200 +++ mir-1.8.0+dfsg1/debian/changelog 2021-05-10 10:35:42.000000000 +0200 @@ -1,3 +1,18 @@ +mir (1.8.0+dfsg1-18) unstable; urgency=medium + + * debian/rules: + + Run unit tests, but ignore test failures for now, they tend to be flaky + on some architectures. (Closes: #987909). + + -- Mike Gabriel <sunwea...@debian.org> Mon, 10 May 2021 10:35:42 +0200 + +mir (1.8.0+dfsg1-17) unstable; urgency=medium + + * debian/watch: + + Fix Github watch URL and switch to format version 4. + + -- Mike Gabriel <sunwea...@debian.org> Thu, 29 Apr 2021 14:35:55 +0200 + mir (1.8.0+dfsg1-16) unstable; urgency=medium * debian/control: diff -Nru mir-1.8.0+dfsg1/debian/rules mir-1.8.0+dfsg1/debian/rules --- mir-1.8.0+dfsg1/debian/rules 2020-12-19 13:58:20.000000000 +0100 +++ mir-1.8.0+dfsg1/debian/rules 2021-05-10 10:33:19.000000000 +0200 @@ -18,7 +18,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(filter mipsel riscv64,$(DEB_HOST_ARCH)),) ifeq ($(DEB_HOST_ARCH_ENDIAN),little) - GTEST_OUTPUT=xml:./ dh_auto_build -- ARGS="-V" ptest + -GTEST_OUTPUT=xml:./ dh_auto_build -- ARGS="-V" ptest else echo "Testsuite disabled on $(DEB_HOST_ARCH) due to lack of big-endian support." endif diff -Nru mir-1.8.0+dfsg1/debian/watch mir-1.8.0+dfsg1/debian/watch --- mir-1.8.0+dfsg1/debian/watch 2020-02-03 13:02:30.000000000 +0100 +++ mir-1.8.0+dfsg1/debian/watch 2021-04-29 14:35:19.000000000 +0200 @@ -1,3 +1,3 @@ -version=3 +version=4 opts=dversionmangle=s/\+dfsg1//,repacksuffix=+dfsg1,filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/mir-$1.tar.gz/ \ -https://github.com/MirServer/mir/tags .*/archive/v?([\d\.]+).tar.gz +https://github.com/MirServer/mir/tags .*/archive/refs/tags/v?([\d\.]+).tar.gz