mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
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
This commit is contained in:
parent
e9561a4408
commit
ccf3ffbf6d
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,9 @@
|
|||||||
vectorscan (5.4.8-3) UNRELEASED; urgency=medium
|
vectorscan (5.4.8-3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Trim trailing whitespace.
|
* 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
|
-- Debian Janitor <janitor@jelmer.uk> Fri, 16 Sep 2022 09:27:31 -0000
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: vectorscan
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Konstantinos Margaritis <markos@debian.org>
|
Maintainer: Konstantinos Margaritis <markos@debian.org>
|
||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 13),
|
||||||
libboost-dev,
|
libboost-dev,
|
||||||
libpcap-dev,
|
libpcap-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -14,6 +14,3 @@ override_dh_auto_configure:
|
|||||||
-DBUILD_STATIC_AND_SHARED=1 \
|
-DBUILD_STATIC_AND_SHARED=1 \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
${DEB_CMAKE_FLAGS}
|
${DEB_CMAKE_FLAGS}
|
||||||
|
|
||||||
override_dh_missing:
|
|
||||||
dh_missing --fail-missing
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user