From 7e9b278299b11d159c84f9e424de37ab18cb91f9 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 15 Mar 2025 20:18:17 +0100 Subject: Stop setting the build system explicitly It is no longer necessary as upstream has removed the build system based on autotools and only supports the Meson based one. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ec481eae..f222c09b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: - dh $@ --with ppp --without autoreconf --buildsystem=meson + dh $@ --with ppp override_dh_auto_configure: dh_auto_configure -- \ -- cgit 1.3.0-6-gf8a5