File: license-built-using

package info (click to toggle)
rust-librocksdb-sys 0.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: ansic: 44; sh: 19; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
--- a/build.rs
+++ b/build.rs
@@ -378,2 +378,4 @@
 fn main() {
+    println!("dh-cargo:deb-built-using=rocksdb=1={}", env::var("CARGO_MANIFEST_DIR").unwrap());
+    println!("dh-cargo:deb-built-using=snappy=1={}", env::var("CARGO_MANIFEST_DIR").unwrap());
     if !Path::new("rocksdb/AUTHORS").exists() {