From cf5f6e631af39d2875ab7a013ed22d5e086725b7 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Mon, 20 Nov 2023 16:40:25 +0200 Subject: [PATCH] New upstream release 5.4.11 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70af1e4c..b68a4a9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vectorscan (5.4.11-1) unstable; urgency=medium + + * New upstream release + + -- Konstantinos Margaritis Mon, 20 Nov 2023 14:19:40 +0200 + vectorscan (5.4.10.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index a8ccffa6..4992c065 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ - -DBUILD_STATIC_AND_SHARED=1 \ + -DBUILD_STATIC_LIBS=On -DBUILD_SHARED_LIBS=On \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ ${DEB_CMAKE_FLAGS}