Codebase list rust-float-cmp / 36cc595
backtrace - new upstream release. Peter Michael Green 1 year, 8 months ago
6 changed file(s) with 21 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
0 rust-backtrace (0.3.66-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package backtrace 0.3.66 from crates.io using debcargo 2.5.0
4 * Drop adjust-features.diff.
5 * Remove broken marker from gimli-symbolize feature (Closes: 1010099)
6
7 -- Peter Michael Green <plugwash@debian.org> Sun, 21 Aug 2022 02:25:17 +0000
8
09 rust-backtrace (0.3.51-1) experimental; urgency=medium
110
211 * Team upload.
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
21 Files: ./src/backtrace/dbghelp.rs
22 Copyright: 2014 The Rust Project Developers
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/backtrace/libunwind.rs
29 Copyright: 2014-2015 The Rust Project Developers
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/symbolize/dbghelp.rs
36 Copyright: 2014-2015 The Rust Project Developers
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/symbolize/libbacktrace.rs
43 Copyright: 2014-2015 The Rust Project Developers
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
4921 Files: debian/*
5022 Copyright:
51 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
52 2018-2021 kpcyrd <git@rxv.cc>
53 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2022 kpcyrd <git@rxv.cc>
25 2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
5426 License: MIT or Apache-2.0
5527
5628 License: Apache-2.0
22 "kpcyrd <git@rxv.cc>",
33 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
44 ]
5 excludes = ["ci/**"]
5 excludes = ["ci/**","src/android-api.c"]
66
77 # The auto-generated summary is too long.
88 summary = "Acquire a backtrace at runtime"
1313 [packages."lib+core"]
1414 test_is_broken = true
1515
16 [packages."lib+gimli-symbolize"]
17 test_is_broken = true
18
1916 [packages."lib+rustc-serialize"]
2017 test_is_broken = true
+0
-29
src/backtrace/debian/patches/adjust-features.diff less more
0 Index: backtrace/Cargo.toml
1 ===================================================================
2 --- backtrace.orig/Cargo.toml
3 +++ backtrace/Cargo.toml
4 @@ -78,13 +78,11 @@ default-features = false
5
6 [dependencies.miniz_oxide]
7 version = "0.4.0"
8 -optional = true
9 default-features = false
10
11 [dependencies.object]
12 version = "0.20.0"
13 features = ["read_core", "elf", "macho", "pe", "unaligned"]
14 -optional = true
15 default-features = false
16
17 [dependencies.rustc-demangle]
18 @@ -106,9 +104,8 @@ coresymbolication = []
19 dbghelp = []
20 default = ["std", "gimli-symbolize"]
21 dladdr = []
22 -gimli-symbolize = ["addr2line", "miniz_oxide", "object"]
23 +gimli-symbolize = ["addr2line"]
24 kernel32 = []
25 -libbacktrace = ["backtrace-sys/backtrace-sys"]
26 libunwind = []
27 serialize-rustc = ["rustc-serialize"]
28 serialize-serde = ["serde"]
00 Description: Disable a test that fails with a file not found error.
11 Author: Peter Michael Green <plugwash@debian.org>
22
3 --- rust-backtrace-0.3.51.orig/tests/accuracy/main.rs
4 +++ rust-backtrace-0.3.51/tests/accuracy/main.rs
3 Index: backtrace/tests/accuracy/main.rs
4 ===================================================================
5 --- backtrace.orig/tests/accuracy/main.rs
6 +++ backtrace/tests/accuracy/main.rs
57 @@ -16,7 +16,7 @@ type Pos = (&'static str, u32);
68
79 #[test]
1113 // Skip musl which is by default statically linked and doesn't support
1214 // dynamic libraries.
1315 !cfg!(target_env = "musl")
14 @@ -39,7 +39,7 @@ fn doit() {
15 api(pos!(), |a, b| {
16 check!(a, b);
17 });
16 @@ -41,7 +41,7 @@ fn doit() {
17 check!(a, b);
18 });
19 }
1820 - }
1921 + }*/
2022
0 adjust-features.diff
10 disable-test-that-fails-with-file-not-found.diff