Lintian Fixes - spymemcached

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 79cd859..9837d22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+spymemcached (2.12.3+dfsg-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 06 Aug 2023 20:15:42 -0000
+
 spymemcached (2.12.3+dfsg-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 4695c10..a2924d4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Andrius Merkys <merkys@debian.org>,
  Christopher Hoskin <mans0954@debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  default-jdk,
  maven-debian-helper (>= 2.1),
  memcached <!nocheck>,
@@ -18,7 +18,7 @@ Build-Depends-Indep:
  libjmock-java <!nocheck>,
  liblog4j1.2-java,
  libspring-beans-java,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/java-team/spymemcached.git
 Vcs-Browser: https://salsa.debian.org/java-team/spymemcached
diff --git a/debian/rules b/debian/rules
index 8f51863..f54a43f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,11 @@ PORT := $(shell /bin/netstat -want | perl -w -e 'while (<>) { $$used{$$1}=1 if /
 	dh $@ --buildsystem=maven
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p $(BUILDHOME)
 	memcached -u $(WHOAMI) -p $(PORT) -P $(PIDFILE) -d
 	export SPY_MC_TEST_SERVER=localhost:$(PORT) SPYMC_TEST_SERVER_V4=localhost:$(PORT) SPYMC_TEST_SERVER_v6=::1:$(PORT);\
 	dh_auto_test -- -Dserver.port_number=$(PORT) -Dtest.type=ci test
 	[ ! -s $(PIDFILE) ] || /bin/kill `cat $(PIDFILE)`
-endif
 
 override_dh_clean:
 	dh_clean

Run locally

More details

Full run details