Lintian Fixes - openfortivpn

Ready changes

Summary

  • debian/copyright: use spaces rather than tabs to start continuation lines. ( tab-in-license-text )
  • Drop unnecessary dependency on dh-autoreconf.
  • Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).

Lintian Result

Diff

diff --git a/debian/copyright b/debian/copyright
index adf0555..61691d9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ License: GPL-3+
 
 Files: debian/*
 Copyright: 2017-2018 Sandro Tosi <morph@debian.org>
-	   2018-2022 Daniel Echeverri <epsilon@debian.org>
+           2018-2022 Daniel Echeverri <epsilon@debian.org>
 License: GPL-3+
 
 License: GPL-3+
diff --git a/debian/rules b/debian/rules
index 0279b75..ec1be88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND  = -Wno-unused-function
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	aclocal
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index d799184..7351011 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 ---
-Name: openfortivpn
 Repository: https://github.com/adrienverge/openfortivpn.git
 Repository-Browse: https://github.com/adrienverge/openfortivpn
 Bug-Database: https://github.com/adrienverge/openfortivpn/issues

Run locally

More details

Full run details