File: 2006_deb-built-using.patch

package info (click to toggle)
oxigraph 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,332 kB
  • sloc: python: 1,940; cpp: 158; sh: 145; makefile: 42
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: have oxrocksdb-sys crate signal its licensing constraints
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-10-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/oxrocksdb-sys/build.rs
+++ b/oxrocksdb-sys/build.rs
@@ -23,6 +23,7 @@
 
 fn bindgen_rocksdb_api(includes: &[PathBuf]) {
     println!("cargo:rerun-if-changed=api/");
+    println!("dh-cargo:deb-built-using=oxrocksdb_api=0={}", var("CARGO_MANIFEST_DIR").unwrap());
 
     let mut builder = bindgen::Builder::default();
     for include in includes {