Codebase list rust-stfu8 / 6a07f97
package remaining cargo deps, need to duplicate them sadly due to other reverse-deps Ximin Luo 2 years ago
24 changed file(s) with 354 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
0 rust-crossbeam-utils (0.8.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package crossbeam-utils 0.8.5 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 20:24:02 +0100
6
07 rust-crossbeam-utils (0.7.2-2) unstable; urgency=medium
18
29 * Package crossbeam-utils 0.7.2 from crates.io using debcargo 2.4.2
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1313 2019 kpcyrd <git@rxv.cc>
1414 License: MIT or Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 2018-2020 kpcyrd <git@rxv.cc>
23 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 2018-2021 kpcyrd <git@rxv.cc>
2626 License: MIT or Apache-2.0
2727
2828 License: Apache-2.0
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
22 @@ -29,7 +29,7 @@
3 version = "1.1.0"
3 version = "1.4.0"
44 optional = true
55 [dev-dependencies.rand]
6 -version = "0.6"
7 +version = ">= 0.6, < 0.8"
8 [build-dependencies.autocfg]
9 version = "1"
6 -version = "0.8"
7 +version = ">= 0.7, < 0.9"
108
9 [features]
10 default = ["std"]
0 rust-crossbeam-utils (0.7.2-2) unstable; urgency=medium
1
2 * Package crossbeam-utils 0.7.2 from crates.io using debcargo 2.4.2
3 * Add patch to relax dev dependencies so autopkgtests aren't skipped
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 08 Apr 2020 08:19:39 +0200
6
7 rust-crossbeam-utils (0.7.2-1) unstable; urgency=medium
8
9 * Team upload.
10 * Package crossbeam-utils 0.7.2 from crates.io using debcargo 2.4.0
11
12 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 Mar 2020 23:37:24 +0100
13
14 rust-crossbeam-utils (0.6.6-1) unstable; urgency=medium
15
16 * Package crossbeam-utils 0.6.6 from crates.io using debcargo 2.4.0
17
18 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 06 Aug 2019 20:26:32 +0200
19
20 rust-crossbeam-utils (0.6.5-1) unstable; urgency=medium
21
22 * Team upload.
23 * Package crossbeam-utils 0.6.5 from crates.io using debcargo 2.2.10
24
25 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 03 Feb 2019 10:28:42 +0100
26
27 rust-crossbeam-utils (0.6.3-1) unstable; urgency=medium
28
29 * Package crossbeam-utils 0.6.3 from crates.io using debcargo 2.2.9
30
31 [ kpcyrd ]
32 * Package crossbeam-utils 0.6.3 from crates.io using debcargo 2.2.9
33
34 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 20 Jan 2019 22:08:22 +0100
35
36 rust-crossbeam-utils (0.6.1-1) unstable; urgency=medium
37
38 * Team upload.
39 * Package crossbeam-utils 0.6.1 from crates.io using debcargo 2.2.9
40
41 [ kpcyrd ]
42 * Package crossbeam-utils 0.6.1 from crates.io using debcargo 2.2.9
43
44 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 10 Dec 2018 03:34:57 -0500
45
46 rust-crossbeam-utils (0.5.0-1) unstable; urgency=medium
47
48 * Package crossbeam-utils 0.5.0 from crates.io using debcargo 2.2.6
49
50 -- kpcyrd <git@rxv.cc> Sun, 09 Sep 2018 10:14:32 +0200
51
52 rust-crossbeam-utils (0.4.1-1) unstable; urgency=medium
53
54 * Package crossbeam-utils 0.4.1 from crates.io using debcargo 2.2.3
55
56 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 15 Jul 2018 22:39:21 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossbeam-utils
2 Upstream-Contact: The Crossbeam Project Developers
3 Source: https://github.com/crossbeam-rs/crossbeam-utils
4
5 Files: *
6 Copyright: 2017-2019 The Crossbeam Project Developers
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 2019 kpcyrd <git@rxv.cc>
14 License: MIT or Apache-2.0
15
16 License: Apache-2.0
17 Debian systems provide the Apache 2.0 license in
18 /usr/share/common-licenses/Apache-2.0
19
20 License: MIT
21 Permission is hereby granted, free of charge, to any person obtaining a copy
22 of this software and associated documentation files (the "Software"), to deal
23 in the Software without restriction, including without limitation the rights
24 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 copies of the Software, and to permit persons to whom the Software is
26 furnished to do so, subject to the following conditions:
27 .
28 The above copyright notice and this permission notice shall be included in all
29 copies or substantial portions of the Software.
30 .
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossbeam-utils
2 Upstream-Contact: The Crossbeam Project Developers
3 Source: https://github.com/crossbeam-rs/crossbeam
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers
7 License: MIT or Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE-MIT
15 Copyright: 2019 The Crossbeam Project Developers
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.
20
21 Files: debian/*
22 Copyright:
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 2018-2020 kpcyrd <git@rxv.cc>
26 License: MIT or Apache-2.0
27
28 License: Apache-2.0
29 Debian systems provide the Apache 2.0 license in
30 /usr/share/common-licenses/Apache-2.0
31
32 License: MIT
33 Permission is hereby granted, free of charge, to any person obtaining a copy
34 of this software and associated documentation files (the "Software"), to deal
35 in the Software without restriction, including without limitation the rights
36 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37 copies of the Software, and to permit persons to whom the Software is
38 furnished to do so, subject to the following conditions:
39 .
40 The above copyright notice and this permission notice shall be included in all
41 copies or substantial portions of the Software.
42 .
43 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 SOFTWARE.
0 overlay = "."
1 uploaders = [
2 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
3 "kpcyrd <git@rxv.cc>"
4 ]
5
6 [packages.lib]
7 # Reason:
8 # --> benches/atomic_cell.rs:1:1
9 # |
10 # 1 | #![feature(test)]
11 # | ^^^^^^^^^^^^^^^^^
12 test_is_broken = true
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -29,7 +29,7 @@
3 version = "1.1.0"
4 optional = true
5 [dev-dependencies.rand]
6 -version = "0.6"
7 +version = ">= 0.6, < 0.8"
8 [build-dependencies.autocfg]
9 version = "1"
10
0 rust-env-logger (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package env_logger 0.9.0 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 20:19:40 +0100
6
07 rust-env-logger (0.7.1-2) unstable; urgency=medium
18
29 * Package env_logger 0.7.1 from crates.io using debcargo 2.4.2
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: env_logger
22 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/sebasmagri/env_logger/
3 Source: https://github.com/env-logger-rs/env_logger/
44
55 Files: *
66 Copyright: 2014-2019 The Rust Project Developers
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1313 License: MIT or Apache-2.0
1414
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: env_logger
22 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/sebasmagri/env_logger/
3 Source: https://github.com/env-logger-rs/env_logger/
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
2727
2828 Files: debian/*
2929 Copyright:
30 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
30 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
3232 License: MIT or Apache-2.0
3333
3434 License: Apache-2.0
+0
-11
src/env-logger/debian/patches/relax-deps.diff less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,7 +43,7 @@
3 optional = true
4
5 [dependencies.humantime]
6 -version = "1.3"
7 +version = ">= 1.3, < 3"
8 optional = true
9
10 [dependencies.log]
+0
-1
src/env-logger/debian/patches/series less more
0 relax-deps.diff
0 rust-env-logger (0.7.1-2) unstable; urgency=medium
1
2 * Package env_logger 0.7.1 from crates.io using debcargo 2.4.2
3 * Relax humantime dependency to work with v2 (closes: #955771)
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 05 Apr 2020 14:57:09 +0200
6
7 rust-env-logger (0.7.1-1) unstable; urgency=medium
8
9 * Team upload.
10 * Package env_logger 0.7.1 from crates.io using debcargo 2.4.0
11 * No need to exclude or clean Cargo.lock with dh-cargo >= 20.
12
13 -- Ximin Luo <infinity0@debian.org> Sat, 28 Dec 2019 08:06:30 +0000
14
15 rust-env-logger (0.6.2-1) unstable; urgency=medium
16
17 * Package env_logger 0.6.2 from crates.io using debcargo 2.3.1-alpha.0
18
19 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 10 Jul 2019 19:53:50 +0200
20
21 rust-env-logger (0.6.0-1) unstable; urgency=medium
22
23 * Team upload.
24 * Package env_logger 0.6.0 from crates.io using debcargo 2.2.9
25
26 -- Ximin Luo <infinity0@debian.org> Tue, 18 Dec 2018 17:30:18 -0800
27
28 rust-env-logger (0.5.11-1) unstable; urgency=medium
29
30 * Package env_logger 0.5.11 from crates.io using debcargo 2.2.5
31
32 [ Wolfgang Silbermayr ]
33 * Package env_logger 0.5.10 from crates.io using debcargo 2.2.3
34
35 -- Ximin Luo <infinity0@debian.org> Fri, 03 Aug 2018 03:59:10 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: env_logger
2 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/sebasmagri/env_logger/
4
5 Files: *
6 Copyright: 2014-2019 The Rust Project Developers
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 License: MIT or Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: env_logger
2 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/sebasmagri/env_logger/
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
7 License: MIT or Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE-MIT
15 Copyright: 2014 The Rust Project Developers
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.
20
21 Files: ./src/lib.rs
22 Copyright: 2014-2015 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: debian/*
29 Copyright:
30 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
32 License: MIT or Apache-2.0
33
34 License: Apache-2.0
35 Debian systems provide the Apache 2.0 license in
36 /usr/share/common-licenses/Apache-2.0
37
38 License: MIT
39 Permission is hereby granted, free of charge, to any person obtaining a copy
40 of this software and associated documentation files (the "Software"), to deal
41 in the Software without restriction, including without limitation the rights
42 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43 copies of the Software, and to permit persons to whom the Software is
44 furnished to do so, subject to the following conditions:
45 .
46 The above copyright notice and this permission notice shall be included in all
47 copies or substantial portions of the Software.
48 .
49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2 summary = "Log implementation configured via environment variable"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,7 +43,7 @@
3 optional = true
4
5 [dependencies.humantime]
6 -version = "1.3"
7 +version = ">= 1.3, < 3"
8 optional = true
9
10 [dependencies.log]
0 rust-humantime (2.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package humantime 2.1.0 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 20:18:48 +0100
6
07 rust-humantime (2.0.0-1) unstable; urgency=medium
18
29 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: humantime
22 Upstream-Contact: Paul Colomiets <paul@colomiets.name>
3 Source: https://github.com/tailhook/humantime
34
45 Files: *
56 Copyright:
1112
1213 Files: debian/*
1314 Copyright:
14 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1516 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1617 License: MIT or Apache-2.0
1718
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: humantime
22 Upstream-Contact: Paul Colomiets <paul@colomiets.name>
3 Source: https://github.com/tailhook/humantime
34
45 Files: *
56 Copyright: FIXME (overlay) UNKNOWN-YEARS Paul Colomiets <paul@colomiets.name>
2223
2324 Files: debian/*
2425 Copyright:
25 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
26 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
27 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2728 License: MIT or Apache-2.0
2829
2930 License: Apache-2.0