From 9b0cad3b28c91a61b83c71304749a941d578c4f7 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Thu, 22 Apr 2021 11:57:07 +0200
Subject: [PATCH] Drop build-dep on dh-autoreconf, enabled by compat 10

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 140d279..02ced87 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends:
  autotools-dev,
  debhelper (>= 9),
  dh-apparmor,
- dh-autoreconf,
  gobject-introspection,
  hotdoc-0.8 (>= 0.8),
  hotdoc-c-extension-0.8,
diff --git a/debian/rules b/debian/rules
index 169cf92..28c0135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with autoreconf,gir --parallel
+	dh $@ --with gir --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure \
-- 
GitLab