Codebase list rust-kurbo / e72f495
cpp-demangle - new upstream release. Peter Michael Green 1 year, 4 months ago
3 changed file(s) with 37 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 rust-cpp-demangle (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cpp_demangle 0.4.0 from crates.io using debcargo 2.6.0
4 * Update no-fuzzing.patch for new upstream.
5
6 -- Peter Michael Green <plugwash@debian.org> Mon, 02 Jan 2023 10:14:30 +0000
7
08 rust-cpp-demangle (0.3.3-2) unstable; urgency=medium
19
210 * Team upload.
22 Upstream-Contact:
33 Nick Fitzgerald <fitzgen@gmail.com>
44 Jim Blandy <jimb@red-bean.com>
5 Kyle Huey <khuey@kylehuey.com>
56 Source: https://github.com/gimli-rs/cpp_demangle
67
78 Files: *
89 Copyright:
910 FIXME (overlay) UNKNOWN-YEARS Nick Fitzgerald <fitzgen@gmail.com>
1011 FIXME (overlay) UNKNOWN-YEARS Jim Blandy <jimb@red-bean.com>
11 License: Apache-2.0 or MIT
12 FIXME (overlay) UNKNOWN-YEARS Kyle Huey <khuey@kylehuey.com>
13 License: MIT or Apache-2.0
1214 Comment:
1315 FIXME (overlay): Since upstream copyright years are not available in
1416 Cargo.toml, they were extracted from the upstream Git repository. This may not
1517 be correct information so you should review and fix this before uploading to
1618 the archive.
1719
18 Files: ./LICENSE-MIT
20 Files: LICENSE-MIT
1921 Copyright: 2015 The Rust Project Developers
2022 License: UNKNOWN-LICENSE; FIXME (overlay)
2123 Comment:
2426
2527 Files: debian/*
2628 Copyright:
27 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2022 kpcyrd <git@rxv.cc>
29 License: Apache-2.0 or MIT
29 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018-2023 kpcyrd <git@rxv.cc>
31 License: MIT or Apache-2.0
3032
3133 License: Apache-2.0
3234 Debian systems provide the Apache 2.0 license in
0 only in patch2:
1 --- a/Cargo.toml
2 +++ b/Cargo.toml
3 @@ -25,2 +25,4 @@
4 repository = "https://github.com/gimli-rs/cpp_demangle"
0 Index: cpp-demangle/Cargo.toml
1 ===================================================================
2 --- cpp-demangle.orig/Cargo.toml
3 +++ cpp-demangle/Cargo.toml
4 @@ -23,6 +23,8 @@ exclude = [
5 "tests/**",
6 "in/**",
7 ]
58 +autobins = false
69 +
10 description = "A crate for demangling C++ symbols"
11 documentation = "https://docs.rs/cpp_demangle"
12 readme = "./README.md"
13 @@ -42,15 +44,6 @@ repository = "https://github.com/gimli-r
714 [profile.release]
8 @@ -28,10 +30,2 @@
15 debug = true
916
1017 -[[bin]]
1118 -name = "afl_runner"
1219 -path = "src/bin/afl_runner.rs"
1320 -required-features = ["afl"]
21 -
1422 -[dependencies.afl]
15 -version = "0.10.0"
23 -version = "0.12.0"
1624 -optional = true
1725 -
1826 [dependencies.cfg-if]
19 @@ -53,5 +42,3 @@
27 version = "1.0.0"
28
29 @@ -64,7 +57,6 @@ version = "0.1.11"
30 [features]
2031 alloc = []
21 -cppfilt = []
2232 default = ["std"]
2333 -fuzz = ["afl"]
24 logging = []
34 logging = ["std"]
35 run_libiberty_tests = []
36 std = ["alloc"]