Run of lintian-fixes for bpftrace

Run Locally

git clone https://salsa.debian.org/debian/bpftrace.git/ bpftrace
cd bpftrace
DEB_UPDATE_CHANGELOG=auto lintian-brush

Logs

worker

worker.log text

Summary

Changes

main

Changes for main
diff --git a/debian/changelog b/debian/changelog
index 42a18e8..48c9490 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+bpftrace (0.25.1-2) UNRELEASED; urgency=low
+
+  * Update watch file format version to 5.
+  * Use GitHub template in watch file instead of explicit
+    Source/Matching-Pattern.
+  * Set upstream metadata fields: Repository, Repository-Browse.
+  * Update standards version to 4.7.4, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 09 May 2026 06:42:23 +0000
+
 bpftrace (0.25.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 49ba268..ff384ce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: bpftrace
 Section: utils
 Priority: optional
 Maintainer: Vincent Bernat <bernat@debian.org>
-Standards-Version: 4.6.1
+Standards-Version: 4.7.4
 Build-Depends: asciidoctor,
                bison,
                clang,
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 313bbb4..3ef64ac 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,5 @@
 ---
 Bug-Database: https://github.com/iovisor/bpftrace/issues
 Bug-Submit: https://github.com/iovisor/bpftrace/issues/new
-Repository-Browse: https://github.com/iovisor/bpftrace
+Repository: https://github.com/bpftrace/bpftrace.git
+Repository-Browse: https://github.com/bpftrace/bpftrace
diff --git a/debian/watch b/debian/watch
index 32f4130..36106bc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,6 @@
-version=3
-opts=filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/bpftrace-$1\.tar\.gz/ \
-  https://github.com/iovisor/bpftrace/tags .*/v(\d\S*)\.tar\.gz
+Version: 5
+
+Filenamemangle: s/.+\/v(\d\S*)\.tar\.gz/bpftrace-$1\.tar\.gz/
+Template: GitHub
+Owner: iovisor
+Project: bpftrace

Resulting Package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t sid bpftrace
                        

Lintian Result