Source: libliftoff Version: 0.4.1-1 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
https://tracker.debian.org/pkg/libliftoff reported it had a problem with finding a new upstream release, which does exist, so I updated the ``debian/watch`` file so that it now does find new versions. When running ``uscan`` it does report the following: ``` uscan warn: Possible OpenPGP signature found at: https://gitlab.freedesktop.org/emersion/libliftoff/-/tags-/archive/v0.5.0/libliftoff-v0.5.0.tar.bz2.asc * Add opts=pgpsigurlmangle=s/$/.asc/ or opts=pgpmode=auto to debian/watch * Add debian/upstream/signing-key.asc. ``` I did NOT add the upstream signing key or add ``uscan``'s suggestion for additional parameters. Cheers, Diederik - -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.9.10-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCZqJivAAKCRDXblvOeH7b bm2uAQDJoeaXr3Zm4gVKabqT4uP/mVDS4SSOcBI2YJi023EPlAD9HwJo0YKGVr2D /DbZn+1NV9JGblhXtiNNm9HIiM58dgA= =roS1 -----END PGP SIGNATURE-----
>From 7a8628f6bad0dcbaeac7d34e92e7828c358bab5c Mon Sep 17 00:00:00 2001 From: Diederik de Haas <didi.deb...@cknow.org> Date: Thu, 25 Jul 2024 16:27:11 +0200 Subject: [PATCH] d/watch: Update uscan params https://tracker.debian.org/pkg/libliftoff reported the following issue: "Problems while searching for a new upstream version" And it (apparently) didn't notice version 0.5.0 was released. With the new uscan parameters it does find the new version. --- debian/watch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index dc3a39f..80eefa5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=4 -https://gitlab.freedesktop.org/emersion/libliftoff/-/tags archive/v?@ANY_VERSION@/.*@ARCHIVE_EXT@ +opts="searchmode=plain" \ + https://gitlab.freedesktop.org/emersion/@PACKAGE@/-/tags \ + -/archive/v?@ANY_VERSION@/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ -- 2.45.2