Lintian Fixes - powermock

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 5f4ff73..06604e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+powermock (1.6.6-2) 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.
+  * 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 19:32:34 -0000
+
 powermock (1.6.6-1) unstable; urgency=medium
 
   * New upstream release
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 fbab621..a577ea5 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), default-jdk, maven-debian-helper (>= 2.0)
+Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.0)
 Build-Depends-Indep: ant,
                      junit (>= 3.8.1),
                      junit4,
@@ -18,8 +18,8 @@ Build-Depends-Indep: ant,
                      libxstream-java,
                      testng
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/powermock.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/powermock.git
+Vcs-Git: https://salsa.debian.org/java-team/powermock.git
+Vcs-Browser: https://salsa.debian.org/java-team/powermock
 Homepage: http://www.powermock.org
 
 Package: libpowermock-java
diff --git a/debian/copyright b/debian/copyright
index fdd02c9..82a8f17 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: PowerMock
 Source: http://www.powermock.org
 
diff --git a/debian/rules b/debian/rules
index be6784d..91fcff9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink
diff --git a/debian/watch b/debian/watch
index 8129096..95ac4b3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/jayway/powermock/tags .*/(?:.*?)([\d\.]+)\.tar\.gz

Run locally

More details

Full run details

Historical runs