Codebase list rust-stfu8 / f573399
Merge branch 'master' of salsa.debian.org:rust-team/debcargo-conf Sylvestre Ledru 4 years ago
28 changed file(s) with 145 addition(s) and 99 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-adler32 (1.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package adler32 1.0.4 from crates.io using debcargo 2.4.2
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 10:41:47 +0100
6
07 rust-adler32 (1.0.3-1) unstable; urgency=medium
18
29 * Package adler32 1.0.3 from crates.io using debcargo 2.2.6
44
55 Files: *
66 Copyright:
7 2015-2018 Remi Rampin <remirampin@gmail.com>
7 2015-2020 Remi Rampin <remirampin@gmail.com>
88 1995-2013 Jean-loup Gailly and Mark Adler
9 License: BSD-3-Clause AND Zlib
9 License: Zlib
10 Comment: Original C code by Zlib authors, Rust code by Remi Rampin
1011
1112 Files: debian/*
1213 Copyright:
1314 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1415 2018 kpcyrd <git@rxv.cc>
1516 License: BSD-3-Clause AND Zlib
16
17 License: BSD-3-Clause
18 Redistribution and use in source and binary forms, with or without
19 modification, are permitted provided that the following conditions are met:
20 .
21 1. Redistributions of source code must retain the above copyright notice, this
22 list of conditions and the following disclaimer.
23 .
24 2. Redistributions in binary form must reproduce the above copyright notice,
25 this list of conditions and the following disclaimer in the documentation
26 and/or other materials provided with the distribution.
27 .
28 3. Neither the name of the copyright holder nor the names of its contributors
29 may be used to endorse or promote products derived from this software without
30 specific prior written permission.
31 .
32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
36 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
38 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
40 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4217
4318 License: Zlib
4419 This software is provided 'as-is', without any express or implied
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Remi Rampin <remirampin@gmail.com>
7 License: BSD-3-Clause AND Zlib
7 License: Zlib
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1010 Cargo.toml, they were extracted from the upstream Git repository. This may not
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
13
14 Files: ./LICENSE
15 Copyright: 2015, Remi Rampin
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
2013
2114 Files: ./src/lib.rs
2215 Copyright: 1995-2013 Jean-loup Gailly and Mark Adler
2720
2821 Files: debian/*
2922 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 FIXME (overlay) Your Name <Your Email>
32 License: BSD-3-Clause AND Zlib
33
34 License: BSD-3-Clause
35 Redistribution and use in source and binary forms, with or without
36 modification, are permitted provided that the following conditions are met:
37 .
38 1. Redistributions of source code must retain the above copyright notice, this
39 list of conditions and the following disclaimer.
40 .
41 2. Redistributions in binary form must reproduce the above copyright notice,
42 this list of conditions and the following disclaimer in the documentation
43 and/or other materials provided with the distribution.
44 .
45 3. Neither the name of the copyright holder nor the names of its contributors
46 may be used to endorse or promote products derived from this software without
47 specific prior written permission.
48 .
49 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
50 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
51 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
52 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
53 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
55 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
56 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
57 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
58 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 kpcyrd <git@rxv.cc>
25 License: Zlib
5926
6027 License: Zlib
6128 This software is provided 'as-is', without any express or implied
00 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 Index: adler32/Cargo.toml
1 ===================================================================
2 --- adler32.orig/Cargo.toml
3 +++ adler32/Cargo.toml
4 @@ -21,4 +21,4 @@ keywords = ["adler32", "hash", "rolling"
5 license = "Zlib"
6 repository = "https://github.com/remram44/adler32-rs"
7 [dev-dependencies.rand]
8 -version = "0.4"
9 +version = "0.7"
10 Index: adler32/src/lib.rs
11 ===================================================================
12 --- adler32.orig/src/lib.rs
13 +++ adler32/src/lib.rs
14 @@ -252,7 +252,7 @@ mod test {
15 let mut data = vec![0u8; 5589];
16 for size in [0, 1, 3, 4, 5, 31, 32, 33, 67,
17 5550, 5552, 5553, 5568, 5584, 5589].iter().cloned() {
18 - rng.fill_bytes(&mut data[..size]);
19 + rng.fill(&mut data[..size]);
20 let r1 = io::Cursor::new(&data[..size]);
21 let r2 = r1.clone();
22 if adler32_slow(r1).unwrap() != adler32(r2).unwrap() {
0 rdeps in testing are all uninstallable already
0 rust-globset (0.4.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package globset 0.4.5 from crates.io using debcargo 2.4.2
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 11:30:28 +0100
6
07 rust-globset (0.4.4-2) unstable; urgency=medium
18
29 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: globset
22 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/ripgrep/tree/master/globset
3 Source: https://github.com/BurntSushi/ripgrep/tree/master/crates/globset
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Andrew Gallant <jamslam@gmail.com>
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
+0
-12
src/globset/debian/patches/fix-undeclared-dep.patch less more
0 Forwarded: https://github.com/BurntSushi/globset/pull/1
1 --- a/Cargo.toml
2 +++ b/Cargo.toml
3 @@ -43,6 +43,8 @@
4 version = "1.1.5"
5 [dev-dependencies.glob]
6 version = "0.3.0"
7 +[dev-dependencies.lazy_static]
8 +version = "1"
9
10 [features]
11 simd-accel = []
0 Index: globset/Cargo.toml
1 ===================================================================
2 --- globset.orig/Cargo.toml
3 +++ globset/Cargo.toml
4 @@ -52,7 +52,7 @@ version = "0.3.0"
5 version = "1"
6
7 [dev-dependencies.serde_json]
8 -version = "1.0.45"
9 +version = "1.0.41"
10
11 [features]
12 serde1 = ["serde"]
0 fix-undeclared-dep.patch
0 relax-test-dep.diff
0 rdep flate2 has broken autopkgtests irregardless of this update, needs investigation
0 rust-miniz-oxide (0.3.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package miniz_oxide 0.3.6 from crates.io using debcargo 2.4.2
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 10:38:51 +0100
6
07 rust-miniz-oxide (0.3.5-1) unstable; urgency=medium
18
29 * Package miniz_oxide 0.3.5 from crates.io using debcargo 2.4.0
2424
2525 Files: debian/*
2626 Copyright:
27 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019 Ximin Luo <infinity0@debian.org>
27 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019-2020 Ximin Luo <infinity0@debian.org>
2929 License: MIT
3030
3131 License: MIT
+0
-11
src/miniz-oxide/debian/patches/fix-test-file.patch less more
0 --- a/tests/test.rs
1 +++ b/tests/test.rs
2 @@ -49,7 +49,7 @@
3
4 fn get_test_data() -> Vec<u8> {
5 use std::env;
6 - let path = env::var("TEST_FILE").unwrap_or_else(|_| "../miniz/miniz.c".to_string());
7 + let path = env::var("TEST_FILE").unwrap_or_else(|_| "Cargo.toml".to_string());
8 get_test_file_data(&path)
9 }
10
+0
-1
src/miniz-oxide/debian/patches/series less more
0 fix-test-file.patch
0 update needed to support updated thread_local
0 rust-regex (1.3.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package regex 1.3.5 from crates.io using debcargo 2.4.2
3
4 [ Ximin Luo ]
5 * Team upload.
6 * Package regex 1.3.1 from crates.io using debcargo 2.4.0
7
8 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 11:47:42 +0100
9
010 rust-regex (1.3.1-1) unstable; urgency=medium
111
212 * Team upload.
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
25 2018-2019 Robin Krahl <robin.krahl@ireas.org>
26 2018-2019 kpcyrd <git@rxv.cc>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
25 2018-2020 Robin Krahl <robin.krahl@ireas.org>
26 2018-2020 kpcyrd <git@rxv.cc>
2727 License: MIT or Apache-2.0
2828
2929 License: Apache-2.0
33 "Robin Krahl <robin.krahl@ireas.org>",
44 "kpcyrd <git@rxv.cc>",
55 ]
6
7 [packages.lib]
8 # compilation without 'std' feature fails, but we can't mark just the
9 # --no-default-features test as broken
10 test_is_broken = true
0 Index: regex/Cargo.toml
1 ===================================================================
2 --- regex.orig/Cargo.toml
3 +++ regex/Cargo.toml
4 @@ -93,11 +93,11 @@ version = "0.3"
5 version = "1"
6
7 [dev-dependencies.quickcheck]
8 -version = "0.8"
9 +version = "0.9"
10 default-features = false
11
12 [dev-dependencies.rand]
13 -version = "0.6.5"
14 +version = "0.7"
15
16 [features]
17 default = ["std", "perf", "unicode"]
0 these features use #feature(), which is not supported on a stable toolchain.
1 since we don't support unstable toolchains, we can patch these out altogether
2 to make them unavailable in Debian.
3
4 Index: regex/Cargo.toml
5 ===================================================================
6 --- regex.orig/Cargo.toml
7 +++ regex/Cargo.toml
8 @@ -101,7 +101,6 @@ version = "0.7"
9
10 [features]
11 default = ["std", "perf", "unicode"]
12 -pattern = []
13 perf = ["perf-cache", "perf-dfa", "perf-inline", "perf-literal"]
14 perf-cache = ["thread_local"]
15 perf-dfa = []
16 @@ -116,5 +115,4 @@ unicode-gencat = ["regex-syntax/unicode-
17 unicode-perl = ["regex-syntax/unicode-perl"]
18 unicode-script = ["regex-syntax/unicode-script"]
19 unicode-segment = ["regex-syntax/unicode-segment"]
20 -unstable = ["pattern"]
21 use_std = ["std"]
0 relax-test-dep.diff
1 remove-unstable-features.diff
0 needed for regex 1.3.5
0 rust-regex-syntax (0.6.17-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package regex-syntax 0.6.17 from crates.io using debcargo 2.4.2
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 11:54:25 +0100
6
07 rust-regex-syntax (0.6.13-1) unstable; urgency=medium
18
29 * Package regex-syntax 0.6.13 from crates.io using debcargo 2.4.2
22 "Ximin Luo <infinity0@debian.org>",
33 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
44 ]
5 excludes = [ "benches/**" ]