Lintian Fixes - easyconf

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index ecff596..523e972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+easyconf (0.9.5-7) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Fix field name typo in debian/copyright (Formats ⇒ Format).
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Fix typo in debian/rules rules: overrideèdh_auto_test ⇒
+    override_dh_auto_test
+  * Remove unnecessary get-orig-source-target.
+  * Use correct machine-readable copyright file URI.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 13 Dec 2022 03:25:44 -0000
+
 easyconf (0.9.5-6) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 3651a8e..943799a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
 Uploaders: Damien Raude-Morvan <drazzib@debian.org>
 Build-Depends: ant,
                ant-optional,
-               debhelper (>= 11),
+               debhelper-compat (= 13),
                default-jdk,
                junit,
                libcommons-beanutils-java,
@@ -18,9 +18,9 @@ Build-Depends: ant,
                libxstream-java,
                maven-repo-helper
 Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/easyconf.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easyconf.git
-Homepage: http://easyconf.sourceforge.net
+Vcs-Git: https://salsa.debian.org/java-team/easyconf.git
+Vcs-Browser: https://salsa.debian.org/java-team/easyconf
+Homepage: https://easyconf.sourceforge.net
 
 Package: libeasyconf-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 1d360dd..e89983e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Formats: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: EasyConf
 Upstream-Contact: http://easyconf.sourceforge.net/
 Source: http://sourceforge.net/projects/easyconf/files/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 
 Files: *
diff --git a/debian/rules b/debian/rules
index 4f464c9..e8a4f46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,9 @@ override_dh_auto_build:
 	-mkdir -p src/conf
 	dh_auto_build -- jar javadoc
 
-overrideèdh_auto_test:
+override_dh_auto_test:
 	dh_auto_build -- internal-test
 
-get-orig-source::
-	uscan --force-download --rename
-
 get-orig-pom:
 	wget -O debian/pom.xml $(MAVEN_REPO)/easyconf/easyconf/$(POM_VERSION)/easyconf-$(POM_VERSION).pom
 	perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml

Debdiff

File lists identical (after any substitutions)

Control files of package libeasyconf-java: lines which differ (wdiff format)

  • Homepage: http://easyconf.sourceforge.net https://easyconf.sourceforge.net

Control files of package libeasyconf-java-doc: lines which differ (wdiff format)

  • Homepage: http://easyconf.sourceforge.net https://easyconf.sourceforge.net

Run locally

More details

Full run details