Lintian Fixes - globus-gsi-proxy-core

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 383fca0..6f69303 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+globus-gsi-proxy-core (9.8-3) UNRELEASED; urgency=medium
+
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 30 Oct 2022 21:02:37 -0000
+
 globus-gsi-proxy-core (9.8-2) unstable; urgency=medium
 
   * Make doxygen Build-Depends-Indep
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 61be512..7ee9609 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: globus-gsi-proxy-core
 Priority: optional
 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
 Build-Depends:
- debhelper (>= 13),
+ debhelper-compat (= 13),
  pkg-config,
  libglobus-common-dev (>= 15),
  libglobus-openssl-module-dev (>= 3),
@@ -14,7 +14,7 @@ Build-Depends:
  libssl-dev
 Build-Depends-Indep:
  doxygen
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Section: net
 Vcs-Browser: https://salsa.debian.org/ellert/globus-gsi-proxy-core
 Vcs-Git: https://salsa.debian.org/ellert/globus-gsi-proxy-core.git
diff --git a/debian/rules b/debian/rules
index 4b46b26..8804e76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 name = globus-gsi-proxy-core
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
 
 INSTALLDIR = debian/tmp
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d2afb84
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/gridcf/gct/issues
+Bug-Submit: https://github.com/gridcf/gct/issues/new
+Repository-Browse: https://github.com/gridcf/gct

Run locally

More details

Full run details

Historical runs