Lintian Fixes - globjects

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index 84fc41b..377eb63 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: globjects
 Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
 Section: libs
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: cmake (>= 3.0),
                debhelper (>= 10),
@@ -11,8 +10,8 @@ Build-Depends: cmake (>= 3.0),
                libglm-dev
 Build-Depends-Indep: doxygen <!nodoc>
 Standards-Version: 4.0.0
-Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/globjects.git
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/globjects.git
+Vcs-Browser: https://salsa.debian.org/science-team/globjects
+Vcs-Git: https://salsa.debian.org/science-team/globjects.git
 Homepage: https://github.com/cginternals/globjects
 
 Package: libglobjects1
diff --git a/debian/rules b/debian/rules
index 9f530e7..3f08f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# Possible overlinkage in the library.
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 BUILD_OPTIONS = -DBUILD_SHARED_LIBS=ON \
 		-DOPTION_SELF_CONTAINED=OFF \
 		-DOPTION_BUILD_EXAMPLES=OFF \
diff --git a/debian/tests/globjects-tests b/debian/tests/globjects-tests
index b7e3c66..9f7f882 100755
--- a/debian/tests/globjects-tests
+++ b/debian/tests/globjects-tests
@@ -5,11 +5,11 @@
 
 set -e
 
-# Presence of $ADTTMP implies that someone will handle cleanup for us, so we
+# Presence of $AUTOPKGTEST_TMP implies that someone will handle cleanup for us, so we
 # can avoid duplicating the effort (signal handling, etc.) here.
-if [ -z "$ADTTMP" ]
+if [ -z "$AUTOPKGTEST_TMP" ]
 then
-	echo "Required envvar \"$ADTTMP\"is not set" >&2
+	echo "Required envvar \"$AUTOPKGTEST_TMP\"is not set" >&2
 	exit 1
 fi
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a2a5987
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/cginternals/globjects/issues
+Bug-Submit: https://github.com/cginternals/globjects/issues/new
+Repository: https://github.com/cginternals/globjects.git
+Repository-Browse: https://github.com/cginternals/globjects

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package globjects-doc

No differences were encountered between the control files of package libglobjects-dev

No differences were encountered between the control files of package libglobjects1

No differences were encountered between the control files of package libglobjects1-dbgsym

Run locally

More details

Full run details