From 8088cf5e675936b473f99e7fcd63f8d20221b40b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 11 Feb 2024 13:56:26 +0000 Subject: [PATCH] Build-depend on dh-sequence-gir instead of using --with --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2