]> git.proxmox.com Git - dh-cargo.git/commitdiff
run dh-cargo-built-using via env(1) so debcargo can override it
authorXimin Luo <infinity0@debian.org>
Mon, 1 Nov 2021 00:07:07 +0000 (00:07 +0000)
committerXimin Luo <infinity0@debian.org>
Mon, 1 Nov 2021 00:07:07 +0000 (00:07 +0000)
cargo.pm
debian/changelog

index c14544942f3ba49efee6213136d43e72425febb5..641cb6ab95dff809dd84283fb9b40cb1d548392d 100644 (file)
--- 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});
     }
 }
 
index e2a1757c21a6d6e299fdc86fe66ed6e657368be4..598fe2fb7ee0f6ccd7b31f98052d7e05a889ea5f 100644 (file)
@@ -1,3 +1,9 @@
+dh-cargo (27) UNRELEASED; urgency=medium
+
+  * Minor tweak to help with debcargo testing; no behavioural changes.
+
+ -- Ximin Luo <infinity0@debian.org>  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