From 0d19e1ebf7ac20148430da51a1b71b02d8cb5392 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 28 Jun 2023 15:36:56 +0200 Subject: [PATCH] debian/rules: use --disable-static The static library causes lintian errors, remove it for now. E: sispmctl: incorrect-libdir-in-la-file usr/lib/x86_64-linux-gnu/libsispmctl.la (line 41) usr/lib/ != usr/lib/x86_64-linux-gnu/ E: sispmctl: non-empty-dependency_libs-in-la-file usr/lib/x86_64-linux-gnu/libsispmctl.la (line 20) -lusb Signed-off-by: Oliver Smith --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ebf91af..97c0e5c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ # We don't install the webserver at the moment. If somebody adds it, please # split it into a subpackage. override_dh_auto_configure: - dh_auto_configure -- --enable-webless + dh_auto_configure -- --enable-webless --disable-static