Lintian Fixes - python-gphoto2

Ready changes

Summary

  • Fix field name case in debian/tests/control (Test-command ⇒ Test-Command).
  • Update standards version to 4.6.2, no changes needed. ( out-of-date-standards-version )

Diff

diff --git a/debian/control b/debian/control
index 2ca4846..5220934 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-dev,
                python3-setuptools,
                swig
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/jim-easterbrook/python-gphoto2
 Vcs-Git: https://salsa.debian.org/debian/python-gphoto2.git
 Vcs-Browser: https://salsa.debian.org/debian/python-gphoto2
diff --git a/debian/tests/control b/debian/tests/control
index 1c847d4..526f8ab 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1 +1 @@
-Test-command: python3 debian/tests/import_module.py
+Test-Command: python3 debian/tests/import_module.py

Run locally

More details

Full run details