Re: DPT and UDD regarding d/watch file failure
sure, with the version column in UDD query output:
udd=> select source,version,watch_file,errors from upstream where
source='xorgxrdp';
source | version |
watch_file | errors
----------+------------+-------------------------------------------------------------------------------------------+--------
xorgxrdp | 1:0.9.19-1 | version=4
+|
| |
https://github.com/neutrinolabs/@PACKAGE@/releases
.*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
xorgxrdp | 1:0.10.0-1 | version=4
+|
| |
https://github.com/neutrinolabs/@PACKAGE@/releases
.*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
(2 lignes)
Le lun. 22 juil. 2024 à 20:37, Patrice Duroux
<patrice.duroux@gmail.com> a écrit :
>
> HI,
>
> After the (very) recent upload of xorgxrdp (version1:0.10.0-2),
> I was curious to check both DPT and UDD about it.
> But currently DPT shows me:
>
> Problems while searching for a new upstream version high
> uscan had problems while searching for a new upstream version:
>
> In debian/watch no matching files for watch line
> https://github.com/neutrinolabs/xorgxrdp/releases
> .*/xorgxrdp(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))
>
> and UDD nothing special:
>
> udd=> select source,watch_file,errors from upstream where source='xorgxrdp';
> source | watch_file
> | errors
> ----------+-------------------------------------------------------------------------------------------+--------
> xorgxrdp | version=4
> +|
> | https://github.com/neutrinolabs/@PACKAGE@/releases
> .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
> |
> |
> xorgxrdp | version=4
> +|
> | https://github.com/neutrinolabs/@PACKAGE@/releases
> .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
> |
> |
>
> To me this is for the same d/watch file content but one reporting an error
> and the other one not, or do I have to check another UDD column than 'errors'?
> In other words,how can I retrieve a list of packages with a watch
> failure in DPT?
>
> Best,
> Patrice
Reply to: