Your message dated Tue, 22 Jun 2021 01:38:43 +0200
with message-id <4107089.0jK1VyOnSM@delta-one>
and subject line Re: Bug#988566: /usr/bin/uscan: [uscan] Incorrect parsing of
regular expressions in watch-files
has caused the Debian Bug report #988566,
regarding /usr/bin/uscan: [uscan] Incorrect parsing of regular expressions in
watch-files
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.)
--
988566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.21.2
Severity: normal
File: /usr/bin/uscan
X-Debbugs-Cc: [email protected]
Dear Maintainer,
the watch-file for plasma-desktop (and all other Plasma packages accordingly)
looks like this:
version=4
opts=pgpsigurlmangle=s/$/.sig/
https://download.kde.org/stable/plasma/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
The stable releases can be found at https://download.kde.org/stable/plasma/ and
are caught as intended.
The beta-releases, however, can be found at
https://download.kde.org/unstable/plasma/ and are not
caught by the regular expression as intended.
Changing the watch file to
version=4
opts=pgpsigurlmangle=s/$/.sig/
https://download.kde.org/(un)?stable/plasma/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
should now catch both stable and unstable releases. Unfortunately, it only
catches the unstable releases,
but not the stable releases any more.
--
Med vänliga hälsningar
Patrick Franz
--- End Message ---
--- Begin Message ---
Hi, Mattia,
thank you for your detailed explanation about how uscan works.
It seems that there was a slight misunderstanding on our part what uscan
does and in which order it does certain things. It also seems that there
is not too much we can do at the moment.
Hence, I'll close this bug now and again, thank your for your answer.
--
Med vänliga hälsningar
Patrick Franz
--- End Message ---