From 799ec1caaea58d9a7866c117ea88fd91472ccef7 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Tue, 5 Sep 2017 12:38:30 +0000 Subject: [PATCH] Don't manually enable the autoreconf sequence anymore: snce compatibility level 10, debhelper does it for us. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e021eed..9fcab82 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PACKAGE = backupninja TMP = $(CURDIR)/debian/$(PACKAGE) %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- GitLab