Lintian Fixes - ga

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a08e6d1..67f013a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ga (5.8.1-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Use secure URI in Homepage field.
+  * Set field Upstream-Name in debian/copyright.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 08 Mar 2022 00:45:31 -0000
+
 ga (5.8.1-5) unstable; urgency=medium
 
   * Team upload.
@@ -85,7 +98,7 @@ ga (5.7.2-2) unstable; urgency=medium
 ga (5.7.2-1) unstable; urgency=medium
 
   * New upstream point release.
-  * debian/patches/testsuite_log_compiler.patch: Use shell directive. 
+  * debian/patches/testsuite_log_compiler.patch: Use shell directive.
   * debian/patches/ga_diag_seq.patch: Removed, included upstream.
   * debian/patches/fix_MPI_errhandler_f1ea520.patch: Likewise.
 
@@ -197,7 +210,7 @@ ga (5.4~beta~r10636+dfsg-4) unstable; urgency=medium
 
 ga (5.4~beta~r10636+dfsg-3) unstable; urgency=medium
 
-  * debian/control: Renamed package libga-dev to libglobalarrays-dev 
+  * debian/control: Renamed package libga-dev to libglobalarrays-dev
     (Closes: 843141).
   * debian/control: Break and Replace previous libga-dev revisions.
   * debian/libga-dev.install: Renamed to ...
diff --git a/debian/control b/debian/control
index d415617..a05af7c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
                libopenmpi-dev, libmpich-dev,
                openssh-client
 Standards-Version: 4.6.0
-Homepage: http://hpc.pnl.gov/globalarrays/
+Homepage: https://hpc.pnl.gov/globalarrays/
 Vcs-Browser: https://salsa.debian.org/debichem-team/ga
 Vcs-Git: https://salsa.debian.org/debichem-team/ga.git
 
@@ -36,7 +36,7 @@ Description: Distributed Shared-Memory Programming Environment (development)
  .
  ComEx (Communication Runtime for Extreme Scale) provides vector and strided
  interfaces to optimize performance of remote memory copy operations for
- non-contiguous data.  
+ non-contiguous data.
  .
  DRA (Disk Resident Arrays) is a parallel I/O library that maintains dense 2-dim
  arrays on disk.
diff --git a/debian/copyright b/debian/copyright
index 16eae1e..286dfdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://hpc.pnl.gov/globalarrays/index.shtml
+Upstream-Name: Global Arrays
 
 Files: *
 Copyright: 2006 Battelle Memorial Institute
diff --git a/debian/rules b/debian/rules
index fa88b70..f644ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 include /usr/share/mpi-default-dev/debian_defaults
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_clean:
 	dh_clean
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index dd618fb..4a8f2b5 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,5 @@
-Name: Global Arrays
+Bug-Database: https://github.com/GlobalArrays/ga/issues
+Bug-Submit: https://github.com/GlobalArrays/ga/issues/new
 Repository: https://github.com/GlobalArrays/ga.git
 Repository-Browse: https://github.com/GlobalArrays/ga
 Other-References: http://hpc.pnl.gov/globalarrays/index.shtml

Run locally

More details

Full run details