Lintian Fixes - astromenace

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 2d49b65..b06f66a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
 Uploaders: Boris Pek <tehnick@debian.org>
 Standards-Version: 4.1.3
 Build-Depends: cmake,
-               debhelper (>= 12~),
+               debhelper-compat (= 13),
                imagemagick,
                libalut-dev,
                libfontconfig1-dev,
diff --git a/debian/rules b/debian/rules
index 925f0ce..0715b54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@ DEBIAN_PATH  := $(abspath $(dir $(firstword $(MAKEFILE_LIST))))
 USCAN_REPORT = $(shell uscan --noconf --report --dehs $(DEBIAN_PATH))
 CUR_VER = $(shell echo "$(USCAN_REPORT)" | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
 CUR_URL = $(shell echo "$(USCAN_REPORT)" | sed -n 's/.*<upstream-url>\(.*\)<\/upstream-url>.*/\1/p')
-
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 67003ed..8148f46 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,5 @@
-Name: AstroMenace
-Contact: Michael Kurinnoy <viewizard@viewizard.com>
+Archive: SourceForge
+Bug-Database: https://github.com/viewizard/astromenace/issues
 Security-Contact: Michael Kurinnoy <viewizard@viewizard.com>
 Repository: https://github.com/viewizard/astromenace.git
 Repository-Browse: https://github.com/viewizard/astromenace

Run locally

More details

Full run details

Historical runs