vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 1765c1d1d38d2bc0dd18cdb24c01e03e1306851c
Merge: e0317c5 b39780c
Author: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Date: Fri Jan 3 19:48:50 2025 +0000
Merge branch 'mr/cross-fixes' into 'master'
dh-cargo-built-using: fix cross-builds
See merge request rust-team/dh-cargo!13
commit b39780c04bc600d338a893a39630613ef4ed4c9f
Author: Fabian Grünbichler <git@fabian.gruenbichler.email>
Date: Wed Nov 27 21:40:46 2024 +0100
dh-cargo-built-using: replace sed-delimiter with '!'
instead of tabs, which require special display/editor support to be readable..
Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
commit e3d2de6f9be6f8e80529a1c0e6a520f4f782a5a8
Author: Fabian Grünbichler <git@fabian.gruenbichler.email>
Date: Mon Nov 25 21:14:54 2024 +0100
dh-cargo-built-using: fix cross-builds
when doing a cross build, the same package might be installed from two
architectures.
`dpkg-query -S` will output (for example)
librust-cfg-if-dev:amd64, librust-cfg-if-dev:i386
in such cases, which we need to accomodate here.
the resulting list of source package + version + license info might contain
duplicates now, so let's remove them. since local variables don't work in a
pipe/across subshells, pull that part out into its own function.
Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>