Hi, > you switch here from git mode to http mode, so it's normal to no more > have gittag working. Simply use here the result of "uscan > --update-watchfile" as new debian/watch file.
I confirm that running `uscan --update-watchfile` produces the file below, and that file continues to verify the signature: Version: 5 Source: https://github.com/williamdes/mariadb-mysql-kbs/ Matching-Pattern: refs/tags/v?([\d\.]+) Gitexport: all Mode: git Pgpmode: gittag Update-Script: uupdate Thus the thing I ran into is simply that the uscan GitHub template currently doesn't support checking either detached signatures or signed git tags. As you suggested in #1118383, that would be solved by having separate GitHub templates called e.g. GitHubSignedTags and GitHubSignedReleases

