Lintian Fixes - openhft-chronicle-queue

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0f853ff..5c02db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+openhft-chronicle-queue (3.6.0-3) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Remove unnecessary get-orig-source-target.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 17:50:32 -0000
+
 openhft-chronicle-queue (3.6.0-2) unstable; urgency=medium
 
   * Added the missing build dependency on junit4 (Closes: #866566)
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 84b9e66..2cf4f3f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg@apache.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
                default-jdk,
                junit4,
                libcommons-lang3-java,
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10),
                maven-debian-helper (>= 1.5),
                zip
 Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-queue.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-queue.git
+Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-queue.git
+Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-queue
 Homepage: https://github.com/OpenHFT/Chronicle-Queue
 
 Package: libopenhft-chronicle-queue-java
diff --git a/debian/copyright b/debian/copyright
index a02adc5..2065fa4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: OpenHFT Chronicle Queue
 Source: https://github.com/OpenHFT/Chronicle-Queue
 Files-Excluded: *.jar
diff --git a/debian/rules b/debian/rules
index 430435f..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --repack --compression xz
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6f7306e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/OpenHFT/Chronicle-Queue/issues
+Bug-Submit: https://github.com/OpenHFT/Chronicle-Queue/issues/new
+Repository: https://github.com/OpenHFT/Chronicle-Queue.git
+Repository-Browse: https://github.com/OpenHFT/Chronicle-Queue
diff --git a/debian/watch b/debian/watch
index e6c36e3..6acf0c4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/OpenHFT/Chronicle-Queue/tags .*/chronicle-(?:queue-)?([\d\.]+).tar.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details