Lintian Fixes - xplot-xplot.org

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 7776c80..aea641a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xplot-xplot.org (0.90.7.1-5) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper dependency to >= 9, since that's what is used in
+    debian/compat.
+  * Bump debhelper from deprecated 9 to 10.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Sep 2022 09:04:17 -0000
+
 xplot-xplot.org (0.90.7.1-4) unstable; urgency=medium
 
   * Update Vcs URLs to reflect the alioth -> gitlab migration
@@ -22,7 +31,7 @@ xplot-xplot.org (0.90.7.1-3) unstable; urgency=medium
 
 xplot-xplot.org (0.90.7.1-2) unstable; urgency=low
 
-  * Fix usage of quilt by importing /usr/share/quilt/quilt.make 
+  * Fix usage of quilt by importing /usr/share/quilt/quilt.make
     (Closes: #538569)
   * Update standards compliance version (no changes needed)
   * Remove call to deprecated dh_clean -k in debian/rules
@@ -35,4 +44,3 @@ xplot-xplot.org (0.90.7.1-1) unstable; urgency=low
   * Initial release. (Closes: #502482)
 
  -- Noah Meyerhans <noahm@debian.org>  Thu, 16 Oct 2008 09:23:51 -0400
-
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index fbde3b5..4d40345 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xplot-xplot.org
 Section: science
 Priority: optional
 Maintainer: Noah Meyerhans <noahm@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libx11-dev, quilt
+Build-Depends: debhelper (>= 10~), autotools-dev, libx11-dev, quilt
 Standards-Version: 4.2.1
 Homepage: http://www.xplot.org/
 Vcs-Git: https://salsa.debian.org/debian/xplot-xplot.org.git
@@ -16,4 +16,3 @@ Description: fast tool to graph and visualize lots of data
  parallel plots.  It supports easy zoom-in and zoom-out capabilities, and
  synchronized views into multiple data sets (with the -x, -y, and -tile
  options).
-
diff --git a/debian/rules b/debian/rules
index ee608fc..be86391 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ clean:
 	-rm -rf .pc
 	rm -f config.sub config.guess config.status Makefile
 
-	dh_clean 
+	dh_clean
 
 install: build-stamp
 	dh_testdir
@@ -69,7 +69,7 @@ binary-indep: build-stamp install
 binary-arch: install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 	dh_installman

Run locally

More details

Full run details