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
Summary
- Update watch file format version to 5. (older-debian-watch-file-standard)
- Use GitHub template in watch file instead of explicit Source/Matching-Pattern.
- Set upstream metadata fields: Repository, Repository-Browse. (upstream-metadata-missing-repository)
- Update standards version to 4.7.4, no changes needed. (ancient-standards-version)
Changes
main
Changes for main
@@ -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. @@ -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, @@ -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 @@ -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