From e9561a4408cb62b10acafd9b352ea35df99e1029 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 16 Sep 2022 09:27:33 +0000 Subject: [PATCH 1/2] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aa865c01..9b31a52f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vectorscan (5.4.8-3) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Fri, 16 Sep 2022 09:27:31 -0000 + vectorscan (5.4.8-2) unstable; urgency=medium * Remove constraints unnecessary since buster (oldstable): @@ -7,7 +13,7 @@ vectorscan (5.4.8-2) unstable; urgency=medium vectorscan (5.4.8-1) unstable; urgency=medium - * New upstream release + * New upstream release -- Konstantinos Margaritis Tue, 13 Sep 2022 16:38:56 +0300 From ccf3ffbf6dd6abcf6ea8d28f29f7d6a37ebfef5a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 16 Sep 2022 09:27:41 +0000 Subject: [PATCH 2/2] Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 3 +++ debian/control | 2 +- debian/rules | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b31a52f..ca3d3410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ vectorscan (5.4.8-3) UNRELEASED; urgency=medium * Trim trailing whitespace. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. -- Debian Janitor Fri, 16 Sep 2022 09:27:31 -0000 diff --git a/debian/control b/debian/control index f0fc6ea6..a64f8009 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vectorscan Priority: optional Maintainer: Konstantinos Margaritis Build-Depends: cmake, - debhelper-compat (= 12), + debhelper-compat (= 13), libboost-dev, libpcap-dev, pkg-config, diff --git a/debian/rules b/debian/rules index 98c419e7..731153e7 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,3 @@ override_dh_auto_configure: -DBUILD_STATIC_AND_SHARED=1 \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ ${DEB_CMAKE_FLAGS} - -override_dh_missing: - dh_missing --fail-missing