Codebase list rust-serde-xml-rs / 4f71923
Revert addr2line changes that never made it to the archive and are no longer relavent. Peter Michael Green 2 years ago
3 changed file(s) with 0 addition(s) and 53 deletion(s). Raw diff Collapse all Expand all
0 rust-addr2line (0.10.0-4) unstable; urgency=medium
1
2 * Team upload.
3 * Package addr2line 0.10.0 from crates.io using debcargo 2.4.2
4
5 -- Peter Michael Green <plugwash@debian.org> Mon, 13 Apr 2020 01:06:39 +0000
6
70 rust-addr2line (0.10.0-3) unstable; urgency=medium
81
92 * Package addr2line 0.10.0 from crates.io using debcargo 2.4.2
+0
-45
src/addr2line/debian/patches/disable-object-featuresets.patch less more
0 Description: Disable object and std-object featuresets
1 rust-object depends on an obsolete version of rust-goblin.
2 uthor: Peter Michael Green <plugwash@debian.org>
3
4 ---
5 The information above should follow the Patch Tagging Guidelines, please
6 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
7 are templates for supplementary fields that you might want to add:
8
9 Origin: <vendor|upstream|other>, <url of original patch>
10 Bug: <url in upstream bugtracker>
11 Bug-Debian: https://bugs.debian.org/<bugnumber>
12 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
13 Forwarded: <no|not-needed|url proving that it has been forwarded>
14 Reviewed-By: <name and email of someone who approved the patch>
15 Last-Update: 2020-04-13
16
17 --- rust-addr2line-0.10.0.orig/Cargo.toml
18 +++ rust-addr2line-0.10.0/Cargo.toml
19 @@ -55,10 +55,10 @@ default-features = false
20 [dependencies.lazycell]
21 version = "1.0"
22
23 -[dependencies.object]
24 -version = "0.12"
25 -optional = true
26 -default-features = false
27 +#[dependencies.object]
28 +#version = "0.12"
29 +#optional = true
30 +#default-features = false
31
32 [dependencies.rustc-demangle]
33 version = "0.1"
34 @@ -83,8 +83,8 @@ version = "0.3"
35
36 [features]
37 alloc = ["gimli/alloc"]
38 -default = ["rustc-demangle", "cpp_demangle", "std-object"]
39 +default = ["rustc-demangle", "cpp_demangle"]
40 std = ["gimli/std", "intervaltree/std", "smallvec/write"]
41 -std-object = ["std", "object", "object/std"]
42 +#std-object = ["std", "object", "object/std"]
43 [badges.travis-ci]
44 repository = "gimli-rs/addr2line"
00 update-smallvec.patch
1 disable-object-featuresets.patch