Merge pull request #132 from debian-janitor/lintian-fixes

Fix some issues reported by lintian
This commit is contained in:
Konstantinos Margaritis 2022-09-28 18:28:20 +03:00 committed by GitHub
commit 4f48c7b7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,12 @@
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 <janitor@jelmer.uk> Fri, 16 Sep 2022 09:27:31 -0000
vectorscan (5.4.8-2) unstable; urgency=medium
* Remove constraints unnecessary since buster (oldstable):
@ -7,7 +16,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 <markos@debian.org> Tue, 13 Sep 2022 16:38:56 +0300

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: vectorscan
Priority: optional
Maintainer: Konstantinos Margaritis <markos@debian.org>
Build-Depends: cmake,
debhelper-compat (= 12),
debhelper-compat (= 13),
libboost-dev,
libpcap-dev,
pkg-config,

3
debian/rules vendored
View File

@ -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