Lintian Fixes - sketch

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 5fb2a8d..9a72900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ sketch (1:0.3.7-13) UNRELEASED; urgency=medium
     + Build-Depends-Indep: Drop versioned constraint on texlive-pstricks.
     + sketch-doc: Drop versioned constraint on sketch in Replaces.
     + sketch-doc: Drop versioned constraint on sketch in Breaks.
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Use canonical URL in Vcs-Browser.
 
  -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Mar 2022 06:04:45 -0000
 
@@ -99,12 +103,12 @@ sketch (1:0.3.7-1) unstable; urgency=low
   * New upstream release
     - new builtin functions asin and acos
   * Bump Standards-Version to 3.9.3, no changes.
-  
+
  -- David Bremner <bremner@debian.org>  Mon, 05 Mar 2012 10:08:32 -0400
 
 sketch (1:0.3.2-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
     - Allow passing 3D points into specials
 
  -- David Bremner <bremner@debian.org>  Sun, 20 Feb 2011 09:07:58 -0400
@@ -145,7 +149,7 @@ sketch (1:0.2.161-1) unstable; urgency=low
  -- David Bremner <bremner@unb.ca>  Sat, 09 Jan 2010 18:39:58 -0400
 
 sketch (1:0.2.160-1) unstable; urgency=low
-  
+
   * New upstream release
   * Move packaging to topgit (Closes: 485363).
   * Upgrade standards version to 3.8.1: add README.source
@@ -165,7 +169,7 @@ sketch (1:0.2.89-1) unstable; urgency=low
 sketch (1:0.2.75-1) unstable; urgency=low
 
   *  New upstream release
-  *  Upstream now contains improved patch for extent initialization, 
+  *  Upstream now contains improved patch for extent initialization,
      removing debian specific patch.
 
  -- David Bremner <bremner@unb.ca>  Tue, 22 Apr 2008 07:21:31 +0200
@@ -211,8 +215,8 @@ sketch (1:0.2.27-3) unstable; urgency=low
 
 sketch (0.2.27-2) unstable; urgency=low
 
-  * Updated short and long description. 
-  * Added GPL header to debian/copyright. 
+  * Updated short and long description.
+  * Added GPL header to debian/copyright.
   * Removed autogenerated files from .diff.gz
   * Eliminated xlstproc warnings for manpage
 
@@ -220,7 +224,6 @@ sketch (0.2.27-2) unstable; urgency=low
 
 sketch (0.2.27-1) unstable; urgency=low
 
-  * Initial release (Closes: #440914 ITP) 
+  * Initial release (Closes: #440914 ITP)
 
  -- David Bremner <bremner@unb.ca>  Wed, 05 Sep 2007 11:23:38 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 91cdd81..6e18fa5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: David Bremner <bremner@debian.org>
 Build-Depends: bison,
-               debhelper (>= 10),
+               debhelper-compat (= 13),
                docbook-xml,
                docbook-xsl,
                flex,
@@ -21,7 +21,7 @@ Build-Depends-Indep: ghostscript,
 Homepage: http://www.frontiernet.net/~eugene.ressler
 Standards-Version: 4.0.1
 Vcs-Git: https://salsa.debian.org/science-team/sketch.git
-Vcs-Browser: https://salsa.debian.org/science-team/sketch.git
+Vcs-Browser: https://salsa.debian.org/science-team/sketch
 
 Package: sketch
 Architecture: any
diff --git a/debian/rules b/debian/rules
index b7d8e74..2e8a41e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ else
 	CFLAGS += -O2
 endif
 
-%: 
+%:
 	dh $@
 
 override_dh_auto_configure:
@@ -37,7 +37,7 @@ PATCH_EXPORT_SCRIPT=/usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
 
 .PHONY: export-patches
 
-export-patches: 
+export-patches:
 	[ ! -r debian/patches ] || \
 	grep "^\#.*$(notdir $(PATCH_EXPORT_SCRIPT))" debian/patches/series
 	rm -rf debian/patches

Debdiff

Debdiff is too long (more than 200 lines). Download the raw debdiff.

Run locally

More details

Full run details