From: Simon McVittie Date: Sun, 11 Feb 2024 13:56:26 +0000 (+0000) Subject: Build-depend on dh-sequence-gir instead of using --with X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8088cf5e675936b473f99e7fcd63f8d20221b40b;p=ostree.git Build-depend on dh-sequence-gir instead of using --with --- diff --git a/debian/control b/debian/control index 1cd3168a..f87a2fa0 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: cpio, debhelper (>= 13.11.6~), debhelper-compat (= 13), + dh-sequence-gir, docbook-xml , docbook-xsl , libext2fs-dev, diff --git a/debian/rules b/debian/rules index e465d720..7b44042d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all binaries := $(shell dh_listpackages) %: - dh $@ --with=gir + dh $@ override_dh_autoreconf: mkdir -p debian/tmp-path