diff -Nru brotli-1.0.9/debian/changelog brotli-1.0.9/debian/changelog --- brotli-1.0.9/debian/changelog 2021-01-10 23:34:15.000000000 +0000 +++ brotli-1.0.9/debian/changelog 2022-12-13 00:09:20.000000000 +0000 @@ -1,6 +1,6 @@ -brotli (1.0.9-3myguard1~focal) focal; urgency=medium +brotli (1.0.9-3myguard22~focal) focal; urgency=medium * Automatically rebuilt and backport - -- Thijs Eilander Mon, 11 Jan 2021 00:34:15 +0100 + -- Thijs Eilander Tue, 13 Dec 2022 01:09:20 +0100 diff -Nru brotli-1.0.9/debian/compat brotli-1.0.9/debian/compat --- brotli-1.0.9/debian/compat 2021-01-10 23:34:15.000000000 +0000 +++ brotli-1.0.9/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru brotli-1.0.9/debian/control brotli-1.0.9/debian/control --- brotli-1.0.9/debian/control 2021-01-10 23:34:15.000000000 +0000 +++ brotli-1.0.9/debian/control 2022-12-13 00:09:20.000000000 +0000 @@ -4,14 +4,14 @@ Section: python Priority: optional Build-Depends: cmake, - debhelper (>= 10), -# debhelper-compat (>= 10), +# debhelper (>= 12), + debhelper-compat (=12), dh-python , libpython3-all-dev , python3-all-dev:any , python3-setuptools , python3:any -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian/brotli Vcs-Git: https://salsa.debian.org/debian/brotli.git Homepage: https://github.com/google/brotli diff -Nru brotli-1.0.9/debian/rules brotli-1.0.9/debian/rules --- brotli-1.0.9/debian/rules 2021-01-10 23:34:15.000000000 +0000 +++ brotli-1.0.9/debian/rules 2022-12-13 00:09:20.000000000 +0000 @@ -8,7 +8,7 @@ ifeq (,$(filter nopython,$(DEB_BUILD_PROFILES))) %: - dh $@ --buildsystem=pybuild --with=python3 + dh $@ --parallel --buildsystem=pybuild --with=python3 override_dh_auto_configure: dh_auto_configure @@ -41,3 +41,4 @@ # drop "-static" part from static libs debian/rename-static-libs.sh dh_install +