Lintian Fixes - bsh

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 09307da..156afbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+bsh (2.0b4-21) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 24 May 2023 01:05:32 -0000
+
 bsh (2.0b4-20) unstable; urgency=medium
 
   * Normalize the permissions of the files in bsh.tar.gz to make
@@ -325,4 +336,3 @@ bsh (0.96-1) unstable; urgency=low
   * Initial Release.
 
  -- Ruud de Rooij <ruud@debian.org>  Sun, 11 Jul 1999 12:41:22 +0200
-
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 b348bec..7657073 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
 Uploaders: Emmanuel Bourg <ebourg@apache.org>
 Build-Depends:
  ant,
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
  default-jdk-doc,
  javacc,
@@ -14,7 +14,7 @@ Build-Depends:
  libservlet3.1-java,
  libservlet3.1-java-doc,
  maven-repo-helper
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/bsh.git
 Vcs-Browser: https://salsa.debian.org/java-team/bsh
 Homepage: http://www.beanshell.org
diff --git a/debian/rules b/debian/rules
index 5f844ec..bfc1971 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,7 @@ override_dh_auto_build:
 	dh_auto_build -- javadoc jarall -Dcompile.debug=true
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_build -- test
-endif
 
 override_dh_auto_install:
 	mh_installpoms -plibbsh-java

Debdiff

Debdiff is too long (more than 200 lines). Download the raw debdiff.

Run locally

More details

Full run details