diff -Nru mutter-45.0/debian/changelog mutter-45.0/debian/changelog --- mutter-45.0/debian/changelog 2023-10-04 15:00:14.000000000 +0000 +++ mutter-45.0/debian/changelog 2023-10-05 18:29:32.000000000 +0000 @@ -1,3 +1,9 @@ +mutter (45.0-3ubuntu3) mantic; urgency=medium + + * Update build autopkgtest to not run dh_auto_test (LP: #2038564) + + -- Jeremy Bícha Thu, 05 Oct 2023 14:29:32 -0400 + mutter (45.0-3ubuntu2) mantic; urgency=medium [ Jeremy Bícha ] diff -Nru mutter-45.0/debian/tests/build mutter-45.0/debian/tests/build --- mutter-45.0/debian/tests/build 1970-01-01 00:00:00.000000000 +0000 +++ mutter-45.0/debian/tests/build 2023-10-05 18:29:32.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +echo "debian/rules override_dh_auto_configure " +debian/rules override_dh_auto_configure + +echo "debian/rules override_dh_auto_build" +debian/rules override_dh_auto_build diff -Nru mutter-45.0/debian/tests/control mutter-45.0/debian/tests/control --- mutter-45.0/debian/tests/control 2023-10-04 15:00:14.000000000 +0000 +++ mutter-45.0/debian/tests/control 2023-10-05 18:29:32.000000000 +0000 @@ -1,6 +1,6 @@ -Test-Command: echo "ok" +Tests: build Depends: @builddeps@ -Restrictions: build-needed +Restrictions: allow-stderr Tests: libmutter-13-dev Depends: build-essential,