Lintian Fixes - jython

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index b4acd31..3b172d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jython (2.7.3+repack1-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 13 Jan 2023 06:41:48 -0000
+
 jython (2.7.3+repack1-1) unstable; urgency=medium
 
   * New upstream release
@@ -179,7 +188,7 @@ jython (2.7.1+repack-1) experimental; urgency=medium
   * Drop patches:
     - 02-jnr_refactoring.patch (fixed upstream)
     - CVE-2016-4000.patch (fixed upstream)
-  * New patch 05-no-com.carrotsearch.sizeof.patch dropping the new 
+  * New patch 05-no-com.carrotsearch.sizeof.patch dropping the new
     jython modified version of getsizeof because of missing package
     java-sizeof in Debian
   * Update patches:
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 15b610a..c90e65c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Gilles Filippini <pini@debian.org>
-Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python3, libjaxb-api-java, dh-strip-nondeterminism
+Build-Depends: debhelper-compat (= 13), dh-exec, ant, gawk, maven-repo-helper, javahelper, python3, libjaxb-api-java, dh-strip-nondeterminism
 Build-Depends-Indep: default-jdk,
  dh-python,
  junit4,
@@ -28,7 +28,7 @@ Build-Depends-Indep: default-jdk,
 Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/jython.git
 Vcs-Browser: https://salsa.debian.org/java-team/jython
-Homepage: http://www.jython.org
+Homepage: https://www.jython.org
 
 Package: jython
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 32d9169..669a02f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ their_to_our = $(shell \
   xargs echo | \
   sed 's/ /:/g' \
 )
- 
+
 # Fix main.classpath and test.classpath
 OUR_MAIN_CLASSPATH = $(call their_to_our,$(THEIR_MAIN_CLASSPATH))
 OUR_TEST_CLASSPATH = $(call their_to_our,$(THEIR_TEST_CLASSPATH))

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/jython-doc/ACKNOWLEDGMENTS.gz
-rw-r--r--  root/root   /usr/share/doc/jython-doc/README.txt

Control files of package jython: lines which differ (wdiff format)

  • Homepage: http://www.jython.org https://www.jython.org

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

  • Homepage: http://www.jython.org https://www.jython.org

Run locally

More details

Full run details