Lintian Fixes - cfortran

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index aaa6cb4..bde6e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+cfortran (20210827-2) UNRELEASED; urgency=medium
+
+  * debian/copyright: use spaces rather than tabs to start continuation lines.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Fix field name case in debian/copyright (source ⇒ Source).
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Repository.
+  * Fix field name case in debian/copyright (comment ⇒ Comment).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 18:29:52 -0000
+
 cfortran (20210827-1) unstable; urgency=medium
 
   * Use nodoc profiles for examples
diff --git a/debian/control b/debian/control
index 41381fc..37d8f08 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Browser: https://salsa.debian.org/science-team/cfortran
 Homepage: https://github.com/bastien-roucaries/cfortran
 Build-Depends: debhelper-compat (= 13),
     gfortran <!nocheck>
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 
 Package: cfortran
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 2830846..abc5094 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: cfortran
-source: https://github.com/bastien-roucaries/cfortran
-comment:  The upstream version of cfortran does not state that it is licensed under the
+Source: https://github.com/bastien-roucaries/cfortran
+Comment: The upstream version of cfortran does not state that it is licensed under the
  LGPL; however, its author has made the following statement making it so.
  .
  -----
@@ -57,17 +57,17 @@ comment:  The upstream version of cfortran does not state that it is licensed un
  OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. THE AUTHOR IS NOT RESPONSIBLE
  FOR ANY SUPPORT OR SERVICE OF THE CFORTRAN.H PACKAGE.
  .
-					      Burkhard Burow
-					      burow@desy.de
+ 					      Burkhard Burow
+ 					      burow@desy.de
 
 Files: *
 Copyright: Copyright 1990-2003, Burkhard D Steinmacher-burow
-	   Copyright 2011, Bastien ROUCARIÈS <roucaries.bastien+cfortran@gmail.com>
+           Copyright 2011, Bastien ROUCARIÈS <roucaries.bastien+cfortran@gmail.com>
 License: LGPL-2+ or other-cfortran
 
 Files: debian/*
 Copyright: Copyright 2002-2009, Kevin McCarty <kmccarty@debian.org>
-	   Copyright 2009,2018 Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
+           Copyright 2009,2018 Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
 License: LGPL-2+
 
 License: LGPL-2+
diff --git a/debian/rules b/debian/rules
index da68371..b844b3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --includedir=/usr/include/cfortran/
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a037296
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/bastien-roucaries/cfortran/issues
+Bug-Submit: https://github.com/bastien-roucaries/cfortran/issues/new
+Repository: https://github.com/bastien-roucaries/cfortran.git
+Repository-Browse: https://github.com/bastien-roucaries/cfortran

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details