Lintian Fixes - pyocd

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 8b94032..abf4f0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pyocd (0.13.1+dfsg-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Use canonical URL in Vcs-Browser, Vcs-Git.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 01 May 2023 23:18:43 -0000
+
 pyocd (0.13.1+dfsg-2) unstable; urgency=medium
 
   * QA upload.
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 a7062f2..65427c6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: pyocd
 Section: embedded
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 11), dh-python,
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
  python3, python3-setuptools-scm, python3-setuptools,
  python3-setuptools-scm-git-archive, python3-usb,
  python3-docutils
 Standards-Version: 4.2.1
 Homepage: https://github.com/mbedmicro/pyOCD
-Vcs-Git: https://salsa.debian.org/debian/pyocd
-Vcs-Browser: https://salsa.debian.org/debian/pyocd.git
+Vcs-Git: https://salsa.debian.org/debian/pyocd.git
+Vcs-Browser: https://salsa.debian.org/debian/pyocd
 
 Package: python3-pyocd
 Architecture: all
@@ -21,4 +22,3 @@ Description: ARM Cortex-M programming tools (Python3)
  .
  Includes support for flashing new binaries, resetting the device,
  halt, step, resume read/write memory and set/remove breakpoints.
-
diff --git a/debian/rules b/debian/rules
index a2a38c1..a1b5da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,4 +27,3 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	${RM} -r .eggs pyocd/_version.py
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c09603c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/pyocd/pyOCD/issues
+Bug-Submit: https://github.com/pyocd/pyOCD/issues/new
+Repository-Browse: https://github.com/pyocd/pyOCD

Run locally

More details

Full run details

Historical runs