Codebase list rust-stfu8 / d0c0c5a
Update nom kpcyrd 4 years ago
5 changed file(s) with 48 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 rust-nom (4.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package nom 4.2.3 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Thu, 11 Jul 2019 17:33:14 +0000
5
06 rust-nom (4.0.0-1) unstable; urgency=medium
17
28 * Package nom 4.0.0 from crates.io using debcargo 2.2.5
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: nom
2 Upstream-Contact: contact@geoffroycouprie.com
2 Upstream-Contact: Geoffroy Couprie <contact@geoffroycouprie.com>
33 Source: https://github.com/Geal/nom
44
55 Files: *
6 Copyright: 2015-2016 Geoffroy Couprie <contact@geoffroycouprie.com>
6 Copyright: 2014-2019 Geoffroy Couprie <contact@geoffroycouprie.com>
77 License: MIT
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Emmanouil Kampitakis <info+debian@kampitakis.de>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Emmanouil Kampitakis <info+debian@kampitakis.de>
13 2018-2019 kpcyrd <git@rxv.cc>
1314 License: MIT
1415
1516 License: MIT
1212 the archive.
1313
1414 Files: ./LICENSE
15 Copyright: 2015-2016 Geoffroy Couprie
15 Copyright: 2014-2018 Geoffroy Couprie
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 FIXME (overlay) Your Name <Your Email>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Emmanouil Kampitakis <info+debian@kampitakis.de>
25 2018-2019 kpcyrd <git@rxv.cc>
2526 License: MIT
2627
2728 License: MIT
0 strip-benchmarks.patch
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -92,29 +92,6 @@
3 [[test]]
4 name = "test1"
5
6 -[[bench]]
7 -name = "arithmetic"
8 -harness = false
9 -
10 -[[bench]]
11 -name = "http"
12 -harness = false
13 -
14 -[[bench]]
15 -name = "ini"
16 -harness = false
17 -
18 -[[bench]]
19 -name = "ini_complete"
20 -harness = false
21 -
22 -[[bench]]
23 -name = "ini_str"
24 -harness = false
25 -
26 -[[bench]]
27 -name = "json"
28 -harness = false
29 [dependencies.lazy_static]
30 version = "^1.0"
31 optional = true