Lintian Fixes - openms

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 34741334..d3366544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openms (2.6.0+cleaned1-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 12 to 13.
+  * Update renamed lintian tag names in lintian overrides.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 25 Feb 2023 17:47:50 -0000
+
 openms (2.6.0+cleaned1-3) unstable; urgency=medium
 
   * Team upload.
@@ -19,12 +28,12 @@ openms (2.6.0+cleaned1-2) unstable; urgency=low
 
 openms (2.6.0+cleaned1-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
 
   * d/copyright: whole project revision, many files added.
-  
+
   * Fix bug (Closes: #975588), required specifying libboost packages with
-    version:  libboost1.74-dev, libboost-iostreams1.74-dev, 
+    version:  libboost1.74-dev, libboost-iostreams1.74-dev,
     libboost-date-time1.74-dev, libboost-math1.74-dev.
 
  -- Filippo Rusconi <lopippo@debian.org>  Tue, 15 Dec 2020 14:29:00 +0100
@@ -38,8 +47,8 @@ openms (2.5.0+cleaned1-5) unstable; urgency=low
 
 openms (2.5.0+cleaned1-4) unstable; urgency=low
 
-  * Fix the stable->sid upgrade problem (Breaks+Replaces bug ; Closes:#962832 ; 
-    thanks to Andreas Beckmann <anbe@debian.org>) for reporting the 
+  * Fix the stable->sid upgrade problem (Breaks+Replaces bug ; Closes:#962832 ;
+    thanks to Andreas Beckmann <anbe@debian.org>) for reporting the
     piuparts-detected failure.
 
  -- Filippo Rusconi <lopippo@debian.org>  Mon, 15 Jun 2020 09:57:32 +0200
diff --git a/debian/control b/debian/control
index 3747060c..4ecbee1e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: science
 Priority: optional
 Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
 Uploaders: Filippo Rusconi <lopippo@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
  dh-exec (>= 0.3),
  dpkg-dev (>= 1.19.7),
  cmake (>= 3.1.2),
  libxerces-c-dev (>= 3.2.2),
  libeigen3-dev,
- libwildmagic-dev (>=5.17),
+ libwildmagic-dev (>= 5.17),
  libboost1.74-dev,
  libboost-iostreams1.74-dev,
  libboost-date-time1.74-dev,
@@ -38,7 +38,7 @@ Build-Depends: debhelper-compat (= 12),
  tex-gyre,
  ghostscript,
  texlive-fonts-recommended
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: http://www.openms.de
 Vcs-Browser: https://salsa.debian.org/debichem-team/openms
 Vcs-Git: https://salsa.debian.org/debichem-team/openms.git
diff --git a/debian/libopenms2.6.0.lintian-overrides b/debian/libopenms2.6.0.lintian-overrides
index 0c4d44d8..54961e1b 100644
--- a/debian/libopenms2.6.0.lintian-overrides
+++ b/debian/libopenms2.6.0.lintian-overrides
@@ -1,2 +1,2 @@
 spelling-error-in-binary
-shlib-calls-exit
+exit-in-shared-library
diff --git a/debian/rules b/debian/rules
index 4b63f581..a30b2673 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ override_dh_clean:
 
 override_dh_auto_configure:
 
-# -DHAS_XSERVER=OFF to let the doc building process that no 
+# -DHAS_XSERVER=OFF to let the doc building process that no
 #  XWindow server is available.
 	dh_auto_configure -- \
 		-DDEBIAN_BUILD=ON \
@@ -86,7 +86,7 @@ override_dh_auto_build:
 	# Build the libs and executable binaries
 	# Build the documentation, which needs a running XWindow server. We
 	# thus use the doc_minimal target.
-	# 
+	#
 	# ATTENTION, as of 20200514, the pdfLatex compilation fails with error
 	# ! LaTeX Error: Command `\Bbbk' already defined.
 	# This is why we commented out the doc_tutorials target below.
@@ -140,4 +140,3 @@ override_dh_auto_install:
 	VERBOSE=1 \
 		OPENMS_DATA_PATH=$(CURDIR)/share/OpenMS/ \
 		dh_auto_install
-

Run locally

More details

Full run details

Historical runs