From: Ximin Luo Date: Mon, 1 Nov 2021 00:07:07 +0000 (+0000) Subject: run dh-cargo-built-using via env(1) so debcargo can override it X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=eb2947f11a29d8998fc88352dde9d0fe9e9b2f5e;p=dh-cargo.git run dh-cargo-built-using via env(1) so debcargo can override it --- diff --git a/cargo.pm b/cargo.pm index c145449..641cb6a 100644 --- a/cargo.pm +++ b/cargo.pm @@ -190,7 +190,7 @@ sub install { doit("env", "DESTDIR=$destdir", "/usr/share/cargo/bin/cargo", "install", @_); # generate Built-Using fields - doit("/usr/share/cargo/bin/dh-cargo-built-using", $this->{binpkg}); + doit("env", "/usr/share/cargo/bin/dh-cargo-built-using", $this->{binpkg}); } } diff --git a/debian/changelog b/debian/changelog index e2a1757..598fe2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dh-cargo (27) UNRELEASED; urgency=medium + + * Minor tweak to help with debcargo testing; no behavioural changes. + + -- Ximin Luo Mon, 01 Nov 2021 00:06:33 +0000 + dh-cargo (26) unstable; urgency=medium * Move the touch step at the pre_building step to make sure it is also updating the changelog