Lintian Fixes - projectreactor

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 51c6ca3..f1da22e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,23 @@
+projectreactor (2.0.8-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Remove unnecessary get-orig-source-target.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 21 May 2023 10:36:35 -0000
+
 projectreactor (2.0.8-1) unstable; urgency=medium
 
   * New upstream release
     - Refreshed the patches
     - Build the new reactor-bus and reactor-stream modules
-    - Depend on libjsonpath-java (>= 2.0) 
+    - Depend on libjsonpath-java (>= 2.0)
     - Depend on libnetty-java (>= 1:4.0.40)
     - Depend on libopenhft-chronicle-queue-java (>= 3.6.0)
     - New dependency on libreactive-streams-java
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 974b739..ac8b60f 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 (>= 9),
+Build-Depends: debhelper-compat (= 13),
                default-jdk,
                gradle-debian-helper (>= 1.3~),
                gradle-propdeps-plugin,
@@ -20,9 +20,9 @@ Build-Depends: debhelper (>= 9),
                libsnappy-java,
                maven-repo-helper
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/projectreactor.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/projectreactor.git
-Homepage: http://projectreactor.io
+Vcs-Git: https://salsa.debian.org/java-team/projectreactor.git
+Vcs-Browser: https://salsa.debian.org/java-team/projectreactor
+Homepage: https://projectreactor.io
 
 Package: libreactor-core-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 513c8f5..3a74e55 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: Project Reactor
 Source: https://github.com/reactor/reactor
 Files-Excluded: gradle/wrapper
diff --git a/debian/rules b/debian/rules
index 9ee7182..c2a4d58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,3 @@
 
 override_dh_auto_build:
 	dh_auto_build -- :reactor-core:install :reactor-net:install :reactor-bus:install :reactor-stream:install -x javadoc
-
-get-orig-source:
-	uscan --download-current-version --rename --force-download
diff --git a/debian/watch b/debian/watch
index 0796acb..abbf58d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/reactor/reactor/tags .*/v?([\d\.]+).RELEASE.tar.gz

Run locally

More details

Full run details

Historical runs