Description: signal licensing constraints
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-10-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/crates/wasmtime/build.rs
+++ b/crates/wasmtime/build.rs
@@ -1,4 +1,5 @@
 fn main() {
+    println!("dh-cargo:deb-built-using=wasmtime-helpers=0={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
     println!("cargo:rerun-if-changed=build.rs");
 
     #[cfg(feature = "runtime")]
