File: source_redistribution_conditions

package info (click to toggle)
rust-liblzma-sys 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 94; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <crusoe@debian.org>
Description: No source redistribution needed for Apache 2.0 nor MIT
Forwarded: not-needed
--- liblzma-sys.orig/build.rs
+++ liblzma-sys/build.rs
@@ -127,6 +127,7 @@
     }
 
     build.compile("liblzma.a");
+    println!("dh-cargo:deb-built-using=lzma=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
 }
 
 fn read_dir_files(dir: &str) -> impl Iterator<Item = PathBuf> {