Lintian Fixes - robustirc-bridge

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index fac1743..b04d15b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: net
 Priority: optional
 Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
 Uploaders: Michael Stapelberg <stapelberg@debian.org>
-Build-Depends: debhelper (>= 11), golang-go, dh-golang, golang-sorcix-irc-dev
+Build-Depends: debhelper-compat (= 13), golang-go, dh-golang, golang-sorcix-irc-dev
 Standards-Version: 4.2.1
-Homepage: http://robustirc.net/
+Homepage: https://robustirc.net/
 Vcs-Git: https://salsa.debian.org/debian/robustirc-bridge.git
 Vcs-Browser: https://salsa.debian.org/debian/robustirc-bridge
 XS-Go-Import-Path: github.com/robustirc/bridge
diff --git a/debian/golang-robustirc-bridge-dev.lintian-overrides b/debian/golang-robustirc-bridge-dev.lintian-overrides
deleted file mode 100644
index 27cb577..0000000
--- a/debian/golang-robustirc-bridge-dev.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# There is no upstream changelog.
-golang-robustirc-bridge-dev: no-upstream-changelog
diff --git a/debian/robustirc-bridge.lintian-overrides b/debian/robustirc-bridge.lintian-overrides
deleted file mode 100644
index 0b10620..0000000
--- a/debian/robustirc-bridge.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# There is no upstream changelog.
-robustirc-bridge: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
index fca578a..f0632c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DH_VERBOSE=1
 
 
 override_dh_installinit:
-	dh_installinit --no-restart-on-upgrade
+	dh_installinit --no-stop-on-upgrade
 
 %:
 	dh $@ --buildsystem=golang --with=golang
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..da5ef64
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/robustirc/bridge/issues
+Bug-Submit: https://github.com/robustirc/bridge/issues/new
+Repository-Browse: https://github.com/robustirc/bridge

Run locally

More details

Full run details

Historical runs