Control: tags -1 moreinfo unreproducible
Hi Arnaud,
On Sat, 08 Nov 2025 22:40:46 +0700 Arnaud Rebillout wrote:
> I'm trying to update a package that contains a submodule. The package:
>
https://salsa.debian.org/arnaudr/golang-github-oschwald-maxminddb-golang-v2/
>
> The watch file is as such:
>
> ```
> Version: 5
>
> Mode: git
> Source: https://github.com/oschwald/maxminddb-golang.git
> Matching-Pattern: refs/tags/v@ANY_VERSION@
> Git-Modules: all
> ```
>
> When I run uscan, it downloads the latest version, as expected:
>
> ```
> golang-github-oschwald-maxminddb-golang-v2_2.1.0.orig.tar.xz ->
golang-github-oschwald-maxminddb-golang-v2-2.1.0.tar.xz
> golang-github-oschwald-maxminddb-golang-v2-2.1.0.tar.xz
> ```
>
> However, in the tarball, the submodule directory test-data/ is present
> but empty.
You don't seem to be doing anything wrong. I can't reproduce this
behaviour, even cloning your repository and ~/.devscripts configuration.
Can you please run `uscan -v` and post the output (or a link to it)?
Thank you,
Hugh