Codebase list rust-stfu8 / 09100db
Updated link-cpluplus to 1.0.8 Matthias Geiger 1 year, 4 months ago
7 changed file(s) with 25 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-link-cplusplus (1.0.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package link-cplusplus 1.0.8 from crates.io using debcargo 2.6.0
3 * Added myself to uploaders
4 * set collapse_features = true in debcargo.toml
5
6 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Sun, 18 Dec 2022 21:49:34 +0100
7
08 rust-link-cplusplus (1.0.6-2) unstable; urgency=medium
19
210 * Team upload.
1515 Copyright:
1616 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1717 2022 Nikos Tsipinakis <nikos@tsipinakis.com>
18 2022 Matthias Geiger <matthias.geiger1024@tutanota.de>
1819 License: MIT or Apache-2.0
1920
2021 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Nikos Tsipinakis <nikos@tsipinakis.com>"]
1 uploaders = ["Nikos Tsipinakis <nikos@tsipinakis.com>", "Matthias Geiger <matthias.geiger1024@tutanota.de>"]
2 collapse_features = true
0 diff --git a/build.rs b/build.rs
1 index 1f67922..1ad43b1 100644
2 --- a/build.rs
3 +++ b/build.rs
4 @@ -4,7 +4,7 @@ use std::path::PathBuf;
5
6 fn main() {
7 println!("cargo:rerun-if-changed=build.rs");
8 -
9 + println!("dh-cargo:deb-built-using=link-cplusplus=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
10 let libstdcxx = cfg!(feature = "libstdc++");
11 let libcxx = cfg!(feature = "libc++");
12 let nothing = cfg!(feature = "nothing");
+0
-10
src/link-cplusplus/debian/patches/built-using.patch less more
0 --- a/build.rs
1 +++ b/build.rs
2 @@ -3,6 +3,7 @@
3 use std::path::PathBuf;
4
5 fn main() {
6 + println!("dh-cargo:deb-built-using=link-cplusplus=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
7 let libstdcxx = cfg!(feature = "libstdc++");
8 let libcxx = cfg!(feature = "libc++");
9 let nothing = cfg!(feature = "nothing");
0 built-using.patch
10 remove-libc++.patch
1 built-using-dh-cargo.diff