Lintian Fixes - towncrier

Ready changes

Summary

  • Trim trailing whitespace. ( trailing-whitespace )
  • Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  • Fix field name cases in debian/control (VCS-Browser ⇒ Vcs-Browser, VCS-Git ⇒ Vcs-Git). ( cute-field )

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0af4fc9..b8194c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,11 @@ towncrier (22.12.0-2) UNRELEASED; urgency=medium
   * Build and install package documentation.
   * Move the “overall documentation” manual page to manual section 7.
   * Build and install upstream manual page.
+  * Trim trailing whitespace.
+  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
+    present in machine-readable debian/copyright).
+  * Fix field name cases in debian/control (VCS-Browser ⇒ Vcs-Browser, VCS-Git ⇒
+    Vcs-Git).
 
  --
 
@@ -99,7 +104,7 @@ towncrier (19.2.0-1) unstable; urgency=medium
 
  -- Ben Finney <bignose@debian.org>  Mon, 08 Mar 2021 12:26:00 +1100
 
-
+
 # Local variables:
 # coding: utf-8
 # mode: debian-changelog
diff --git a/debian/control b/debian/control
index 3c6c680..8ab5eb4 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,9 @@ Build-Depends:
     debhelper-compat (= 13)
 Standards-Version: 4.6.2
 Homepage: https://github.com/twisted/towncrier/
-VCS-Git: https://salsa.debian.org/debian/pkg-towncrier.git
-VCS-Browser: https://salsa.debian.org/debian/pkg-towncrier/
 Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/debian/pkg-towncrier.git
+Vcs-Browser: https://salsa.debian.org/debian/pkg-towncrier/
 
 Package: towncrier
 Architecture: all
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 5954c94..f7de0bc 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -8,8 +8,6 @@
 %YAML 1.1
 ---
 # <URL:https://wiki.debian.org/UpstreamMetadata>
-Name: towncrier
-Contact: Amber Brown <hawkowl@twistedmatrix.com>
 Archive: PyPI
 Bug-Database: https://github.com/twisted/towncrier/issues
 Bug-Submit: https://github.com/twisted/towncrier/issues/new

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package towncrier

No differences were encountered between the control files of package towncrier-doc

Run locally

More details

Full run details