Lintian Fixes - lshw

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 6a6d1ca..ef3ce42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lshw (02.19.git.2021.06.19.996aaad9c7-3) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * debian/rules: Use dh_prep rather than "dh_clean -k".
+  * Bump debhelper from old 10 to 13.
+  * Set upstream metadata fields: Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 27 Apr 2023 05:38:37 -0000
+
 lshw (02.19.git.2021.06.19.996aaad9c7-2) unstable; urgency=medium
 
   * ACK 02.18.85-0.6 and 02.18.85-0.7 upload and apply the changes that were
diff --git a/debian/control b/debian/control
index cdbd8e7..3b165e5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Ghe Rivero <ghe@debian.org>
 Uploaders: Thomas Goirand <zigo@debian.org>
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  libgtk-3-dev,
  libsqlite3-dev,
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index ef8f382..f4cb555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ clean: unpatch
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/lshw.
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..088316a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/lyonel/lshw
diff --git a/debian/watch b/debian/watch
index d79c3ea..17831ef 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-http://ezix.org/software/files/ lshw-B.([\d.]*).tar.gz debian uupdate
\ No newline at end of file
+version=4
+http://ezix.org/software/files/ lshw-B.([\d.]*).tar.gz debian uupdate

Run locally

More details

Full run details

Historical runs