Codebase list rust-serde-xml-rs / 98aa723
Merge branch 'master' of salsa.debian.org:rust-team/debcargo-conf Sylvestre Ledru 5 years ago
189 changed file(s) with 4044 addition(s) and 116 deletion(s). Raw diff Collapse all Expand all
5757
5858 REALVER=<old-version> ./update.sh <rust-crate-name> # then
5959 REALVER=<old-version> ./release.sh <rust-crate-name>
60
61
62 DD instructions
63 ===============
64
65 To set up a suitable build environment for ``./build.sh``::
66
67 $ sudo apt-get install devscripts reprepro debootstrap sbuild
68 $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \
69 --chroot-prefix debcargo-unstable unstable \
70 /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian
7160
7261
7362 General packaging tips
166155 ``quilt rename`` if that helps you.
167156
168157
169 TODO
170 ====
158 DD instructions
159 ===============
171160
172 Maybe use ``--copyright-guess-harder``.
161 To set up a suitable build environment for ``./build.sh``::
162
163 $ sudo apt-get install devscripts reprepro debootstrap sbuild
164 $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \
165 --chroot-prefix debcargo-unstable unstable \
166 /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian
167
168 Normally, ``./build.sh`` will fail early if not all the build dependencies are
169 available in your local apt cache. If you are packaging a large dependency tree
170 however, to avoid many round-trips through NEW it is possible to bypass this
171 check and build all the packages together. Suppose package B depends on package
172 A, then you can run something like::
173
174 $ export IGNORE_MISSING_BUILD_DEPS=1
175 $ ./release.sh A
176 $ ( cd build && ./build.sh A )
177 # push pending and checkout master
178 $ ./release.sh B
179 $ ( cd build && ./build.sh B librust-A*.deb )
180
181 The extra arguments after ``./build.sh B <args>`` is extra deb files to pass to
182 sbuild to use as dependencies. In this case, ``librust-A*.deb`` should have
183 been built by the previous step.
184
185 After everything is built successfully, you can ``dput`` all of them and then
186 push all the ``pending-*`` branches as normal.
3232 These packages (RFS) are prepared in the master branch and can be uploaded
3333 because all required dependencies are available in main::
3434
35 rand_core 0.2 (update, adds new binary packages)
36 encoding_rs 0.8.14 (update, adds new binary packages)
37 tokio-reactor (update)
35 tokio-core
36 tokio-async-await
37 nitrocli (update)
38 sniffglue (update, fix ftbfs)
39 iso8601 (update)
40
3841
3942 Delayed/problematic::
4043
41 tokio-core (blocked by tokio)
42 tokio (blocked by tokio-threadpool 0.1.10)
43 tokio-thradpool
4444 md5 (update) -- affects uuid
45 grep
46 pcre2 feature depends on grep-pcre2 -> pcre2 -> pcre2-sys
47 gcc-0.3.54 -- don't need this, completely obsoleted by cc.
45 gcc -- don't need this, completely obsoleted by cc.
4846 patch dependents to use cc instead.
4947 winutil -- dependency of hostname <- resolv-conf <- trust-dns-resolver
5048 doesn't build on linux
5149
52 parking_lot (blocked by lock_api)
5350 indicatif (blocked by parking_lot)
5451 statistical (blocked by num & co)
5552 hyperfine (blocked by indicatif & statistical)
7474 print_all(edge_dep(name, dep))
7575 traverse(dep, arch, d+1)
7676
77 if not dependencies:
78 age = excuses.get(name, {}).get("policy_info", {}).get("age", {})
79 if age.get("verdict", "") == "REJECTED_TEMPORARILY":
80 print_all('"%s" [fillcolor="#66ff99",style=filled]' % name)
81
7782 #import code
7883 #code.interact(local=locals())
7984
0 rust-bit-set (0.5.0-1) unstable; urgency=medium
1
2 * Package bit-set 0.5.0 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 18:51:28 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bit-set
2 Upstream-Contact: Alexis Beingessner <a.beingessner@gmail.com>
3 Source: https://github.com/contain-rs/bit-set
4
5 Files: *
6 Copyright:
7 2015-2018 Alexis Beingessner <a.beingessner@gmail.com>
8 2012-2016 The Rust Project Developers
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Ximin Luo <infinity0@debian.org>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bit-set
2 Upstream-Contact: Alexis Beingessner <a.beingessner@gmail.com>
3 Source: https://github.com/contain-rs/bit-set
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Alexis Beingessner <a.beingessner@gmail.com>
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: 2016 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: 2012-2014 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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019 Ximin Luo <infinity0@debian.org>
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 = ["Ximin Luo <infinity0@debian.org>"]
0 rust-bufstream (0.1.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package bufstream 0.1.4 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 03:27:36 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bufstream
2 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/alexcrichton/bufstream
4
5 Files: *
6 Copyright: 2013-2018 The Rust Project Developers
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
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: bufstream
2 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/alexcrichton/bufstream
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: 2013 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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019 kpcyrd <git@rxv.cc>
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 = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Buffered I/O for streams"
0 rust-caps (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package caps 0.3.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 03:24:24 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: caps
2 Upstream-Contact: Luca Bruno <lucab@debian.org>
3 Source: https://github.com/lucab/caps-rs
4
5 Files: *
6 Copyright: 2018-2019 Luca Bruno <lucab@debian.org>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
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: caps
2 Upstream-Contact: Luca Bruno <lucab@debian.org>
3 Source: https://github.com/lucab/caps-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Luca Bruno <lucab@debian.org>
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: debian/*
15 Copyright:
16 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 kpcyrd <git@rxv.cc>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 rust-cbindgen (0.7.1-1) unstable; urgency=medium
1
2 * Package cbindgen 0.7.1 from crates.io using debcargo 2.2.10
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 29 Jan 2019 09:03:04 +0100
5
06 rust-cbindgen (0.6.8-1) unstable; urgency=medium
17
28 * Package cbindgen 0.6.8 from crates.io using debcargo 2.2.9
0 rust-colored-json (1.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-colored-json (1.0.0-1) unstable; urgency=medium
11
22 * Package colored_json 1.0.0 from crates.io using debcargo 2.2.9
33
4 -- Robin Krahl <robin.krahl@ireas.org> Mon, 21 Jan 2019 12:33:27 +0000
4 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 10:03:35 +0100
0 rust-combine (3.6.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package combine 3.6.6 from crates.io using debcargo 2.2.9
3
4 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 16:39:44 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: combine
2 Upstream-Contact: Markus Westerlind <marwes91@gmail.com>
3 Source: https://github.com/Marwes/combine
4
5 Files: *
6 Copyright: 2015-2019 Markus Westerlind <marwes91@gmail.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: combine
2 Upstream-Contact: Markus Westerlind <marwes91@gmail.com>
3 Source: https://github.com/Marwes/combine
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Markus Westerlind <marwes91@gmail.com>
7 License: MIT
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
15 Copyright: 2015 Markus Westerlind
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Robin Krahl <robin.krahl@ireas.org>
25 License: MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
2 summary = "fast parser combinators on arbitrary streams"
0 rust-ctrlc (3.1.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-ctrlc (3.1.1-2) unstable; urgency=medium
11
22 * Package ctrlc 3.1.1 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 14 Jan 2019 21:26:14 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 07:14:55 +0100
55
66 rust-ctrlc (3.1.1-1) unstable; urgency=medium
77
+0
-25
src/ctrlc/debian/patches/0001-Update-nix-dependency-to-0.12.patch less more
0 From 220c8829a9837934082c2578e3ae3085a1a5443e Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Mon, 14 Jan 2019 21:22:56 +0100
3 Subject: [PATCH] Update nix dependency to 0.12
4
5 ---
6 Cargo.toml | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/Cargo.toml b/Cargo.toml
10 index f799d15..b24c632 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -29,7 +29,7 @@ harness = false
14 [features]
15 termination = []
16 [target."cfg(unix)".dependencies.nix]
17 -version = "0.11"
18 +version = "0.12"
19 [target."cfg(windows)".dependencies.winapi]
20 version = "0.3"
21 features = ["consoleapi", "handleapi", "synchapi", "winbase"]
22 --
23 2.20.1
24
0 From 220c8829a9837934082c2578e3ae3085a1a5443e Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Mon, 14 Jan 2019 21:22:56 +0100
3 Subject: [PATCH] Update nix dependency to 0.13
4
5 ---
6 Cargo.toml | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/Cargo.toml b/Cargo.toml
10 index f799d15..b24c632 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -29,7 +29,7 @@ harness = false
14 [features]
15 termination = []
16 [target."cfg(unix)".dependencies.nix]
17 -version = "0.11"
18 +version = "0.13"
19 [target."cfg(windows)".dependencies.winapi]
20 version = "0.3"
21 features = ["consoleapi", "handleapi", "synchapi", "winbase"]
22 --
23 2.20.1
24
0 0001-Update-nix-dependency-to-0.12.patch
0 0001-Update-nix-dependency-to-0.13.patch
0 rust-debcargo (2.2.10-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package debcargo 2.2.10 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 19:30:45 -0800
5
06 rust-debcargo (2.2.10-1) unstable; urgency=medium
17
28 * Package debcargo 2.2.10 from crates.io using debcargo 2.2.10
33 [packages.bin]
44 section = "devel"
55 depends = ["quilt"]
6 recommends = ["cargo"]
6 recommends = ["dh-cargo"]
0 rust-diesel (1.4.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package diesel 1.4.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:20:58 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: diesel
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3 Source: https://github.com/diesel-rs/diesel
4
5 Files: *
6 Copyright:
7 2015-2019 Sean Griffin <sean@seantheprogrammer.com>
8 2016 Alex Burka
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 kpcyrd <git@rxv.cc>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: diesel
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3 Source: https://github.com/diesel-rs/diesel
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Sean Griffin <sean@seantheprogrammer.com>
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: ./src/macros/static_cond.rs
15 Copyright: 2016 Alex Burka
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Safe and extensible ORM and Query Builder"
0 rust-diesel-derives (1.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package diesel_derives 1.4.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 00:55:04 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: diesel_derives
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3 Source: https://github.com/diesel-rs/diesel/tree/master/diesel_derives
4
5 Files: *
6 Copyright: 2017-2019 Sean Griffin <sean@seantheprogrammer.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
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: diesel_derives
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3 Source: https://github.com/diesel-rs/diesel/tree/master/diesel_derives
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Sean Griffin <sean@seantheprogrammer.com>
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: debian/*
15 Copyright:
16 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 kpcyrd <git@rxv.cc>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 summary = "Proc macro derives for diesel"
0 rust-difference (2.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Initial release. Closes: #920395
3 * Package difference 2.0.0 from crates.io using debcargo 2.2.9
4
5 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 23:45:47 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: difference
2 Upstream-Contact: Johann Hofmann <mail@johann-hofmann.com>
3 Source: https://github.com/johannhof/difference.rs
4
5 Files: *
6 Copyright: 2015-2018 Johann Hofmann <mail@johann-hofmann.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: difference
2 Upstream-Contact: Johann Hofmann <mail@johann-hofmann.com>
3 Source: https://github.com/johannhof/difference.rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Johann Hofmann <mail@johann-hofmann.com>
7 License: MIT
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
15 Copyright: 2015 Johann Hofmann
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Robin Krahl <robin.krahl@ireas.org>
25 License: MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
2 summary = "text diffing and assertion library"
3
4 [packages.bin]
5 section = "utils"
6 summary = "text diffing tool"
7 description = """
8 difference compares two strings and prints a colorful visual representation of
9 the diff.
10 """
0 .\" (C) Copyright 2019 Robin Krahl <robin.krahl@ireas.org>
1 .TH DIFFERENCE 1 2019-01-23
2 .SH NAME
3 difference \- compares two strings and prints a colorful diff
4 .SH SYNOPSIS
5 \fBdifference\fR [\fB\-\-split \fIsplit\fR] \fIorig\fR \fIedit\fR
6 .SH DESCRIPTION
7 \fBdifference\fR compares the strings \fIorig\fR and \fIedit\fR and prints
8 a colorful representation of the difference to the standard output.
9 .SH OPTIONS
10 .TP
11 \fB\-s\fR, \fB\-\-split\fR \fBchar\fR|\fBword\fR|\fBline\fR
12 Select the level of detail in the diff (default: \fB word\fR).
13 .SH EXAMPLES
14 In the examples, text that would be printed in red is formatted \fIin
15 italics\fR, and text that would be printed in green is formatted \fBbold\fR.
16 .P
17 Compare characters:
18 $ \fBdifference --split char brown green\fR
19 \fIb\fBg\fRr\fIow\fBee\fRn
20 .P
21 Compare words:
22 $ \fBdifference --split word brown green\fR
23 \fIbrown\fB green\fR
24
25 $ \fBdifference --split word "The quick brown fox jumps over the lazy dog." \
26 "The huge brown fox is cool."\fR
27 The \fIquick\fB huge\fR brown fox \fIjumps over the lazy dog.\fB is \
28 really cool.\fR
29 .P
30 Compare lines:
31 $ \fBdifference --split word brown green\fR
32 \fIbrown\fR
33 \fBgreen\fR
34
35 $ \fBdifference --split word "The quick brown fox jumps over the lazy dog." \
36 "The huge brown fox is cool."\fR
37 \fIThe quick brown fox jumps over the lazy dog.\fR
38 \fBThe huge brown fox is cool.\fR
39
40 $ \fBdifference --split line "Roses are red, violets are blue,\fR
41 > \fBI wrote this library here,\fR
42 > \fBjust for you.\fR
43 > \fB(It's true)." "Roses are red, violets are blue,\fR
44 > \fBI wrote this documentation here,\fR
45 > \fBjust for you.\fR
46 > (\fBIt's quite true)."\fR
47 Roses are red, violets are blue,
48 \fII wrote this library here,\fR
49 \fBI wrote this documentation here,\fR
50 just for you.
51 \fI(It's true).\fR
52 \fB(It's quite true).\fR
0 difference provides both a library and a binary, but the binary is only built
1 properly if the non-default bin feature is set. As we cannot select different
2 features for the library and binary build, we make bin a default feature.
3 Index: difference/Cargo.toml
4 ===================================================================
5 --- difference.orig/Cargo.toml
6 +++ difference/Cargo.toml
7 @@ -36,7 +36,7 @@ version = ">= 0.2.7, < 0.6"
8
9 [features]
10 bin = ["getopts"]
11 -default = []
12 +default = ["bin"]
13 [badges.appveyor]
14 repository = "johannhof/difference.rs"
15
0 bin-default-feature.patch
0 rust-dogged (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-dogged (0.2.0-1) unstable; urgency=medium
11
22 * Package dogged 0.2.0 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 08:59:59 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 10:04:07 +0100
0 rust-encoding-rs (0.8.14-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-encoding-rs (0.8.14-1) unstable; urgency=medium
11
22 * Package encoding_rs 0.8.14 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 08:50:13 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 08:54:42 +0100
55
66 rust-encoding-rs (0.8.13-1) unstable; urgency=medium
77
0 rust-env-proxy (0.2.0-1) unstable; urgency=medium
1
2 * Package env_proxy 0.2.0 from crates.io using debcargo 2.2.9
3
4 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 19:27:37 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: env_proxy
2 Upstream-Contact: Ivan Nejgebauer <inejge@gmail.com>
3 Source: https://github.com/inejge/env_proxy
4
5 Files: *
6 Copyright: 2016-2017 Ivan Nejgebauer <inejge@gmail.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
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_proxy
2 Upstream-Contact: Ivan Nejgebauer <inejge@gmail.com>
3 Source: https://github.com/inejge/env_proxy
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Ivan Nejgebauer <inejge@gmail.com>
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: 2010 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: 2016 Ivan Nejgebauer <inejge@gmail.com>
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019 Robin Krahl <robin.krahl@ireas.org>
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 = ["Robin Krahl <robin.krahl@ireas.org>"]
2 summary = "determine proxy parameters for a URL from the environment"
0 Index: env-proxy/Cargo.toml
1 ===================================================================
2 --- env-proxy.orig/Cargo.toml
3 +++ env-proxy/Cargo.toml
4 @@ -22,7 +22,7 @@ keywords = ["proxy", "environment", "htt
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/inejge/env_proxy"
7 [dependencies.log]
8 -version = "0.3"
9 +version = ">= 0.3, < 0.5"
10
11 [dependencies.url]
12 version = "1"
0 relax-dep-versions.patch
0 rust-environment (0.1.1-1) unstable; urgency=medium
1
2 * Package environment 0.1.1 from crates.io using debcargo 2.2.9
3
4 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 19:41:24 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: environment
2 Upstream-Contact: Freyskeyd <simon.paitrault@gmail.com>
3 Source: https://github.com/Freyskeyd/environment.git
4
5 Files: *
6 Copyright: 2017 Freyskeyd <simon.paitrault@gmail.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
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: environment
2 Upstream-Contact: Freyskeyd <simon.paitrault@gmail.com>
3 Source: https://github.com/Freyskeyd/environment.git
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Freyskeyd <simon.paitrault@gmail.com>
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: debian/*
15 Copyright:
16 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 Robin Krahl <robin.krahl@ireas.org>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
2 summary = "handle environment variable context"
0 rust-errno (0.2.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package errno 0.2.4 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 03:20:51 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: errno
2 Upstream-Contact: Chris Wong <lambda.fairy@gmail.com>
3 Source: https://github.com/lfairy/rust-errno
4
5 Files: *
6 Copyright:
7 2014-2018 Chris Wong <lambda.fairy@gmail.com>
8 2014-2015 The Rust Project Developers
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 kpcyrd <git@rxv.cc>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: errno
2 Upstream-Contact: Chris Wong <lambda.fairy@gmail.com>
3 Source: https://github.com/lfairy/rust-errno
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Chris Wong <lambda.fairy@gmail.com>
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 Chris Wong
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/unix.rs
22 Copyright: 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: ./src/windows.rs
29 Copyright: 2014 The Rust Project Developers
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: debian/*
36 Copyright:
37 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
38 2019 kpcyrd <git@rxv.cc>
39 License: MIT or Apache-2.0
40
41 License: Apache-2.0
42 Debian systems provide the Apache 2.0 license in
43 /usr/share/common-licenses/Apache-2.0
44
45 License: MIT
46 Permission is hereby granted, free of charge, to any person obtaining a copy
47 of this software and associated documentation files (the "Software"), to deal
48 in the Software without restriction, including without limitation the rights
49 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
50 copies of the Software, and to permit persons to whom the Software is
51 furnished to do so, subject to the following conditions:
52 .
53 The above copyright notice and this permission notice shall be included in all
54 copies or substantial portions of the Software.
55 .
56 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
59 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
60 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
62 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 rust-errno-dragonfly (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package errno-dragonfly 0.1.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 03:06:11 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: errno-dragonfly
2 Upstream-Contact: Michael Neumann <mneumann@ntecs.de>
3 Source: https://github.com/mneumann/errno-dragonfly-rs
4
5 Files: *
6 Copyright: 2017 Michael Neumann <mneumann@ntecs.de>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: errno-dragonfly
2 Upstream-Contact: Michael Neumann <mneumann@ntecs.de>
3 Source: https://github.com/mneumann/errno-dragonfly-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Michael Neumann <mneumann@ntecs.de>
7 License: MIT
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
15 Copyright: 2017 Michael Neumann
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
25 License: MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 --- a/build.rs
1 +++ b/build.rs
2 @@ -1,7 +1,11 @@
3 extern crate cc;
4
5 +use std::env;
6 +
7 fn main() {
8 cc::Build::new()
9 .file("src/errno.c")
10 .compile("liberrno.a");
11 +
12 + println!("dh-cargo:deb-built-using=errno=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
13 }
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -21,5 +21,5 @@
3 repository = "https://github.com/mneumann/errno-dragonfly-rs"
4 [dependencies.libc]
5 version = "0.2"
6 -[build-dependencies.gcc]
7 -version = "0.3"
8 +[build-dependencies.cc]
9 +version = "1.0"
10 --- a/build.rs
11 +++ b/build.rs
12 @@ -1,5 +1,7 @@
13 -extern crate gcc;
14 +extern crate cc;
15
16 fn main() {
17 - gcc::compile_library("liberrno.a", &["src/errno.c"]);
18 + cc::Build::new()
19 + .file("src/errno.c")
20 + .compile("liberrno.a");
21 }
0 cc.patch
1 built-using.patch
0 rust-grep-printer (0.1.1-2) unstable; urgency=medium
1
2 * Team upload.
3 * Package grep-printer 0.1.1 from crates.io using debcargo 2.2.9
4 * Allow building against base64 0.10
5
6 -- Ximin Luo <infinity0@debian.org> Fri, 25 Jan 2019 08:30:21 -0800
7
08 rust-grep-printer (0.1.1-1) unstable; urgency=medium
19
210 * Package grep-printer 0.1.1 from crates.io using debcargo 2.2.7
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -22,7 +22,7 @@
3 license = "Unlicense/MIT"
4 repository = "https://github.com/BurntSushi/ripgrep"
5 [dependencies.base64]
6 -version = "0.9.2"
7 +version = ">= 0.9.2, < 0.11"
8 optional = true
9
10 [dependencies.grep-matcher]
0 relax-dep-versions.patch
0 rust-gumdrop (0.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-gumdrop (0.5.0-1) unstable; urgency=medium
11
22 * Package gumdrop 0.5.0 from crates.io using debcargo 2.2.9
33
4 -- Andrej Shadura <andrewsh@debian.org> Mon, 21 Jan 2019 17:25:53 +0100
4 -- Andrej Shadura <andrewsh@debian.org> Mon, 21 Jan 2019 17:28:56 +0100
0 rust-hexyl (0.4.0-1) unstable; urgency=medium
1
2 * Package hexyl 0.4.0 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 21:05:21 +0100
5
06 rust-hexyl (0.3.1-1) unstable; urgency=medium
17
28 * Package hexyl 0.3.1 from crates.io using debcargo 2.2.9
88 help2man \
99 --name hexyl \
1010 --no-info \
11 --no-discard-stderr \
1112 --version-string $(DEB_VERSION_UPSTREAM) \
1213 debian/hexyl/usr/bin/hexyl > debian/hexyl.1
1314 dh_installman -O--buildsystem=cargo
0 rust-html5ever (0.22.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package html5ever 0.22.5 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:08:43 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: html5ever
2 Upstream-Contact: The html5ever Project Developers
3 Source: https://github.com/servo/html5ever
4
5 Files: *
6 Copyright: 2014-2018 The html5ever Project Developers
7 License: MIT or Apache-2.0
8
9 Files: html5lib-tests/*
10 Copyright:
11 2006-2017 James Graham
12 2006-2017 Geoffrey Sneddon
13 License: MIT
14
15 Files: debian/*
16 Copyright:
17 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2019 kpcyrd <git@rxv.cc>
19 License: MIT or Apache-2.0
20
21 License: Apache-2.0
22 Debian systems provide the Apache 2.0 license in
23 /usr/share/common-licenses/Apache-2.0
24
25 License: MIT
26 Permission is hereby granted, free of charge, to any person obtaining a copy
27 of this software and associated documentation files (the "Software"), to deal
28 in the Software without restriction, including without limitation the rights
29 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30 copies of the Software, and to permit persons to whom the Software is
31 furnished to do so, subject to the following conditions:
32 .
33 The above copyright notice and this permission notice shall be included in all
34 copies or substantial portions of the Software.
35 .
36 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: html5ever
2 Upstream-Contact: The html5ever Project Developers
3 Source: https://github.com/servo/html5ever
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The html5ever 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: ./benches/tokenizer.rs
15 Copyright: 2014-2017 The html5ever Project Developers. See the
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: ./build.rs
22 Copyright: 2014-2017 The html5ever Project Developers. See the
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: ./html5lib-tests/LICENSE
29 Copyright: 2006-2013 James Graham, Geoffrey Sneddon, and
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./macros/match_token.rs
36 Copyright: 2014-2017 The html5ever Project Developers. See the
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/driver.rs
43 Copyright: 2014-2017 The html5ever Project Developers. See the
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/lib.rs
50 Copyright: 2014-2017 The html5ever Project Developers. See the
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/macros.rs
57 Copyright: 2014-2017 The html5ever Project Developers. See the
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/serialize/mod.rs
64 Copyright: 2014-2017 The html5ever Project Developers. See the
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/tokenizer/char_ref/mod.rs
71 Copyright: 2014-2017 The html5ever Project Developers. See the
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/tokenizer/interface.rs
78 Copyright: 2014-2017 The html5ever Project Developers. See the
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/tokenizer/mod.rs
85 Copyright: 2014-2017 The html5ever Project Developers. See the
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/tokenizer/states.rs
92 Copyright: 2014-2017 The html5ever Project Developers. See the
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/tree_builder/data.rs
99 Copyright: 2014-2017 The html5ever Project Developers. See the
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/tree_builder/mod.rs
106 Copyright: 2014-2017 The html5ever Project Developers. See the
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/tree_builder/rules.rs
113 Copyright: 2014-2017 The html5ever Project Developers. See the
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/tree_builder/tag_sets.rs
120 Copyright: 2014-2017 The html5ever Project Developers. See the
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/tree_builder/types.rs
127 Copyright: 2014-2017 The html5ever Project Developers. See the
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/util/str.rs
134 Copyright: 2014-2017 The html5ever Project Developers. See the
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./tests/foreach_html5lib_test/mod.rs
141 Copyright: 2014-2017 The html5ever Project Developers. See the
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./tests/serializer.rs
148 Copyright: 2014-2017 The html5ever Project Developers. See the
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./tests/tokenizer.rs
155 Copyright: 2014-2017 The html5ever Project Developers. See the
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./tests/tree_builder.rs
162 Copyright: 2014-2017 The html5ever Project Developers. See the
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: debian/*
169 Copyright:
170 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
171 2019 kpcyrd <git@rxv.cc>
172 License: MIT or Apache-2.0
173
174 License: Apache-2.0
175 Debian systems provide the Apache 2.0 license in
176 /usr/share/common-licenses/Apache-2.0
177
178 License: MIT
179 Permission is hereby granted, free of charge, to any person obtaining a copy
180 of this software and associated documentation files (the "Software"), to deal
181 in the Software without restriction, including without limitation the rights
182 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
183 copies of the Software, and to permit persons to whom the Software is
184 furnished to do so, subject to the following conditions:
185 .
186 The above copyright notice and this permission notice shall be included in all
187 copies or substantial portions of the Software.
188 .
189 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
190 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
191 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
192 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
193 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
194 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
195 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2 excludes = ["examples/**"]
0 rust-hyper (0.12.23-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package hyper 0.12.23 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:50:25 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: hyper
2 Upstream-Contact: Sean McArthur <sean@seanmonstar.com>
3 Source: https://github.com/hyperium/hyper
4
5 Files: *
6 Copyright: 2014-2019 Sean McArthur <sean@seanmonstar.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: hyper
2 Upstream-Contact: Sean McArthur <sean@seanmonstar.com>
3 Source: https://github.com/hyperium/hyper
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Sean McArthur <sean@seanmonstar.com>
7 License: MIT
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
15 Copyright: 2014-2018 Sean McArthur
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
25 License: MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 rust-im-rc (12.3.0-1) unstable; urgency=medium
1
2 * Package im-rc 12.3.0 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 18:53:41 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: im-rc
2 Upstream-Contact: Bodil Stokke <bodil@bodil.org>
3 Source: https://github.com/bodil/im-rs
4
5 Files: *
6 Copyright: 2017-2019 Bodil Stokke <bodil@bodil.org>
7 License: MPL-2.0+
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Ximin Luo <infinity0@debian.org>
13 License: MPL-2.0+
14
15 License: MPL-2.0+
16 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: im-rc
2 Upstream-Contact: Bodil Stokke <bodil@bodil.org>
3 Source: https://github.com/bodil/im-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Bodil Stokke <bodil@bodil.org>
7 License: MPL-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: ./README.md
15 Copyright: 2017 Bodil Stokke
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Ximin Luo <infinity0@debian.org>
25 License: MPL-2.0+
26
27 License: MPL-2.0+
28 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
00 rust-iso8601 (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 [ kpcyrd ]
23 * Package iso8601 0.3.0 from crates.io using debcargo 2.2.10
4
35 * Move to nom4 which should fix exa's transition
46 * Remove clippy patch (done upstream)
57
1212
1313 Files: debian/*
1414 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1616 2018 Sylvestre Ledru <sylvestre@debian.org>
17 2019 kpcyrd <git@rxv.cc>
1718 License: MIT
1819
1920 License: MIT
2626 Copyright:
2727 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2828 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
29 2018-2019 kpcyrd <git@rxv.cc>
2930 License: MIT
3031
3132 License: MIT
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>",
2 "kpcyrd <git@rxv.cc>"]
0 rust-libmount (0.1.12-1) unstable; urgency=medium
1
2 * Package libmount 0.1.12 from crates.io using debcargo 2.2.9
3 * Drop obsolete patch which updated nix dependency to 0.13
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 30 Jan 2019 19:58:20 +0100
6
7 rust-libmount (0.1.11-2) unstable; urgency=medium
8
9 * Package libmount 0.1.11 from crates.io using debcargo 2.2.9
10
11 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 07:15:32 +0100
12
013 rust-libmount (0.1.11-1) unstable; urgency=medium
114
215 * Package libmount 0.1.11 from crates.io using debcargo 2.2.9
77
88 Files: debian/*
99 Copyright:
10 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
10 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1212 License: MIT or Apache-2.0
1313
1414 License: Apache-2.0
1919
2020 Files: debian/*
2121 Copyright:
22 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
22 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2424 License: MIT or Apache-2.0
2525
2626 License: Apache-2.0
0 rust-libsqlite3-sys (0.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libsqlite3-sys 0.12.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 01:07:15 +0100
5
06 rust-libsqlite3-sys (0.9.3-1) unstable; urgency=medium
17
28 * Package libsqlite3-sys 0.9.3 from crates.io using debcargo 2.2.8
33 Source: https://github.com/jgallagher/rusqlite
44
55 Files: *
6 Copyright: 2015-2018 John Gallagher <jgallagher@bignerdranch.com>
6 Copyright: 2015-2019 John Gallagher <jgallagher@bignerdranch.com>
77 License: MIT
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 kpcyrd <git@rxv.cc>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 kpcyrd <git@rxv.cc>
1313 License: MIT
1414
1515 License: MIT
1313
1414 Files: debian/*
1515 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 kpcyrd <git@rxv.cc>
16 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2019 kpcyrd <git@rxv.cc>
1818 License: MIT
1919
2020 License: MIT
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
2 excludes = ["upgrade.sh"]
2 excludes = [
3 "upgrade.sh",
4 "sqlite3/**",
5 ]
36
47 [packages.lib]
58 depends = ["libsqlite3-dev"]
0 rust-lru-cache (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package lru-cache 0.1.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:45:33 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lru-cache
2 Upstream-Contact: Stepan Koltsov <stepan.koltsov@gmail.com>
3 Source: https://github.com/contain-rs/lru-cache
4
5 Files: *
6 Copyright:
7 2015-2017 Stepan Koltsov <stepan.koltsov@gmail.com>
8 2015 The Rust Project Developers
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 kpcyrd <git@rxv.cc>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lru-cache
2 Upstream-Contact: Stepan Koltsov <stepan.koltsov@gmail.com>
3 Source: https://github.com/contain-rs/lru-cache
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stepan Koltsov <stepan.koltsov@gmail.com>
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: 2015 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: 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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019 kpcyrd <git@rxv.cc>
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 = ["kpcyrd <git@rxv.cc>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -22,11 +22,11 @@
3 license = "MIT/Apache-2.0"
4 repository = "https://github.com/contain-rs/lru-cache"
5 [dependencies.heapsize]
6 -version = "0.3.9"
7 +version = "0.4"
8 optional = true
9
10 [dependencies.linked-hash-map]
11 -version = "0.4.2"
12 +version = "0.5"
13
14 [features]
15 heapsize_impl = ["heapsize", "linked-hash-map/heapsize_impl"]
0 relax-dep-version.patch
0 rust-migrations-internals (1.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package migrations_internals 1.4.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:32:00 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: migrations_internals
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3
4 Files: *
5 Copyright: 2017-2019 Sean Griffin <sean@seantheprogrammer.com>
6 License: MIT or Apache-2.0
7
8 Files: debian/*
9 Copyright:
10 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2019 kpcyrd <git@rxv.cc>
12 License: MIT or Apache-2.0
13
14 License: Apache-2.0
15 Debian systems provide the Apache 2.0 license in
16 /usr/share/common-licenses/Apache-2.0
17
18 License: MIT
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: migrations_internals
2 Upstream-Contact: Sean Griffin <sean@seantheprogrammer.com>
3
4 Files: *
5 Copyright: FIXME (overlay) UNKNOWN-YEARS Sean Griffin <sean@seantheprogrammer.com>
6 License: MIT or Apache-2.0
7 Comment:
8 FIXME (overlay): Since upstream copyright years are not available in
9 Cargo.toml, they were extracted from the upstream Git repository. This may not
10 be correct information so you should review and fix this before uploading to
11 the archive.
12
13 Files: debian/*
14 Copyright:
15 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2019 kpcyrd <git@rxv.cc>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 rust-mint (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-mint (0.5.1-1) unstable; urgency=medium
11
22 * Package mint 0.5.1 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 09:06:54 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 10:07:06 +0100
0 rust-nitrocli (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-nitrocli (0.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Add gnupg-agent as a recommended dependency.
3 * Package nitrocli 0.2.3 from crates.io using debcargo 2.2.10
4
5 -- Robin Krahl <robin.krahl@ireas.org> Tue, 29 Jan 2019 09:45:01 +0000
6
7 rust-nitrocli (0.2.2-1) unstable; urgency=medium
18
29 * Initial release. Closes: #918069
310 * Package nitrocli 0.2.2 from crates.io using debcargo 2.2.9
411
5 -- Robin Krahl <robin.krahl@ireas.org> Sun, 20 Jan 2019 20:17:25 +0000
12 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 10:11:31 +0100
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Daniel Mueller <deso@posteo.net>
7 License: GPL-3.0+
7 License: GPL-3.0-or-later
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
8181 FIXME (overlay): These notices are extracted from files. Please review them
8282 before uploading to the archive.
8383
84 Files: ./src/tests/config.rs
85 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/tests/lock.rs
92 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
8498 Files: ./src/tests/mod.rs
8599 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
86100 License: UNKNOWN-LICENSE; FIXME (overlay)
102116 FIXME (overlay): These notices are extracted from files. Please review them
103117 before uploading to the archive.
104118
119 Files: ./src/tests/pws.rs
120 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
105126 Files: ./src/tests/run.rs
106127 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
107128 License: UNKNOWN-LICENSE; FIXME (overlay)
116137 FIXME (overlay): These notices are extracted from files. Please review them
117138 before uploading to the archive.
118139
140 Files: ./src/tests/storage.rs
141 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./var/binary-size.py
148 Copyright: 2019 Daniel Mueller (deso@posteo.net) *
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
119154 Files: debian/*
120155 Copyright:
121156 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
122157 2019 Robin Krahl <robin.krahl@ireas.org>
123 License: GPL-3.0+
158 License: GPL-3.0-or-later
124159
125 License: GPL-3.0+
126 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
160 License: -later
161 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
162
163 License: GPL-3.0-
164 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
1212 one-time password generator on Nitrokey Pro and Nitrokey Storage devices. It
1313 can also be used to manage the device configuration and PINs.
1414 """
15 recommends = ["gnupg-agent"]
0 rust-nix (0.13.0-1) unstable; urgency=medium
1
2 * Package nix 0.13.0 from crates.io using debcargo 2.2.9
3 (Closes: #917060)
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 06:25:56 +0100
6
07 rust-nix (0.12.0-1) unstable; urgency=medium
18
29 * Package nix 0.12.0 from crates.io using debcargo 2.2.9
2222 Copyright:
2323 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2424 2018-2019 Paride Legovini <pl@ninthfloor.org>
25 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2526 License: MIT
2627
2728 License: MIT
2929 Copyright:
3030 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
3131 2018-2019 Paride Legovini <pl@ninthfloor.org>
32 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
3233 License: MIT
3334
3435 License: MIT
00 overlay = "."
1 uploaders = ["Paride Legovini <pl@ninthfloor.org>"]
1 uploaders = [
2 "Paride Legovini <pl@ninthfloor.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
0 rust-os-pipe (0.8.1-1) unstable; urgency=medium
1
2 * Package os_pipe 0.8.1 from crates.io using debcargo 2.2.9
3 * Drop nix update patch, upstream depends on 0.13 now
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 09:33:17 +0100
6
7 rust-os-pipe (0.8.0-2) unstable; urgency=medium
8
9 * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.9
10
11 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 29 Jan 2019 07:13:36 +0100
12
013 rust-os-pipe (0.8.0-1) unstable; urgency=medium
114
215 * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.8
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Paride Legovini <pl@ninthfloor.org>
13 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1314 License: MIT
1415
1516 License: MIT
1313
1414 Files: debian/*
1515 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 Paride Legovini <pl@ninthfloor.org>
16 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2019 Paride Legovini <pl@ninthfloor.org>
18 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1819 License: MIT
1920
2021 License: MIT
00 overlay = "."
1 uploaders = ["Paride Legovini <pl@ninthfloor.org>"]
1 uploaders = [
2 "Paride Legovini <pl@ninthfloor.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
25 bin = false
0 rust-pest (2.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-pest (2.1.0-1) unstable; urgency=medium
11
22 * Package pest 2.1.0 from crates.io using debcargo 2.2.9
33
4 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 5 Jan 2019 19:42:49 +0100
4 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 22 Jan 2019 09:57:18 +0100
0 rust-pest-meta (2.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package pest_meta 2.1.0 from crates.io using debcargo 2.2.9
3
4 -- Robin Krahl <robin.krahl@ireas.org> Tue, 22 Jan 2019 12:29:12 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pest_meta
2 Upstream-Contact: DragoÈ™ Tiselice <dragostiselice@gmail.com>
3 Source: https://github.com/pest-parser/pest
4
5 Files: *
6 Copyright: 2018 DragoÈ™ Tiselice <dragostiselice@gmail.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
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: pest_meta
2 Upstream-Contact: DragoÈ™ Tiselice <dragostiselice@gmail.com>
3 Source: https://github.com/pest-parser/pest
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS DragoÈ™ Tiselice <dragostiselice@gmail.com>
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: ./src/ast.rs
15 Copyright: 2018 DragoÈ™ Tiselice
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/grammar.pest
22 Copyright: 2018 DragoÈ™ Tiselice
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: ./src/lib.rs
29 Copyright: 2018 DragoÈ™ Tiselice
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/optimizer/concatenator.rs
36 Copyright: 2018 DragoÈ™ Tiselice
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/optimizer/factorizer.rs
43 Copyright: 2018 DragoÈ™ Tiselice
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/optimizer/mod.rs
50 Copyright: 2018 DragoÈ™ Tiselice
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/optimizer/restorer.rs
57 Copyright: 2018 DragoÈ™ Tiselice
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/optimizer/rotater.rs
64 Copyright: 2018 DragoÈ™ Tiselice
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/optimizer/skipper.rs
71 Copyright: 2018 DragoÈ™ Tiselice
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/optimizer/unroller.rs
78 Copyright: 2018 DragoÈ™ Tiselice
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/parser.rs
85 Copyright: 2018 DragoÈ™ Tiselice
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/validator.rs
92 Copyright: 2018 DragoÈ™ Tiselice
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: debian/*
99 Copyright:
100 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
101 2019 Robin Krahl <robin.krahl@ireas.org>
102 License: MIT or Apache-2.0
103
104 License: Apache-2.0
105 Debian systems provide the Apache 2.0 license in
106 /usr/share/common-licenses/Apache-2.0
107
108 License: MIT
109 Permission is hereby granted, free of charge, to any person obtaining a copy
110 of this software and associated documentation files (the "Software"), to deal
111 in the Software without restriction, including without limitation the rights
112 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
113 copies of the Software, and to permit persons to whom the Software is
114 furnished to do so, subject to the following conditions:
115 .
116 The above copyright notice and this permission notice shall be included in all
117 copies or substantial portions of the Software.
118 .
119 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
120 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
121 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
122 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
123 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
124 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
125 SOFTWARE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
0 sha-1 is only used in the build script, which is executed before the crate is
1 packaged for crates.io and which is not included in the crates.io package.
2 Index: pest-meta/Cargo.toml
3 ===================================================================
4 --- pest-meta.orig/Cargo.toml
5 +++ pest-meta/Cargo.toml
6 @@ -29,8 +29,6 @@ version = "1.0"
7
8 [dependencies.pest]
9 version = "2.1.0"
10 -[build-dependencies.sha-1]
11 -version = "0.7.0"
12 [badges.codecov]
13 repository = "pest-parser/pest"
14
0 remove-dep-sha-1.patch
0 rust-petgraph (0.4.13-2) unstable; urgency=medium
1
2 * Package petgraph 0.4.13 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 19:07:59 -0800
5
06 rust-petgraph (0.4.13-1) unstable; urgency=medium
17
28 * Package petgraph 0.4.13 from crates.io using debcargo 2.2.9
2424
2525 Files: debian/*
2626 Copyright:
27 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018 Ximin Luo <infinity0@debian.org>
27 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2019 Ximin Luo <infinity0@debian.org>
2929 License: MIT or Apache-2.0
3030
3131 License: Apache-2.0
183183
184184 [dependencies.quickcheck]
185185 -version = "0.4"
186 +version = "0.7"
186 +version = ">= 0.7, < 0.9"
187187 optional = true
188188 default-features = false
189189
0 rust-proptest (0.8.7-1) unstable; urgency=medium
1
2 * Package proptest 0.8.7 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 18:53:10 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: proptest
2 Upstream-Contact: Jason Lingle
3 Source: https://github.com/altsysrq/proptest
4
5 Files: *
6 Copyright:
7 2018 The Rust Project Developers
8 2017-2018 Jason Lingle
9 2017-2018 The proptest developers
10 2016 FullContact, Inc
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2019 Ximin Luo <infinity0@debian.org>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: proptest
2 Upstream-Contact: Jason Lingle
3 Source: https://github.com/altsysrq/proptest
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Jason Lingle
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: 2016 FullContact, Inc
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: ./examples/config-defaults.rs
22 Copyright: 2017 Jason Lingle
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: ./examples/dateparser_v1.rs
29 Copyright: 2017 Jason Lingle
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./examples/dateparser_v2.rs
36 Copyright: 2017 Jason Lingle
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./examples/fib.rs
43 Copyright: 2018 Jason Lingle
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./examples/tutorial-simplify-play.rs
50 Copyright: 2017 Jason Lingle
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./examples/tutorial-strategy-play.rs
57 Copyright: 2017 Jason Lingle
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/arbitrary/_alloc/alloc.rs
64 Copyright: 2017, 2018 The proptest developers
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/arbitrary/_alloc/borrow.rs
71 Copyright: 2017, 2018 The proptest developers
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/arbitrary/_alloc/boxed.rs
78 Copyright: 2017, 2018 The proptest developers
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/arbitrary/_alloc/char.rs
85 Copyright: 2017, 2018 The proptest developers
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/arbitrary/_alloc/collections.rs
92 Copyright: 2017, 2018 The proptest developers
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/arbitrary/_alloc/hash.rs
99 Copyright: 2017, 2018 The proptest developers
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/arbitrary/_alloc/mod.rs
106 Copyright: 2017, 2018 The proptest developers
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/arbitrary/_alloc/ops.rs
113 Copyright: 2017, 2018 The proptest developers
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/arbitrary/_alloc/rc.rs
120 Copyright: 2017, 2018 The proptest developers
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/arbitrary/_alloc/str.rs
127 Copyright: 2017, 2018 The proptest developers
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/arbitrary/_alloc/sync.rs
134 Copyright: 2017, 2018 The proptest developers
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./src/arbitrary/_core/ascii.rs
141 Copyright: 2017, 2018 The proptest developers
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./src/arbitrary/_core/cell.rs
148 Copyright: 2017, 2018 The proptest developers
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./src/arbitrary/_core/cmp.rs
155 Copyright: 2017, 2018 The proptest developers
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./src/arbitrary/_core/convert.rs
162 Copyright: 2017, 2018 The proptest developers
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./src/arbitrary/_core/fmt.rs
169 Copyright: 2017, 2018 The proptest developers
170 License: UNKNOWN-LICENSE; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./src/arbitrary/_core/iter.rs
176 Copyright: 2017, 2018 The proptest developers
177 License: UNKNOWN-LICENSE; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./src/arbitrary/_core/marker.rs
183 Copyright: 2017, 2018 The proptest developers
184 License: UNKNOWN-LICENSE; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./src/arbitrary/_core/mem.rs
190 Copyright: 2017, 2018 The proptest developers
191 License: UNKNOWN-LICENSE; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./src/arbitrary/_core/mod.rs
197 Copyright: 2017, 2018 The proptest developers
198 License: UNKNOWN-LICENSE; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./src/arbitrary/_core/num.rs
204 Copyright: 2017, 2018 The proptest developers
205 License: UNKNOWN-LICENSE; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./src/arbitrary/_core/option.rs
211 Copyright: 2017, 2018 The proptest developers
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/arbitrary/_core/result.rs
218 Copyright: 2017, 2018 The proptest developers
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/arbitrary/_std/env.rs
225 Copyright: 2017, 2018 The proptest developers
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/arbitrary/_std/ffi.rs
232 Copyright: 2017, 2018 The proptest developers
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/arbitrary/_std/fs.rs
239 Copyright: 2017, 2018 The proptest developers
240 License: UNKNOWN-LICENSE; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/arbitrary/_std/io.rs
246 Copyright: 2017, 2018 The proptest developers
247 License: UNKNOWN-LICENSE; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/arbitrary/_std/mod.rs
253 Copyright: 2017, 2018 The proptest developers
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
259 Files: ./src/arbitrary/_std/net.rs
260 Copyright: 2017, 2018 The proptest developers
261 License: UNKNOWN-LICENSE; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./src/arbitrary/_std/panic.rs
267 Copyright: 2017, 2018 The proptest developers
268 License: UNKNOWN-LICENSE; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./src/arbitrary/_std/path.rs
274 Copyright: 2017, 2018 The proptest developers
275 License: UNKNOWN-LICENSE; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./src/arbitrary/_std/string.rs
281 Copyright: 2017, 2018 The proptest developers
282 License: UNKNOWN-LICENSE; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./src/arbitrary/_std/sync.rs
288 Copyright: 2017, 2018 The proptest developers
289 License: UNKNOWN-LICENSE; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./src/arbitrary/_std/thread.rs
295 Copyright: 2017, 2018 The proptest developers
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/arbitrary/_std/time.rs
302 Copyright: 2017, 2018 The proptest developers
303 License: UNKNOWN-LICENSE; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./src/arbitrary/arrays.rs
309 Copyright: 2017, 2018 The proptest developers
310 License: UNKNOWN-LICENSE; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./src/arbitrary/functor.rs
316 Copyright: 2017, 2018 The proptest developers
317 License: UNKNOWN-LICENSE; FIXME (overlay)
318 Comment:
319 FIXME (overlay): These notices are extracted from files. Please review them
320 before uploading to the archive.
321
322 Files: ./src/arbitrary/macros.rs
323 Copyright: 2017, 2018 The proptest developers
324 License: UNKNOWN-LICENSE; FIXME (overlay)
325 Comment:
326 FIXME (overlay): These notices are extracted from files. Please review them
327 before uploading to the archive.
328
329 Files: ./src/arbitrary/mod.rs
330 Copyright: 2017, 2018 The proptest developers
331 License: UNKNOWN-LICENSE; FIXME (overlay)
332 Comment:
333 FIXME (overlay): These notices are extracted from files. Please review them
334 before uploading to the archive.
335
336 Files: ./src/arbitrary/primitives.rs
337 Copyright: 2017, 2018 The proptest developers
338 License: UNKNOWN-LICENSE; FIXME (overlay)
339 Comment:
340 FIXME (overlay): These notices are extracted from files. Please review them
341 before uploading to the archive.
342
343 Files: ./src/arbitrary/sample.rs
344 Copyright: 2018 The proptest developers
345 License: UNKNOWN-LICENSE; FIXME (overlay)
346 Comment:
347 FIXME (overlay): These notices are extracted from files. Please review them
348 before uploading to the archive.
349
350 Files: ./src/arbitrary/traits.rs
351 Copyright: 2017, 2018 The proptest developers
352 License: UNKNOWN-LICENSE; FIXME (overlay)
353 Comment:
354 FIXME (overlay): These notices are extracted from files. Please review them
355 before uploading to the archive.
356
357 Files: ./src/arbitrary/tuples.rs
358 Copyright: 2017, 2018 The proptest developers
359 License: UNKNOWN-LICENSE; FIXME (overlay)
360 Comment:
361 FIXME (overlay): These notices are extracted from files. Please review them
362 before uploading to the archive.
363
364 Files: ./src/array.rs
365 Copyright: 2017 Jason Lingle
366 License: UNKNOWN-LICENSE; FIXME (overlay)
367 Comment:
368 FIXME (overlay): These notices are extracted from files. Please review them
369 before uploading to the archive.
370
371 Files: ./src/bits.rs
372 Copyright: 2017, 2018 The proptest developers
373 License: UNKNOWN-LICENSE; FIXME (overlay)
374 Comment:
375 FIXME (overlay): These notices are extracted from files. Please review them
376 before uploading to the archive.
377
378 Files: ./src/bool.rs
379 Copyright: 2017 Jason Lingle
380 License: UNKNOWN-LICENSE; FIXME (overlay)
381 Comment:
382 FIXME (overlay): These notices are extracted from files. Please review them
383 before uploading to the archive.
384
385 Files: ./src/char.rs
386 Copyright: 2017 Jason Lingle
387 License: UNKNOWN-LICENSE; FIXME (overlay)
388 Comment:
389 FIXME (overlay): These notices are extracted from files. Please review them
390 before uploading to the archive.
391
392 Files: ./src/collection.rs
393 Copyright: 2017, 2018 The proptest developers
394 License: UNKNOWN-LICENSE; FIXME (overlay)
395 Comment:
396 FIXME (overlay): These notices are extracted from files. Please review them
397 before uploading to the archive.
398
399 Files: ./src/file-preamble
400 Copyright: 2017
401 License: UNKNOWN-LICENSE; FIXME (overlay)
402 Comment:
403 FIXME (overlay): These notices are extracted from files. Please review them
404 before uploading to the archive.
405
406 Files: ./src/lib.rs
407 Copyright: 2017, 2018 Jason Lingle
408 License: UNKNOWN-LICENSE; FIXME (overlay)
409 Comment:
410 FIXME (overlay): These notices are extracted from files. Please review them
411 before uploading to the archive.
412
413 Files: ./src/macros.rs
414 Copyright: 2017, 2018 Jason Lingle
415 License: UNKNOWN-LICENSE; FIXME (overlay)
416 Comment:
417 FIXME (overlay): These notices are extracted from files. Please review them
418 before uploading to the archive.
419
420 Files: ./src/num.rs
421 Copyright: 2017, 2018 Jason Lingle
422 License: UNKNOWN-LICENSE; FIXME (overlay)
423 Comment:
424 FIXME (overlay): These notices are extracted from files. Please review them
425 before uploading to the archive.
426
427 Files: ./src/option.rs
428 Copyright: 2017 Jason Lingle
429 License: UNKNOWN-LICENSE; FIXME (overlay)
430 Comment:
431 FIXME (overlay): These notices are extracted from files. Please review them
432 before uploading to the archive.
433
434 Files: ./src/prelude.rs
435 Copyright: 2017, 2018 The proptest developers
436 License: UNKNOWN-LICENSE; FIXME (overlay)
437 Comment:
438 FIXME (overlay): These notices are extracted from files. Please review them
439 before uploading to the archive.
440
441 Files: ./src/product_frunk.rs
442 Copyright: 2017, 2018 The proptest developers
443 License: UNKNOWN-LICENSE; FIXME (overlay)
444 Comment:
445 FIXME (overlay): These notices are extracted from files. Please review them
446 before uploading to the archive.
447
448 Files: ./src/product_tuple.rs
449 Copyright: 2017, 2018 The proptest developers
450 License: UNKNOWN-LICENSE; FIXME (overlay)
451 Comment:
452 FIXME (overlay): These notices are extracted from files. Please review them
453 before uploading to the archive.
454
455 Files: ./src/regex-contrib/crates_regex.rs
456 Copyright: 2018 The Rust Project Developers
457 License: UNKNOWN-LICENSE; FIXME (overlay)
458 Comment:
459 FIXME (overlay): These notices are extracted from files. Please review them
460 before uploading to the archive.
461
462 Files: ./src/result.rs
463 Copyright: 2017 Jason Lingle
464 License: UNKNOWN-LICENSE; FIXME (overlay)
465 Comment:
466 FIXME (overlay): These notices are extracted from files. Please review them
467 before uploading to the archive.
468
469 Files: ./src/sample.rs
470 Copyright: 2017, 2018 Jason Lingle
471 License: UNKNOWN-LICENSE; FIXME (overlay)
472 Comment:
473 FIXME (overlay): These notices are extracted from files. Please review them
474 before uploading to the archive.
475
476 Files: ./src/std_facade.rs
477 Copyright: 2017, 2018 The proptest developers
478 License: UNKNOWN-LICENSE; FIXME (overlay)
479 Comment:
480 FIXME (overlay): These notices are extracted from files. Please review them
481 before uploading to the archive.
482
483 Files: ./src/strategy/filter.rs
484 Copyright: 2017 Jason Lingle
485 License: UNKNOWN-LICENSE; FIXME (overlay)
486 Comment:
487 FIXME (overlay): These notices are extracted from files. Please review them
488 before uploading to the archive.
489
490 Files: ./src/strategy/filter_map.rs
491 Copyright: 2017 Jason Lingle
492 License: UNKNOWN-LICENSE; FIXME (overlay)
493 Comment:
494 FIXME (overlay): These notices are extracted from files. Please review them
495 before uploading to the archive.
496
497 Files: ./src/strategy/flatten.rs
498 Copyright: 2017 Jason Lingle
499 License: UNKNOWN-LICENSE; FIXME (overlay)
500 Comment:
501 FIXME (overlay): These notices are extracted from files. Please review them
502 before uploading to the archive.
503
504 Files: ./src/strategy/fuse.rs
505 Copyright: 2017 Jason Lingle
506 License: UNKNOWN-LICENSE; FIXME (overlay)
507 Comment:
508 FIXME (overlay): These notices are extracted from files. Please review them
509 before uploading to the archive.
510
511 Files: ./src/strategy/just.rs
512 Copyright: 2017, 2018 The proptest developers
513 License: UNKNOWN-LICENSE; FIXME (overlay)
514 Comment:
515 FIXME (overlay): These notices are extracted from files. Please review them
516 before uploading to the archive.
517
518 Files: ./src/strategy/map.rs
519 Copyright: 2017 Jason Lingle
520 License: UNKNOWN-LICENSE; FIXME (overlay)
521 Comment:
522 FIXME (overlay): These notices are extracted from files. Please review them
523 before uploading to the archive.
524
525 Files: ./src/strategy/mod.rs
526 Copyright: 2017, 2018 The proptest developers
527 License: UNKNOWN-LICENSE; FIXME (overlay)
528 Comment:
529 FIXME (overlay): These notices are extracted from files. Please review them
530 before uploading to the archive.
531
532 Files: ./src/strategy/recursive.rs
533 Copyright: 2017 Jason Lingle
534 License: UNKNOWN-LICENSE; FIXME (overlay)
535 Comment:
536 FIXME (overlay): These notices are extracted from files. Please review them
537 before uploading to the archive.
538
539 Files: ./src/strategy/shuffle.rs
540 Copyright: 2017 Jason Lingle
541 License: UNKNOWN-LICENSE; FIXME (overlay)
542 Comment:
543 FIXME (overlay): These notices are extracted from files. Please review them
544 before uploading to the archive.
545
546 Files: ./src/strategy/statics.rs
547 Copyright: 2017 Jason Lingle
548 License: UNKNOWN-LICENSE; FIXME (overlay)
549 Comment:
550 FIXME (overlay): These notices are extracted from files. Please review them
551 before uploading to the archive.
552
553 Files: ./src/strategy/traits.rs
554 Copyright: 2017, 2018 The proptest developers
555 License: UNKNOWN-LICENSE; FIXME (overlay)
556 Comment:
557 FIXME (overlay): These notices are extracted from files. Please review them
558 before uploading to the archive.
559
560 Files: ./src/strategy/unions.rs
561 Copyright: 2017 Jason Lingle
562 License: UNKNOWN-LICENSE; FIXME (overlay)
563 Comment:
564 FIXME (overlay): These notices are extracted from files. Please review them
565 before uploading to the archive.
566
567 Files: ./src/string.rs
568 Copyright: 2017 Jason Lingle
569 License: UNKNOWN-LICENSE; FIXME (overlay)
570 Comment:
571 FIXME (overlay): These notices are extracted from files. Please review them
572 before uploading to the archive.
573
574 Files: ./src/sugar.rs
575 Copyright: 2017 Jason Lingle
576 License: UNKNOWN-LICENSE; FIXME (overlay)
577 Comment:
578 FIXME (overlay): These notices are extracted from files. Please review them
579 before uploading to the archive.
580
581 Files: ./src/test_runner/config.rs
582 Copyright: 2017, 2018 The proptest developers
583 License: UNKNOWN-LICENSE; FIXME (overlay)
584 Comment:
585 FIXME (overlay): These notices are extracted from files. Please review them
586 before uploading to the archive.
587
588 Files: ./src/test_runner/errors.rs
589 Copyright: 2017, 2018 The proptest developers
590 License: UNKNOWN-LICENSE; FIXME (overlay)
591 Comment:
592 FIXME (overlay): These notices are extracted from files. Please review them
593 before uploading to the archive.
594
595 Files: ./src/test_runner/failure_persistence/file.rs
596 Copyright: 2017, 2018 The proptest developers
597 License: UNKNOWN-LICENSE; FIXME (overlay)
598 Comment:
599 FIXME (overlay): These notices are extracted from files. Please review them
600 before uploading to the archive.
601
602 Files: ./src/test_runner/failure_persistence/map.rs
603 Copyright: 2017, 2018 The proptest developers
604 License: UNKNOWN-LICENSE; FIXME (overlay)
605 Comment:
606 FIXME (overlay): These notices are extracted from files. Please review them
607 before uploading to the archive.
608
609 Files: ./src/test_runner/failure_persistence/mod.rs
610 Copyright: 2017, 2018 The proptest developers
611 License: UNKNOWN-LICENSE; FIXME (overlay)
612 Comment:
613 FIXME (overlay): These notices are extracted from files. Please review them
614 before uploading to the archive.
615
616 Files: ./src/test_runner/failure_persistence/noop.rs
617 Copyright: 2017, 2018 The proptest developers
618 License: UNKNOWN-LICENSE; FIXME (overlay)
619 Comment:
620 FIXME (overlay): These notices are extracted from files. Please review them
621 before uploading to the archive.
622
623 Files: ./src/test_runner/mod.rs
624 Copyright: 2017, 2018 The proptest developers
625 License: UNKNOWN-LICENSE; FIXME (overlay)
626 Comment:
627 FIXME (overlay): These notices are extracted from files. Please review them
628 before uploading to the archive.
629
630 Files: ./src/test_runner/reason.rs
631 Copyright: 2017, 2018 The proptest developers
632 License: UNKNOWN-LICENSE; FIXME (overlay)
633 Comment:
634 FIXME (overlay): These notices are extracted from files. Please review them
635 before uploading to the archive.
636
637 Files: ./src/test_runner/replay.rs
638 Copyright: 2018 The proptest developers
639 License: UNKNOWN-LICENSE; FIXME (overlay)
640 Comment:
641 FIXME (overlay): These notices are extracted from files. Please review them
642 before uploading to the archive.
643
644 Files: ./src/test_runner/result_cache.rs
645 Copyright: 2018 The proptest developers
646 License: UNKNOWN-LICENSE; FIXME (overlay)
647 Comment:
648 FIXME (overlay): These notices are extracted from files. Please review them
649 before uploading to the archive.
650
651 Files: ./src/test_runner/rng.rs
652 Copyright: 2017, 2018 The proptest developers
653 License: UNKNOWN-LICENSE; FIXME (overlay)
654 Comment:
655 FIXME (overlay): These notices are extracted from files. Please review them
656 before uploading to the archive.
657
658 Files: ./src/test_runner/runner.rs
659 Copyright: 2017, 2018 The proptest developers
660 License: UNKNOWN-LICENSE; FIXME (overlay)
661 Comment:
662 FIXME (overlay): These notices are extracted from files. Please review them
663 before uploading to the archive.
664
665 Files: ./src/tuple.rs
666 Copyright: 2017 Jason Lingle
667 License: UNKNOWN-LICENSE; FIXME (overlay)
668 Comment:
669 FIXME (overlay): These notices are extracted from files. Please review them
670 before uploading to the archive.
671
672 Files: debian/*
673 Copyright:
674 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
675 2019 Ximin Luo <infinity0@debian.org>
676 License: MIT or Apache-2.0
677
678 License: Apache-2.0
679 Debian systems provide the Apache 2.0 license in
680 /usr/share/common-licenses/Apache-2.0
681
682 License: MIT
683 Permission is hereby granted, free of charge, to any person obtaining a copy
684 of this software and associated documentation files (the "Software"), to deal
685 in the Software without restriction, including without limitation the rights
686 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
687 copies of the Software, and to permit persons to whom the Software is
688 furnished to do so, subject to the following conditions:
689 .
690 The above copyright notice and this permission notice shall be included in all
691 copies or substantial portions of the Software.
692 .
693 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
694 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
695 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
696 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
697 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
698 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
699 SOFTWARE.
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
0 rust-quickcheck (0.8.0-1) unstable; urgency=medium
1
2 * Team upload.
3 * Package quickcheck 0.8.0 from crates.io using debcargo 2.2.9
4
5 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 18:53:28 -0800
6
07 rust-quickcheck (0.7.2-2) unstable; urgency=medium
18
29 * Team upload.
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 kpcyrd <git@rxv.cc>
25 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
25 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2626 License: Unlicense or MIT
2727
2828 License: MIT
0 rust-rand-core-0.2 (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-rand-core-0.2 (0.2.2-1) unstable; urgency=medium
11
22 * Package rand_core 0.2.2 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 21 Jan 2019 11:05:18 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 19:27:39 -0800
55
66 rust-rand-core-0.2 (0.2.1-1) unstable; urgency=medium
77
0 rust-rusty-fork (0.2.1-1) unstable; urgency=medium
1
2 * Package rusty-fork 0.2.1 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 18:52:50 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rusty-fork
2 Upstream-Contact: Jason Lingle
3 Source: https://github.com/altsysrq/rusty-fork
4
5 Files: *
6 Copyright:
7 2018 Jason Lingle
8 2016 FullContact, Inc
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Ximin Luo <infinity0@debian.org>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rusty-fork
2 Upstream-Contact: Jason Lingle
3 Source: https://github.com/altsysrq/rusty-fork
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Jason Lingle
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: 2016 FullContact, Inc
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/child_wrapper.rs
22 Copyright: 2018 Jason Lingle
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: ./src/cmdline.rs
29 Copyright: 2018 Jason Lingle
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/error.rs
36 Copyright: 2018 Jason Lingle
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/file-preamble
43 Copyright: 2018
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/fork.rs
50 Copyright: 2018 Jason Lingle
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/fork_test.rs
57 Copyright: 2018 Jason Lingle
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/lib.rs
64 Copyright: 2018 Jason Lingle
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/sugar.rs
71 Copyright: 2018 Jason Lingle
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: debian/*
78 Copyright:
79 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2019 Ximin Luo <infinity0@debian.org>
81 License: MIT or Apache-2.0
82
83 License: Apache-2.0
84 Debian systems provide the Apache 2.0 license in
85 /usr/share/common-licenses/Apache-2.0
86
87 License: MIT
88 Permission is hereby granted, free of charge, to any person obtaining a copy
89 of this software and associated documentation files (the "Software"), to deal
90 in the Software without restriction, including without limitation the rights
91 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92 copies of the Software, and to permit persons to whom the Software is
93 furnished to do so, subject to the following conditions:
94 .
95 The above copyright notice and this permission notice shall be included in all
96 copies or substantial portions of the Software.
97 .
98 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104 SOFTWARE.
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
0 rust-rusty-tags (3.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Initial release. Closes: #920392
3 * Package rusty-tags 3.3.0 from crates.io using debcargo 2.2.10
4
5 -- Robin Krahl <robin.krahl@ireas.org> Fri, 25 Jan 2019 00:22:48 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rusty-tags
2 Upstream-Contact: Daniel Trstenjak <daniel.trstenjak@gmail.com>
3 Source: https://github.com/dan-t/rusty-tags
4
5 Files: *
6 Copyright: 2014-2018 Daniel Trstenjak <daniel.trstenjak@gmail.com>
7 License: BSD-3-Clause
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Robin Krahl <robin.krahl@ireas.org>
13 License: BSD-3-Clause
14
15 License: BSD-3-Clause
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are met:
18 .
19 1. Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21 .
22 2. Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25 .
26 3. Neither the name of the copyright holder nor the names of its contributors
27 may be used to endorse or promote products derived from this software without
28 specific prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rusty-tags
2 Upstream-Contact: Daniel Trstenjak <daniel.trstenjak@gmail.com>
3 Source: https://github.com/dan-t/rusty-tags
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Daniel Trstenjak <daniel.trstenjak@gmail.com>
7 License: BSD-3-Clause
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
15 Copyright: 2011, Daniel Trstenjak
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Robin Krahl <robin.krahl@ireas.org>
25 License: BSD-3-Clause
26
27 License: BSD-3-Clause
28 Redistribution and use in source and binary forms, with or without
29 modification, are permitted provided that the following conditions are met:
30 .
31 1. Redistributions of source code must retain the above copyright notice, this
32 list of conditions and the following disclaimer.
33 .
34 2. Redistributions in binary form must reproduce the above copyright notice,
35 this list of conditions and the following disclaimer in the documentation
36 and/or other materials provided with the distribution.
37 .
38 3. Neither the name of the copyright holder nor the names of its contributors
39 may be used to endorse or promote products derived from this software without
40 specific prior written permission.
41 .
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
43 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
45 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
46 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
48 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
49 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
50 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
2 summary = "generate tags for source code navigation for a cargo project"
3 depends = ["exuberant-ctags"]
4
5 [packages.bin]
6 section = "rust"
7 description = """
8 rusty-tags is a command-line tool that creates tags for source code
9 navigation using ctags for a cargo project, all of its direct and
10 indirect dependencies and the Rust standard library.
11 """
0 Index: rusty-tags/Cargo.toml
1 ===================================================================
2 --- rusty-tags.orig/Cargo.toml
3 +++ rusty-tags/Cargo.toml
4 @@ -22,7 +22,7 @@ repository = "https://github.com/dan-t/r
5 version = "2.32.0"
6
7 [dependencies.dirs]
8 -version = "1.0.4"
9 +version = "1.0.3"
10
11 [dependencies.fnv]
12 version = "1.0.6"
13 @@ -49,7 +49,7 @@ version = "1.0.27"
14 version = "1.0.9"
15
16 [dependencies.tempfile]
17 -version = "2.2.0"
18 +version = ">= 2.2.0, < 4"
19
20 [dependencies.toml]
21 version = "0.4.5"
0 relax-dep-versions.patch
0 .\" (C) Copyright 2019 Robin Krahl <robin.krahl@ireas.org>
1 .TH RUSTY-TAGS 1 2019-01-25
2 .SH NAME
3 rusty-tags \- creates ctags/etags for a cargo project
4 .SH SYNOPSIS
5 \fBrusty-tags\fR [\fIoptions\fR] \fItags_kind\fR
6 .SH DESCRIPTION
7 \fBrusty-tags\fR creates tags for source code navigation using ctags for a
8 \fBcargo\fR(1) project, all of its direct and indirect dependencies and the
9 Rust standard library.
10 It can be run anywhere inside a cargo project.
11 \fBrusty-tags\fR creates a rusty-tags.vi (if \fItags_kind\fR is \fBvi\fR) or
12 a rusty-tags.emacs file (if \fItags_kind\fR is \fBemacs\fR) beside the
13 Cargo.toml file.
14 Tags are also generated for every dependency.
15 If a dependency reexports parts of its own dependencies, then these reexported
16 parts are also contained in the tags file of the dependency.
17 .P
18 Tags for the standard library are created if the path to the Rust source is
19 supplied by defining the environment variable \fBRUST_SRC_PATH\fR.
20 .SH OPTIONS
21 .TP
22 \fB\-f\fR, \fB\-\-force\-recreate\fR
23 Forces the recreation of the tags of all dependencies and the Rust standard
24 library.
25 .TP
26 \fB\-h\fR, \fB\-\-help\fR
27 Prints help information.
28 .TP
29 \fB\-n\fR, \fB\-\-num-threads=\fInum\fR
30 Set the number of threads used for the tags creation (default: number of
31 available physical cpus).
32 .TP
33 \fB\-o\fR, \fB\-\-omit\-deps\fR
34 Do not generate tags for dependencies.
35 .TP
36 \fB\-q\fR, \fB\-\-quiet\fR
37 Do not output anything but errors.
38 .TP
39 \fB\-s\fR, \fB\-\-start-dir=\fIdir\fR
40 Set the start directory for the search of the Cargo.toml file (default: current
41 working directory).
42 .TP
43 \fB\-V\fR, \fB\-\-version\fR
44 Prints version information.
45 .TP
46 \fB\-v\fR, \fB\-\-verbose\fR
47 Enable verbose output about all operations.
48 .SH CONFIGURATION
49 .SS rusty-tags configuration
50 \fBrusty-tags\fR reads the configuration file ~/.rusty-tags/config.toml. It
51 supports these settings:
52 .TP
53 .B vi_tags
54 The file name used for vi tags (default: rusty-tags.vi).
55 .TP
56 .B emacs_tags
57 The file name used for emacs tags (default: rusty-tags.emacs).
58 .TP
59 .B ctags_exe
60 The name or path to the \fBctags\fR(1) executable (default: ctags,
61 exuberant-ctags, exctags, universal-ctags, uctags are tried in that order).
62 .TP
63 .B ctags_options
64 The options given to the \fBctags\fR(1) executable (default: none).
65 .SS vim configuration
66 To use the generated tag files with vim, add the following to your vimrc file:
67 autocmd BufRead *.rs :setlocal tags=./rusty-tags.vi;/
68 autocmd BufWritePost *.rs :silent! exec "!rusty-tags vi --quiet \
69 --start-dir=" . expand('%:p:h') . "&" | redraw!
70 .P
71 The first line ensures that vim will automatically search for a rusty-tags.vi
72 file upwards the directory hierarchy.
73 This setting is important if you want to jump to dependencies and the further
74 jump to their dependencies.
75 .P
76 The second line ensures that your project's tag file gets updated if a file is
77 written.
78 .P
79 If you have set the path to the Rust source code in the \fBRUST_SRC_PATH\fR
80 environment variable, use this setting instead:
81 autocmd BufRead *.rs :setlocal tags=./rusty-tags.vi;/,$RUST_SRC_PATH/rusty-tags.vi
82 .SH ENVIRONMENT
83 .TP
84 .B RUST_SRC_PATH
85 The path to the source code of the Rust standard library to generate tags for.
86 .SH FILES
87 .TP
88 .B ~/.rusty-tags/config.toml
89 The configuration file for \fBrusty-tags\fR (see the \fBConfiguration\fR section).
90 .SH SEE ALSO
91 \fBctags\fR(1)
0 rust-seccomp-sys (0.1.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-seccomp-sys (0.1.2-2) unstable; urgency=medium
11
22 * Team upload.
33 * Package seccomp-sys 0.1.2 from crates.io using debcargo 2.2.9
44 * Drop redundant extra build_depends in debcargo.toml
55
6 -- Ximin Luo <infinity0@debian.org> Mon, 21 Jan 2019 01:49:54 -0800
6 -- Ximin Luo <infinity0@debian.org> Mon, 21 Jan 2019 09:03:29 -0800
77
88 rust-seccomp-sys (0.1.2-1) unstable; urgency=medium
99
0 rust-simd (0.2.4-1) unstable; urgency=medium
1
2 * Package simd 0.2.4 from crates.io using debcargo 2.2.10
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 29 Jan 2019 10:17:04 +0100
5
06 rust-simd (0.2.3-1) unstable; urgency=medium
17
28 * Package simd 0.2.3 from crates.io using debcargo 2.2.9
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Sylvestre Ledru <sylvestre@debian.org>
25 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
25 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2626 License: MIT or Apache-2.0
2727
2828 License: Apache-2.0
00 rust-sniffglue (0.8.2-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package sniffglue 0.8.2 from crates.io using debcargo 2.2.9
2 * Package sniffglue 0.8.2 from crates.io using debcargo 2.2.10
43
5 -- Ximin Luo <infinity0@debian.org> Mon, 21 Jan 2019 01:54:16 -0800
4 -- kpcyrd <git@rxv.cc> Sat, 26 Jan 2019 21:08:56 +0100
65
76 rust-sniffglue (0.8.2-3) unstable; urgency=medium
87
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -39,7 +39,7 @@
2 @@ -39,13 +39,13 @@
33 version = "0.8"
44
55 [dependencies.env_logger]
88
99 [dependencies.log]
1010 version = "0.4"
11
12 [dependencies.nix]
13 -version = "0.11"
14 +version = ">= 0.11, < 0.14"
15
16 [dependencies.nom]
17 version = "4.0"
0 rust-stdweb (0.4.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-stdweb (0.4.13-1) unstable; urgency=medium
11
22 * Package stdweb 0.4.13 from crates.io using debcargo 2.2.9
33
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 21 Jan 2019 19:50:26 +0100
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 16:34:29 +0100
55
66 rust-stdweb (0.4.10-1) unstable; urgency=medium
77
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>",
22 "kpcyrd <git@rxv.cc>"]
3
4 # The auto-generated summary is too long.
5 summary = "Event-driven, non-blocking I/O platform"
0 rust-tokio-async-await (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tokio-async-await 0.1.5 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Fri, 1 Feb 2019 14:09:38 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-async-await
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright:
7 2018-2019 Carl Lerche <me@carllerche.com>
8 2019 Tokio Contributors
9 2016 futures-rs authors
10 License: MIT
11
12 Files: debian/*
13 Copyright:
14 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2019 kpcyrd <git@rxv.cc>
16 License: MIT
17
18 License: MIT
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-async-await
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
7 License: MIT
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
15 Copyright:
16 2019 Tokio Contributors
17 2016 futures-rs authors
18 License: UNKNOWN-LICENSE; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: debian/*
24 Copyright:
25 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2019 kpcyrd <git@rxv.cc>
27 License: MIT
28
29 License: MIT
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to deal
32 in the Software without restriction, including without limitation the rights
33 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
36 .
37 The above copyright notice and this permission notice shall be included in all
38 copies or substantial portions of the Software.
39 .
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
00 rust-tokio-core (0.1.17-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package tokio-core 0.1.17 from crates.io using debcargo 2.2.9
2 * Package tokio-core 0.1.17 from crates.io using debcargo 2.2.10
33
4 -- kpcyrd <git@rxv.cc> Sun, 20 Jan 2019 19:51:56 +0000
4 -- kpcyrd <git@rxv.cc> Wed, 23 Jan 2019 17:45:01 +0100
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Core I/O and event loop primitives for asynchronous I/O"
0 rust-tokio-reactor (0.1.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-tokio-reactor (0.1.8-1) unstable; urgency=medium
11
22 * Package tokio-reactor 0.1.8 from crates.io using debcargo 2.2.9
33
4 -- kpcyrd <git@rxv.cc> Tue, 22 Jan 2019 09:37:09 +0000
4 -- kpcyrd <git@rxv.cc> Tue, 22 Jan 2019 19:28:16 -0800
55
66 rust-tokio-reactor (0.1.7-1) unstable; urgency=medium
77
0 rust-tokio-threadpool (0.1.10-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-tokio-threadpool (0.1.10-1) unstable; urgency=medium
11
22 * Drop obsolete rand 0.5 dependency version patch
33
44 [ kpcyrd ]
55 * Package tokio-threadpool 0.1.10 from crates.io using debcargo 2.2.9
66
7 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 16:25:27 +0100
7 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 16:29:02 +0100
88
99 rust-tokio-threadpool (0.1.7-1) unstable; urgency=medium
1010
0 rust-wait-timeout (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package wait-timeout 0.1.5 from crates.io using debcargo 2.2.9
3
4 -- Ximin Luo <infinity0@debian.org> Wed, 23 Jan 2019 08:18:32 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wait-timeout
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/wait-timeout
4
5 Files: *
6 Copyright: 2015-2018 Alex Crichton <alex@alexcrichton.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Ximin Luo <infinity0@debian.org>
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: wait-timeout
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/wait-timeout
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
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 Alex Crichton
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Ximin Luo <infinity0@debian.org>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
2
3 summary = "Wait on a child process with a timeout, cross-platform"
4
5 # the binaries are a bit useless and not worth a Debian package for
6 # note the "sleep" program cannot replace /bin/sleep from coreutils
7 # as it does not support float arguments
8 bin = false
0 rust-wasm-bindgen (0.2.33-1) unstable; urgency=medium
1
2 * Package wasm-bindgen 0.2.33 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 19:15:06 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen
4
5 Files: *
6 Copyright:
7 2017-2019 The wasm-bindgen Developers
8 2014-2019 Alex Crichton
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The wasm-bindgen 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 Alex Crichton
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2
3 # The auto-generated summary is too long.
4 summary = "Easy support for JS and Rust interaction"
0 rust-wasm-bindgen-backend (0.2.33-1) unstable; urgency=medium
1
2 * Package wasm-bindgen-backend 0.2.33 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 19:14:08 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen-backend
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend
4
5 Files: *
6 Copyright: 2018-2019 The wasm-bindgen Developers
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 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: wasm-bindgen-backend
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The wasm-bindgen 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: debian/*
15 Copyright:
16 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
0 rust-wasm-bindgen-macro (0.2.33-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package wasm-bindgen-macro 0.2.33 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 20:10:52 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen-macro
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro
4
5 Files: *
6 Copyright:
7 2018-2019 The wasm-bindgen Developers
8 2014-2019 Alex Crichton
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen-macro
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The wasm-bindgen 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 Alex Crichton
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2
3 # The auto-generated summary is too long.
4 summary = "Definition of the `#[wasm_bindgen]` attribute"
0 rust-wasm-bindgen-macro-support (0.2.33-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package wasm-bindgen-macro-support 0.2.33 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 20:03:02 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen-macro-support
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support
4
5 Files: *
6 Copyright:
7 2018-2019 The wasm-bindgen Developers
8 2014-2019 Alex Crichton
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: wasm-bindgen-macro-support
2 Upstream-Contact: The wasm-bindgen Developers
3 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The wasm-bindgen 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 Alex Crichton
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2
3 # The auto-generated summary is too long.
4 summary = "Implementation of the `#[wasm_bindgen]` attribute"
33 Source: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared
44
55 Files: *
6 Copyright: 2018-2019 The wasm-bindgen Developers
6 Copyright:
7 2018-2019 The wasm-bindgen Developers
8 2014-2019 Alex Crichton
79 License: MIT or Apache-2.0
810
911 Files: debian/*
0 rust-x509-parser (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package x509-parser 0.4.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Wed, 30 Jan 2019 02:01:02 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: x509-parser
2 Upstream-Contact: Pierre Chifflier <chifflier@wzdftpd.net>
3 Source: https://github.com/rusticata/x509-parser.git
4
5 Files: *
6 Copyright: 2017-2018 Pierre Chifflier <chifflier@wzdftpd.net>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 kpcyrd <git@rxv.cc>
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: x509-parser
2 Upstream-Contact: Pierre Chifflier <chifflier@wzdftpd.net>
3 Source: https://github.com/rusticata/x509-parser.git
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Pierre Chifflier <chifflier@wzdftpd.net>
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: 2017 Pierre Chifflier
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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
25 License: MIT or Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
30
31 License: MIT
32 Permission is hereby granted, free of charge, to any person obtaining a copy
33 of this software and associated documentation files (the "Software"), to deal
34 in the Software without restriction, including without limitation the rights
35 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 copies of the Software, and to permit persons to whom the Software is
37 furnished to do so, subject to the following conditions:
38 .
39 The above copyright notice and this permission notice shall be included in all
40 copies or substantial portions of the Software.
41 .
42 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -22,7 +22,7 @@
3 license = "MIT/Apache-2.0"
4 repository = "https://github.com/rusticata/x509-parser.git"
5 [dependencies.base64]
6 -version = "0.9.0"
7 +version = "0.10.0"
8
9 [dependencies.der-parser]
10 version = "1.1"
0 relax-dep-version.patch