diff options
| author | Michael Biebl <biebl@debian.org> | 2025-03-15 20:18:17 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-03-15 20:39:04 +0100 |
| commit | 7e9b278299b11d159c84f9e424de37ab18cb91f9 (patch) | |
| tree | eea91d9a0917527b429efc4db86f768ca31e64f2 | |
| parent | a2229ed6e3aa132270ad127489ed427f5fcff86c (diff) | |
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.
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- \ |