Lintian Fixes - gsw

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a954e8f..b171cef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gsw (3.6.17-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Strip unusual field spacing from debian/control.
+  * Fix broken Vcs URL.
+  * Fix day-of-week for changelog entry 3.0.2-1.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Jun 2023 15:48:51 -0000
+
 gsw (3.6.17-1) unstable; urgency=medium
 
   * New upstream release
@@ -82,7 +91,7 @@ gsw (3.1.1-1) experimental; urgency=medium
 gsw (3.0.6-1) experimental; urgency=medium
 
   * New upstream release.
-  * Change Vcs-Git to standard anonscm form 
+  * Change Vcs-Git to standard anonscm form
   * DH_COMPAT=10
   * Standards-Version: 3.9.8. No changes required
 
@@ -92,7 +101,7 @@ gsw (3.0.3-2) unstable; urgency=medium
 
   * Move to Standards-VersioN: 3.9.6
   * Add new redirect-based watch file.
-  * Add Vcs-Git: debian-science to debian/control 
+  * Add Vcs-Git: debian-science to debian/control
   * Add dh-python to build-depends
 
  -- Alastair McKinstry <mckinstry@debian.org>  Sun, 21 Jun 2015 14:56:37 +0100
@@ -109,23 +118,23 @@ gsw (3.0.3-1) unstable; urgency=medium
 
 gsw (3.0.2-2) unstable; urgency=low
 
-  * Need to B-D on python-numpy, python3-numpy. Closes: #718136. 
+  * Need to B-D on python-numpy, python3-numpy. Closes: #718136.
 
  -- Alastair McKinstry <mckinstry@debian.org>  Sun, 28 Jul 2013 18:05:08 +0100
 
 gsw (3.0.2-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
   * Move to DH 9.
 
- -- Alastair McKinstry <mckinstry@debian.org>  Fri, 18 Jul 2013 07:26:49 +0100
+ -- Alastair McKinstry <mckinstry@debian.org>  Thu, 18 Jul 2013 07:26:49 +0100
 
 gsw (3.0.1-3) unstable; urgency=low
 
   * Setuptools/distuils causes dpkg to break on upgrade;
     - patch to remove setuptools from setup.py
     - Delete a symlink in python-gsw.preinst to allow upgrades.
-      Closes: #709959. 
+      Closes: #709959.
   * Add X-Python-Version, X-Python3-Version to debian/control.
 
  -- Alastair McKinstry <mckinstry@debian.org>  Wed, 29 May 2013 13:39:32 +0100
diff --git a/debian/control b/debian/control
index 43124fc..78fbccf 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends: debhelper-compat (= 13),
  python3-numpy,
  python3-setuptools
 Standards-Version: 4.6.2
-Homepage:  https://pypi.python.org/pypi/gsw/
+Homepage: https://pypi.python.org/pypi/gsw/
 Vcs-Browser: https://salsa.debian.org:/science-team/gsw.git
-Vcs-Git: https://salsa.debian.org:/science-team/gsw.git -b debian/latest
+Vcs-Git: https://salsa.debian.org/science-team/gsw.git -b debian/latest
 
 Package: python3-gsw
 Architecture: any
@@ -26,4 +26,3 @@ Description: Python 3 implementation of the Thermodynamic Equation of Seawater
  seawater and ice properties in marine science.
  .
  For further information, see http://www.teos-10.org/
-
diff --git a/debian/rules b/debian/rules
index eb7a43e..03cf616 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	# dh_auto_clean avoid bug where this calls python, not python3
-	python3 setup.py clean 
+	python3 setup.py clean
 	rm -fr gsw.egg-info
 	rm -fr build __pycache__
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package python3-gsw

No differences were encountered between the control files of package python3-gsw-dbgsym

Run locally

More details

Full run details