Lintian Fixes - editorconfig-core-py

Ready changes

Summary

  • Set field Upstream-Contact in debian/copyright.
  • 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 0171335..8957ea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 editorconfig-core-py (0.12.3-3) UNRELEASED; urgency=medium
 
   * Remove superfluous test dependency on ‘python3-pkg-resources’.
+  * Set field Upstream-Contact in debian/copyright.
+  * 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).
 
  --
 
diff --git a/debian/control b/debian/control
index c23762b..115fb9d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Build-Depends:
     debhelper-compat (= 13)
 Standards-Version: 4.6.2
 Homepage: https://github.com/editorconfig/editorconfig-core-py/
-VCS-Git: https://salsa.debian.org/debian/pkg-editorconfig-core-py.git
-VCS-Browser: https://salsa.debian.org/debian/pkg-editorconfig-core-py/
 Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/debian/pkg-editorconfig-core-py.git
+Vcs-Browser: https://salsa.debian.org/debian/pkg-editorconfig-core-py/
 
 Package: python3-editorconfig
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index bead99e..70ca96b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: editorconfig-core-py
 Source: https://github.com/editorconfig/editorconfig-core-py/
+Upstream-Contact: https://pypi.org/user/treyhunner/
 
 Files: *
 Copyright:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 6835384..18a85a0 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -8,8 +8,6 @@
 %YAML 1.1
 ---
 # <URL:https://wiki.debian.org/UpstreamMetadata>
-Name: editorconfig-core-py
-Contact: https://pypi.org/user/treyhunner/
 Archive: PyPI
 Bug-Database: https://github.com/editorconfig/editorconfig-core-py/issues
 Bug-Submit: https://github.com/editorconfig/editorconfig-core-py/issues/new

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details