Lintian Fixes - websocketpp

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 144a22c..53ede6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+websocketpp (0.8.2-5) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Dec 2022 21:43:39 -0000
+
 websocketpp (0.8.2-4) unstable; urgency=medium
 
   * debian/patches/1024.patch:
diff --git a/debian/control b/debian/control
index 4161b26..f224eab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
 Build-Depends: cmake,
-               debhelper-compat (= 12),
+               debhelper-compat (= 13),
                libboost-chrono-dev,
                libboost-dev,
                libboost-random-dev,
@@ -14,7 +14,7 @@ Build-Depends: cmake,
                zlib1g-dev,
                scons
 Build-Depends-Indep: doxygen, ghostscript, texlive-font-utils
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://github.com/zaphoyd/websocketpp
 Vcs-Git: https://salsa.debian.org/debian/websocketpp.git
diff --git a/debian/rules b/debian/rules
index 229809f..2fe220f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,5 @@ override_dh_install:
 	dh_install -plibwebsocketpp-dev debian/tmp/usr/* usr
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test --no-parallel
 	BOOST_LIBS=/usr/lib/$(DEB_HOST_MULTIARCH) BOOST_INCLUDES=/usr/include/boost scons test
-endif

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libwebsocketpp-dev

No differences were encountered between the control files of package libwebsocketpp-doc

Run locally

More details

Full run details