Lintian Fixes - gap-sonata

Ready changes

Summary

  • Fix field name case in debian/tests/control (Test-command ⇒ Test-Command).
  • Fix field name typo in debian/copyright (Sources ⇒ Source). ( field-name-typo-in-dep5-copyright )

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0235379..4c09f84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gap-sonata (2.9.6+ds-2) UNRELEASED; urgency=medium
+
+  * Fix field name case in debian/tests/control (Test-command ⇒ Test-Command).
+  * Fix field name typo in debian/copyright (Sources ⇒ Source).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 03:45:39 -0000
+
 gap-sonata (2.9.6+ds-1) unstable; urgency=medium
 
   * New upstream nano release.
diff --git a/debian/copyright b/debian/copyright
index aba2030..0de5244 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: GAP package SONATA
 Upstream-Contact: the SONATA Team <sonata@algebra.uni-linz.ac.at>
-Sources: http://www.gap-system.org/Packages/sonata.html
 X-Source: https://gap-packages.github.io/sonata/
 X-Source-Downloaded-From: https://github.com/gap-packages/sonata/releases
 X-Upstream-Bugs: https://github.com/gap-packages/sonata/issues
@@ -12,6 +11,7 @@ Files-Excluded:
  doc/*/manual.dvi
  doc/*/manual.six
  doc/gapmacro.tex
+Source: http://www.gap-system.org/Packages/sonata.html
 
 
 Files: *
diff --git a/debian/tests/control b/debian/tests/control
index b75638a..6a14a34 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-command: echo "QUIT_GAP(TestDirectory(\"debian/tests\"));" | gap -A -q -T
+Test-Command: echo "QUIT_GAP(TestDirectory(\"debian/tests\"));" | gap -A -q -T
 
-Test-command: echo "LoadPackage(\"smallgrp\");LoadPackage(\"autogrp\");LoadPackage(\"sonata\");QUIT_GAP(TestDirectory(DirectoriesPackageLibrary(\"sonata\",\"tst\"),rec(testOptions:=rec(compareFunction:=\"uptowhitespace\",width:=2048))));" | gap -A -q -T
+Test-Command: echo "LoadPackage(\"smallgrp\");LoadPackage(\"autogrp\");LoadPackage(\"sonata\");QUIT_GAP(TestDirectory(DirectoriesPackageLibrary(\"sonata\",\"tst\"),rec(testOptions:=rec(compareFunction:=\"uptowhitespace\",width:=2048))));" | gap -A -q -T

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details