Lintian Fixes - opensm

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/control b/debian/control
index ff7d558c..a7f8bbf6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
 Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
 Uploaders: Mehdi Dogguy <mehdi@debian.org>
 Build-Depends: bison,
-               debhelper-compat (= 12),
+               debhelper-compat (= 13),
                dpkg-dev (>= 1.13.19),
                flex,
                libibumad-dev (>= 1.3.7),
                libwrap0-dev,
                pkg-config
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/hpc-team/opensm.git
 Vcs-Browser: https://salsa.debian.org/hpc-team/opensm
diff --git a/debian/opensm.postinst b/debian/opensm.postinst
deleted file mode 100644
index c1fc8b91..00000000
--- a/debian/opensm.postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
diff --git a/debian/opensm.postrm b/debian/opensm.postrm
deleted file mode 100644
index c1fc8b91..00000000
--- a/debian/opensm.postrm
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
diff --git a/debian/rules b/debian/rules
index e4357a1e..8c2a52bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_missing:
 	rm -f debian/tmp/usr/lib/*/*.la
 	# Use our opensm initd script
 	rm -f debian/tmp/etc/init.d/opensmd
-	dh_missing --fail-missing
+	dh_missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..0f6516d1
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/linux-rdma/opensm/issues
+Bug-Submit: https://github.com/linux-rdma/opensm/issues/new
+Repository-Browse: https://github.com/linux-rdma/opensm
diff --git a/debian/watch b/debian/watch
index fc0f17ee..0ec091c6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/linux-rdma/opensm/releases (?:.*?/)?opensm-(\d[\d.]*)\.tar\.(?:gz|bz2|xz)

Run locally

More details

Full run details

Historical runs