Lintian Fixes - lgooddatepicker

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 41eb7be..99982fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+lgooddatepicker (8.3.0+ds-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * 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>  Thu, 22 Dec 2022 06:09:59 -0000
+
 lgooddatepicker (8.3.0+ds-1) unstable; urgency=medium
 
   * Initial release (Closes: #847591)
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 8579d95..e7569fe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,26 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: tony mancill <tmancill@debian.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1),
+Build-Depends: debhelper-compat (= 13),
+ default-jdk, maven-debian-helper (>= 2.1),
  maven-repo-helper
 Build-Depends-Indep: libbuild-helper-maven-plugin-java,
  libmaven-antrun-plugin-java,
- libmaven-javadoc-plugin-java,  
+ libmaven-javadoc-plugin-java,
  libmaven-shade-plugin-java,
  libbeansbinding-java (>= 1.2.1-2),
  default-jdk-doc,
- libbeansbinding-java-doc 
+ libbeansbinding-java-doc
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/lgooddatepicker.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lgooddatepicker.git
+Vcs-Git: https://salsa.debian.org/java-team/lgooddatepicker.git
+Vcs-Browser: https://salsa.debian.org/java-team/lgooddatepicker
 Homepage: https://github.com/LGoodDatePicker/LGoodDatePicker
 
 Package: liblgooddatepicker-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Suggests: ${maven:OptionalDepends}, liblgooddatepicker-java-doc
-Description: Java Swing Date Picker library. 
+Description: Java Swing Date Picker library.
  LGoodDatePicker is a graphical date picker widget with following features.
    - Easy to use, good looking, nice features, and localized.
    - Provides automatic internationalization.
diff --git a/debian/copyright b/debian/copyright
index a539b6d..9e7e7cf 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: LGoodDatePicker
 Source: https://github.com/LGoodDatePicker/LGoodDatePicker
 Files-Excluded:
diff --git a/debian/rules b/debian/rules
index 0635041..16a7924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,3 @@ override_dh_auto_test:
 override_dh_auto_install:
 	# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808012
 	dh_auto_install -- -f Project/pom.xml
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package liblgooddatepicker-java

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

Run locally

More details

Full run details