Hi Peter,
On 1/14/23 4:03 AM, Peter Green wrote:
Package: aardvark-dns
aardvark-dns build-depends on librust-clap+derive-dev, this is a virtual package
provided by both librust-clap-dev and librust-clap-3-dev, it is also a cruft
physical package which I would like to see decrufted as I belive is it the cause
of spurious puiparts regressions in the testing migration of rust-clap.
Your cargo dependency on clap is versioned as 3.2, per semver this allows any
3.x version greater than 3.2. Therefore your build-dependency should be on
librust-clap-3+derive-dev (>= 3.2).
Fortunately clap 3 is currently pulled in indirectly, so right now this can't
cause a FTBFS, still it is something I would like to see fixed.
A debdiff updating the build-dependency is attatched, if I get no response
I will likely NMU this in a week or so.
debdiff looks fine, I plan on uploading it to unstable as soon as the current
version migrates. Thanks for your understanding and downgrading this to
'important',
version 1.4.0-2 fixes a critical functionality update.
Thanks for this bug report and the provided fix!
-rt