Lintian Fixes - libnfs

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 3d398dc..1ee1f08 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Ritesh Raj Sarraf <rrs@debian.org>,
 Uploaders: Chrysostomos Nanakos <cnanakos@debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 8.1.3~),
-               dh-autoreconf,
+Build-Depends: debhelper-compat (= 13),
                libpopt-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://salsa.debian.org/debian/libnfs
diff --git a/debian/rules b/debian/rules
index 4f1c8ee..35542a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 CFLAGS=$(DEB_CFLAGS)
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_build_arch:
 	dh_build_arch
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 16d4393..8a12e9b 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,3 @@
 # Only Build-Depends on debhelper (>= 8.1.3~) is needed, so ignore this.
-libnfs source: package-needs-versioned-debhelper-build-depends 9
+libnfs source: no-versioned-debhelper-prerequisite 9
 libnfs source: license-problem-non-free-RFC nfs4/*
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..950da66
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/sahlberg/libnfs/issues
+Bug-Submit: https://github.com/sahlberg/libnfs/issues/new
+Repository-Browse: https://github.com/sahlberg/libnfs

Run locally

More details

Full run details

Historical runs