Your message dated Mon, 29 Jul 2024 11:14:04 +0200
with message-id <1775438.dtoLu0jxdU@bagend>
and subject line Re: libliftoff: Updated debian/watch file
has caused the Debian Bug report #1077049,
regarding libliftoff: Updated debian/watch file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1077049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077049
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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
--- End Message ---
--- Begin Message ---
Version: 0.5.0-1.1
On 25 Jul 2024 16:35:40 +0200 Diederik de Haas <[email protected]> wrote:
> 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.
Version 0.5.0-1.1 contained an updated debian/watch file, but a bit different
and it looks a bit better, so this bug can be closed with that version.
signature.asc
Description: This is a digitally signed message part.
--- End Message ---