]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump debhelper from old 12 to 13. 132/head
authorDebian Janitor <janitor@jelmer.uk>
Fri, 16 Sep 2022 09:27:41 +0000 (09:27 +0000)
committerDebian Janitor <janitor@jelmer.uk>
Fri, 16 Sep 2022 09:27:41 +0000 (09:27 +0000)
+ 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
debian/control
debian/rules

index 9b31a52fa5797f18ced7410071c38d918e3f08ed..ca3d34100a92c75f7d5b765798a6b8d13cea654f 100644 (file)
@@ -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 <janitor@jelmer.uk>  Fri, 16 Sep 2022 09:27:31 -0000
 
index f0fc6ea62ca349212de041cfa03a7cdd0d232a18..a64f8009bf50aa6a533610ddf8c71edc490bdaf0 100644 (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,
index 98c419e77d665a8641a605752ca96655cc56cbc2..731153e7c12865c23943d681486edc799baa0600 100755 (executable)
@@ -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