Lintian Fixes - xmakemol

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 36f5dff..7c8ad66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,14 @@ xmakemol (5.16-11) UNRELEASED; urgency=medium
 
   * Remove constraints unnecessary since buster (oldstable):
     + Build-Depends: Drop versioned constraint on autotools-dev.
+  * Trim trailing whitespace.
+  * Drop use of autotools-dev debhelper.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 7 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Change priority extra to priority optional.
+  * Drop unnecessary dh arguments: --parallel
+  * Remove field Priority on binary package xmakemol-gl that duplicates source.
 
  -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Nov 2022 07:20:46 -0000
 
@@ -202,7 +210,7 @@ xmakemol (5.14-1) unstable; urgency=low
     upstream.
   * debian/patches/00list: Updated.
   * debian/rules: Make configure-stamp depend on patch-stamp instead
-    of build-stamp. 
+    of build-stamp.
 
  -- Michael Banck <mbanck@debian.org>  Sat,  8 Jan 2005 02:53:53 +0100
 
@@ -214,7 +222,7 @@ xmakemol (5.13-1) unstable; urgency=low
     lesstif2-dev; closes: #264204
   * debian/patches/01_bbox_compile_error.dpatch: New file, fixing a
     compile error when building without OpenGL
-  * debian/patches/00list: New file 
+  * debian/patches/00list: New file
   * debian/control (Build-Depends): Added dpatch
   * debian/rules: Add support for dpatch
 
@@ -223,8 +231,8 @@ xmakemol (5.13-1) unstable; urgency=low
 xmakemol (5.12-2) unstable; urgency=low
 
   * debian/rules (binary-arch): Include all examples from the examples/
-    directory. Thanks to Wolfram Quester. 
-  * debian/menu (needs, section): Quote the values. Thanks to Wolfram 
+    directory. Thanks to Wolfram Quester.
+  * debian/menu (needs, section): Quote the values. Thanks to Wolfram
     Quester.
   * debian/xmakemol-gl.menu (needs, section): Likewise.
 
@@ -259,13 +267,13 @@ xmakemol (5.09-1) unstable; urgency=low
 
   * New upstream release
   * debian/xmakemol.txt: Removed
-  * debian/docs, debian/xmakemol-gl.docs: Include xmakemol.txt 
+  * debian/docs, debian/xmakemol-gl.docs: Include xmakemol.txt
 
  -- Michael Banck <mbanck@debian.org>  Sat, 13 Sep 2003 21:57:16 +0200
 
 xmakemol (5.08-1) unstable; urgency=low
 
-  * The 'Oops, forgot about that one'-release 
+  * The 'Oops, forgot about that one'-release
   * New upstream release
   * debian/copyright: Updated author's email address
   * debian/README.debian: Updated maintainer's email address
@@ -282,7 +290,7 @@ xmakemol (5.06-1) unstable; urgency=low
 
   * New upstream release
   * Removed Emacs-variables from debian/changelog
-  * Bumped Standards-Version to 3.5.6.1 
+  * Bumped Standards-Version to 3.5.6.1
 
  -- Michael Banck <mbanck@debian.org>  Thu, 12 Sep 2002 18:55:08 +0200
 
@@ -296,7 +304,7 @@ xmakemol (5.04-1) unstable; urgency=low
 
   * New upstream release
   * Changed Maintainer email address
-  * Includes xmake_anim.pl (current CVS version) in /usr/bin now 
+  * Includes xmake_anim.pl (current CVS version) in /usr/bin now
     and therefore Suggests: imagemagick and gifsicle
 
  -- Michael Banck <mbanck@debian.org>  Mon, 27 May 2002 16:51:11 +0200
@@ -304,7 +312,7 @@ xmakemol (5.04-1) unstable; urgency=low
 xmakemol (5.03-2) unstable; urgency=low
 
   * xmolemol now Suggests: openbabel, which allows converting most
-    chemical file types into .xyz so xmakemol can display them 
+    chemical file types into .xyz so xmakemol can display them
 
  -- Michael Banck <mbanck@gmx.net>  Sun,  7 Apr 2002 11:27:21 +0200
 
@@ -326,13 +334,13 @@ xmakemol (5.02-1) unstable; urgency=low
   * New upstream release
   * xmakemol can now output .fig-files and therefore Suggests: transfig
   * Cleaned up debian/rules a bit
-  * Included html documentation from tarball 
+  * Included html documentation from tarball
 
  -- Michael Banck <mbanck@gmx.net>  Tue, 13 Nov 2001 01:06:18 +0100
 
 xmakemol (5.01-2) unstable; urgency=low
 
-  * Fixed long description in control file 
+  * Fixed long description in control file
 
  -- Michael Banck <mbanck@gmx.net>  Fri,  9 Nov 2001 18:27:29 +0100
 
@@ -344,4 +352,3 @@ xmakemol (5.01-1) unstable; urgency=low
     http://vegemite.chem.nottingham.ac.uk/~xmakemol/manual/xmakemol.html
 
  -- Michael Banck <mbanck@gmx.net>  Wed, 31 Oct 2001 20:18:07 +0100
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
index 021d1a6..e0bb767 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
 Uploaders: Michael Banck <mbanck@debian.org>
 Build-Depends: autotools-dev,
-               debhelper (>> 7.0.50~),
+               debhelper-compat (= 13),
                freeglut3-dev,
                libmotif-dev,
                libgl1-mesa-dev | libgl-dev,
@@ -13,7 +13,7 @@ Build-Depends: autotools-dev,
                libxpm-dev,
                libxt-dev
 Standards-Version: 3.9.6
-Homepage: http://www.nongnu.org/xmakemol/
+Homepage: https://www.nongnu.org/xmakemol/
 Vcs-Browser: https://salsa.debian.org/debichem-team/xmakemol
 Vcs-Git: https://salsa.debian.org/debichem-team/xmakemol.git
 
@@ -37,7 +37,6 @@ Description: program for visualizing atomic and molecular systems
 
 Package: xmakemol-gl
 Architecture: any
-Priority: extra
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: gifsicle, imagemagick, openbabel, transfig
 Conflicts: xmakemol
diff --git a/debian/rules b/debian/rules
index 38fd716..38e22c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export CXXFLAGS ?= $(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS  ?= $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@
 
 override_dh_auto_configure: normal/config.status opengl/config.status
 

Run locally

More details

Full run details

Historical runs