Lintian Fixes - ca-cacert

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 2b71b7a..8b17d6a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: ca-cacert
 Section: misc
 Priority: optional
 Maintainer: Dmitry Smirnov <onlyjob@debian.org>
-Standards-Version: 4.4.0
-Build-Depends: debhelper (>= 12~), gnutls-bin
+Standards-Version: 4.6.2
+Build-Depends: debhelper-compat (= 13), gnutls-bin
 Build-Depends-Indep: wget
 Homepage: https://www.cacert.org
 Vcs-Browser: https://salsa.debian.org/debian/ca-cacert
diff --git a/debian/rules b/debian/rules
index 89a5ed8..fe07232 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,9 @@ $(info I: DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM))
 	dh $@
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	#find . -maxdepth 1 -type f -name "*.crt" -exec openssl verify "{}" \;
 	certtool --verify --load-ca-certificate root_X0F.crt --infile class3_X0E.crt
 	certtool --verify --load-ca-certificate root_X0F.crt --infile root_X0F.crt
-endif
 
 .PHONY: get-orig-source
 get-orig-source: $(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.xz

Run locally

More details

Full run details

Historical runs