File: built-using-dh-cargo.diff

package info (click to toggle)
rust-libspa-sys 0.8.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ansic: 152; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: libspa-sys/build.rs
===================================================================
--- libspa-sys.orig/build.rs
+++ libspa-sys/build.rs
@@ -11,7 +11,7 @@ fn main() {
 
     // Tell cargo to invalidate the built crate whenever the wrapper changes
     println!("cargo:rerun-if-changed=wrapper.h");
-
+    println!("dh-cargo:deb-built-using=libspa-rs-reexports=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
     // Write bindings files to the $OUT_DIR/ directory.
     let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());