Lintian Fixes - django-test-without-migrations

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index e3ace0b..e868cfb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: django-test-without-migrations
 Section: python
 Priority: optional
 Maintainer: Herbert Parentes Fortes Neto <hpfn@debian.org>
-Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools
 Standards-Version: 4.2.1
 Homepage: https://pypi.python.org/pypi/django-test-without-migrations
 Vcs-Git: https://salsa.debian.org/debian/django-test-without-migrations.git
diff --git a/debian/rules b/debian/rules
index 7461ed5..d873009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,3 @@ export PYBUILD_NAME=django-test-without-migrations
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test
-endif

Run locally

More details

Full run details