]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package dependencies for rust_cid_npm (#1016018)
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Fri, 22 Jul 2022 15:38:36 +0000 (17:38 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Wed, 10 Aug 2022 08:26:45 +0000 (10:26 +0200)
58 files changed:
src/arrayvec-0.5/debian/changelog [new file with mode: 0644]
src/arrayvec-0.5/debian/copyright [new file with mode: 0644]
src/arrayvec-0.5/debian/copyright.debcargo.hint [new file with mode: 0644]
src/arrayvec-0.5/debian/debcargo.toml [new file with mode: 0644]
src/blake2b-simd-0.5/debian/changelog [new file with mode: 0644]
src/blake2b-simd-0.5/debian/copyright [new file with mode: 0644]
src/blake2b-simd-0.5/debian/copyright.debcargo.hint [new file with mode: 0644]
src/blake2b-simd-0.5/debian/debcargo.toml [new file with mode: 0644]
src/blake2s-simd/debian/changelog [new file with mode: 0644]
src/blake2s-simd/debian/copyright [new file with mode: 0644]
src/blake2s-simd/debian/copyright.debcargo.hint [new file with mode: 0644]
src/blake2s-simd/debian/debcargo.toml [new file with mode: 0644]
src/block-buffer-0.9/debian/changelog [new file with mode: 0644]
src/block-buffer-0.9/debian/copyright [new file with mode: 0644]
src/block-buffer-0.9/debian/copyright.debcargo.hint [new file with mode: 0644]
src/block-buffer-0.9/debian/debcargo.toml [new file with mode: 0644]
src/cid/debian/changelog [new file with mode: 0644]
src/cid/debian/copyright [new file with mode: 0644]
src/cid/debian/copyright.debcargo.hint [new file with mode: 0644]
src/cid/debian/debcargo.toml [new file with mode: 0644]
src/cid/debian/patches/relax-dep.diff [new file with mode: 0644]
src/cid/debian/patches/series [new file with mode: 0644]
src/digest-0.9/debian/changelog [new file with mode: 0644]
src/digest-0.9/debian/copyright [new file with mode: 0644]
src/digest-0.9/debian/copyright.debcargo.hint [new file with mode: 0644]
src/digest-0.9/debian/debcargo.toml [new file with mode: 0644]
src/ipfs-unixfs/debian/changelog [new file with mode: 0644]
src/ipfs-unixfs/debian/copyright [new file with mode: 0644]
src/ipfs-unixfs/debian/copyright.debcargo.hint [new file with mode: 0644]
src/ipfs-unixfs/debian/debcargo.toml [new file with mode: 0644]
src/multibase/debian/changelog [new file with mode: 0644]
src/multibase/debian/copyright [new file with mode: 0644]
src/multibase/debian/copyright.debcargo.hint [new file with mode: 0644]
src/multibase/debian/debcargo.toml [new file with mode: 0644]
src/multihash/debian/changelog [new file with mode: 0644]
src/multihash/debian/copyright [new file with mode: 0644]
src/multihash/debian/copyright.debcargo.hint [new file with mode: 0644]
src/multihash/debian/debcargo.toml [new file with mode: 0644]
src/quick-protobuf/debian/changelog [new file with mode: 0644]
src/quick-protobuf/debian/copyright [new file with mode: 0644]
src/quick-protobuf/debian/copyright.debcargo.hint [new file with mode: 0644]
src/quick-protobuf/debian/debcargo.toml [new file with mode: 0644]
src/sha-1-0.9/debian/changelog [new file with mode: 0644]
src/sha-1-0.9/debian/copyright [new file with mode: 0644]
src/sha-1-0.9/debian/copyright.debcargo.hint [new file with mode: 0644]
src/sha-1-0.9/debian/debcargo.toml [new file with mode: 0644]
src/sha2-0.9/debian/changelog [new file with mode: 0644]
src/sha2-0.9/debian/copyright [new file with mode: 0644]
src/sha2-0.9/debian/copyright.debcargo.hint [new file with mode: 0644]
src/sha2-0.9/debian/debcargo.toml [new file with mode: 0644]
src/sha3-0.9/debian/changelog [new file with mode: 0644]
src/sha3-0.9/debian/copyright [new file with mode: 0644]
src/sha3-0.9/debian/copyright.debcargo.hint [new file with mode: 0644]
src/sha3-0.9/debian/debcargo.toml [new file with mode: 0644]
src/unsigned-varint/debian/changelog [new file with mode: 0644]
src/unsigned-varint/debian/copyright [new file with mode: 0644]
src/unsigned-varint/debian/copyright.debcargo.hint [new file with mode: 0644]
src/unsigned-varint/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/arrayvec-0.5/debian/changelog b/src/arrayvec-0.5/debian/changelog
new file mode 100644 (file)
index 0000000..73a6731
--- /dev/null
@@ -0,0 +1,5 @@
+rust-arrayvec-0.5 (0.5.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package arrayvec 0.5.2 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:18:16 +0200
diff --git a/src/arrayvec-0.5/debian/copyright b/src/arrayvec-0.5/debian/copyright
new file mode 100644 (file)
index 0000000..5a30b41
--- /dev/null
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: arrayvec
+Upstream-Contact: Ulrik Sverdrup "bluss"
+Source: https://github.com/bluss/arrayvec
+
+Files: *
+Copyright: 2015-2017, Ulrik Sverdrup "bluss"
+License: MIT or Apache-2.0
+
+Files: ./src/char.rs
+Copyright: 2012-2016 The Rust Project Developers
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/arrayvec-0.5/debian/copyright.debcargo.hint b/src/arrayvec-0.5/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..0fbea0d
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: arrayvec
+Upstream-Contact: bluss
+Source: https://github.com/bluss/arrayvec
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS bluss
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./src/char.rs
+Copyright: 2012-2016 The Rust Project Developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/arrayvec-0.5/debian/debcargo.toml b/src/arrayvec-0.5/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/blake2b-simd-0.5/debian/changelog b/src/blake2b-simd-0.5/debian/changelog
new file mode 100644 (file)
index 0000000..c39e41e
--- /dev/null
@@ -0,0 +1,5 @@
+rust-blake2b-simd-0.5 (0.5.11-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package blake2b_simd 0.5.11 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:15:14 +0200
diff --git a/src/blake2b-simd-0.5/debian/copyright b/src/blake2b-simd-0.5/debian/copyright
new file mode 100644 (file)
index 0000000..ad07d83
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blake2b_simd
+Upstream-Contact: Jack O'Connor
+Source: https://github.com/oconnor663/blake2_simd
+
+Files: *
+Copyright: 2018-2020 Jack O'Connor
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/blake2b-simd-0.5/debian/copyright.debcargo.hint b/src/blake2b-simd-0.5/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..f24644a
--- /dev/null
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blake2b_simd
+Upstream-Contact: Jack O'Connor
+Source: https://github.com/oconnor663/blake2_simd
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Jack O'Connor
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/blake2b-simd-0.5/debian/debcargo.toml b/src/blake2b-simd-0.5/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/blake2s-simd/debian/changelog b/src/blake2s-simd/debian/changelog
new file mode 100644 (file)
index 0000000..4a9be95
--- /dev/null
@@ -0,0 +1,5 @@
+rust-blake2s-simd (0.5.11-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package blake2s_simd 0.5.11 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:15:18 +0200
diff --git a/src/blake2s-simd/debian/copyright b/src/blake2s-simd/debian/copyright
new file mode 100644 (file)
index 0000000..a06f4a9
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blake2s_simd
+Upstream-Contact: Jack O'Connor
+Source: https://github.com/oconnor663/blake2_simd
+
+Files: *
+Copyright: 2018-2020 Jack O'Connor
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/blake2s-simd/debian/copyright.debcargo.hint b/src/blake2s-simd/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..9f4c2ff
--- /dev/null
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blake2s_simd
+Upstream-Contact: Jack O'Connor
+Source: https://github.com/oconnor663/blake2_simd
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Jack O'Connor
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/blake2s-simd/debian/debcargo.toml b/src/blake2s-simd/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/block-buffer-0.9/debian/changelog b/src/block-buffer-0.9/debian/changelog
new file mode 100644 (file)
index 0000000..1ee4f57
--- /dev/null
@@ -0,0 +1,5 @@
+rust-block-buffer-0.9 (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package block-buffer 0.9.0 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 16:45:29 +0200
diff --git a/src/block-buffer-0.9/debian/copyright b/src/block-buffer-0.9/debian/copyright
new file mode 100644 (file)
index 0000000..945a993
--- /dev/null
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: block-buffer
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/utils
+
+Files: *
+Copyright: 2018-2019 RustCrypto Developers
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/block-buffer-0.9/debian/copyright.debcargo.hint b/src/block-buffer-0.9/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..9170aea
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: block-buffer
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/utils
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE-MIT
+Copyright: 2018-2019 The RustCrypto Project Developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/block-buffer-0.9/debian/debcargo.toml b/src/block-buffer-0.9/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/cid/debian/changelog b/src/cid/debian/changelog
new file mode 100644 (file)
index 0000000..e4f2d52
--- /dev/null
@@ -0,0 +1,5 @@
+rust-cid (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package cid 0.5.1 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:27:29 +0200
diff --git a/src/cid/debian/copyright b/src/cid/debian/copyright
new file mode 100644 (file)
index 0000000..c7de142
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cid
+Upstream-Contact: Friedel Ziegelmayer <dignifiedquire@gmail.com>
+Source: https://github.com/multiformats/rust-cid
+
+Files: *
+Copyright: 2017 Friedel Ziegelmayer
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/cid/debian/copyright.debcargo.hint b/src/cid/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..75845e8
--- /dev/null
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cid
+Upstream-Contact: Friedel Ziegelmayer <dignifiedquire@gmail.com>
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Friedel Ziegelmayer <dignifiedquire@gmail.com>
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./README.md
+Copyright: 2017 Friedel Ziegelmayer
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/cid/debian/debcargo.toml b/src/cid/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/cid/debian/patches/relax-dep.diff b/src/cid/debian/patches/relax-dep.diff
new file mode 100644 (file)
index 0000000..464356e
--- /dev/null
@@ -0,0 +1,20 @@
+Description: Use unsigned-variant 0.5
+Author: Jochen Sprickerhof <jspricke@debian.org>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2022-07-22
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: cid-0.5/Cargo.toml
+===================================================================
+--- cid-0.5.orig/Cargo.toml
++++ cid-0.5/Cargo.toml
+@@ -38,7 +38,7 @@ version = "0.7.3"
+ optional = true
+ [dependencies.unsigned-varint]
+-version = "0.3"
++version = "0.5"
+ [dev-dependencies.multihash]
+ version = "0.11"
+ features = ["test"]
diff --git a/src/cid/debian/patches/series b/src/cid/debian/patches/series
new file mode 100644 (file)
index 0000000..75abb7f
--- /dev/null
@@ -0,0 +1 @@
+relax-dep.diff
diff --git a/src/digest-0.9/debian/changelog b/src/digest-0.9/debian/changelog
new file mode 100644 (file)
index 0000000..87f7ab3
--- /dev/null
@@ -0,0 +1,5 @@
+rust-digest-0.9 (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package digest 0.9.0 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:00:17 +0200
diff --git a/src/digest-0.9/debian/copyright b/src/digest-0.9/debian/copyright
new file mode 100644 (file)
index 0000000..a4d2df6
--- /dev/null
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: digest
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/traits
+
+Files: *
+Copyright: 2017 Artyom Pavlov
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/digest-0.9/debian/copyright.debcargo.hint b/src/digest-0.9/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..2308c71
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: digest
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/traits
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE-MIT
+Copyright: 2017 Artyom Pavlov
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/digest-0.9/debian/debcargo.toml b/src/digest-0.9/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/ipfs-unixfs/debian/changelog b/src/ipfs-unixfs/debian/changelog
new file mode 100644 (file)
index 0000000..62f3b27
--- /dev/null
@@ -0,0 +1,5 @@
+rust-ipfs-unixfs (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package ipfs-unixfs 0.2.0 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:28:50 +0200
diff --git a/src/ipfs-unixfs/debian/copyright b/src/ipfs-unixfs/debian/copyright
new file mode 100644 (file)
index 0000000..15a69d8
--- /dev/null
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ipfs-unixfs
+Upstream-Contact: Rust-IPFS contributors
+Source: https://github.com/rs-ipfs/rust-ipfs
+
+Files: *
+Copyright: 2019-2020 Rust-IPFS contributors
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/ipfs-unixfs/debian/copyright.debcargo.hint b/src/ipfs-unixfs/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..4fd8a2c
--- /dev/null
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ipfs-unixfs
+Upstream-Contact: Rust-IPFS contributors
+Source: https://github.com/rs-ipfs/rust-ipfs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Rust-IPFS contributors
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/ipfs-unixfs/debian/debcargo.toml b/src/ipfs-unixfs/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/multibase/debian/changelog b/src/multibase/debian/changelog
new file mode 100644 (file)
index 0000000..133820d
--- /dev/null
@@ -0,0 +1,5 @@
+rust-multibase (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package multibase 0.8.0 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Wed, 10 Aug 2022 08:42:55 +0200
diff --git a/src/multibase/debian/copyright b/src/multibase/debian/copyright
new file mode 100644 (file)
index 0000000..abe44c6
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: multibase
+Upstream-Contact: Friedel Ziegelmayer <dignifiedquire@gmail.com>
+Source: https://github.com/multiformats/rust-multibase
+
+Files: *
+Copyright: 2017 Friedel Ziegelmayer <dignifiedquire@gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/multibase/debian/copyright.debcargo.hint b/src/multibase/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..a5faeca
--- /dev/null
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: multibase
+Upstream-Contact: Friedel Ziegelmayer <dignifiedquire@gmail.com>
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Friedel Ziegelmayer <dignifiedquire@gmail.com>
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./README.md
+Copyright: 2017 Friedel Ziegelmayer
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/multibase/debian/debcargo.toml b/src/multibase/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/multihash/debian/changelog b/src/multihash/debian/changelog
new file mode 100644 (file)
index 0000000..1cf9c45
--- /dev/null
@@ -0,0 +1,5 @@
+rust-multihash (0.11.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package multihash 0.11.4 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:12:10 +0200
diff --git a/src/multihash/debian/copyright b/src/multihash/debian/copyright
new file mode 100644 (file)
index 0000000..214a075
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: multihash
+Upstream-Contact: dignifiedquire <dignifiedquire@gmail.com>
+Source: https://github.com/multiformats/rust-multihash
+
+Files: *
+Copyright: 2015-2017 Friedel Ziegelmayer
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/multihash/debian/copyright.debcargo.hint b/src/multihash/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..fc723bf
--- /dev/null
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: multihash
+Upstream-Contact: dignifiedquire <dignifiedquire@gmail.com>
+Source: https://github.com/multiformats/rust-multihash
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS dignifiedquire <dignifiedquire@gmail.com>
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE
+Copyright: 2015-2016 Friedel Ziegelmayer
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./README.md
+Copyright: 2015-2017 Friedel Ziegelmayer
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/multihash/debian/debcargo.toml b/src/multihash/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/quick-protobuf/debian/changelog b/src/quick-protobuf/debian/changelog
new file mode 100644 (file)
index 0000000..f8fa354
--- /dev/null
@@ -0,0 +1,5 @@
+rust-quick-protobuf (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package quick-protobuf 0.7.0 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:29:59 +0200
diff --git a/src/quick-protobuf/debian/copyright b/src/quick-protobuf/debian/copyright
new file mode 100644 (file)
index 0000000..2c23308
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quick-protobuf
+Upstream-Contact: Johann Tuffe <tafia973@gmail.com>
+Source: https://github.com/tafia/quick-protobuf
+
+Files: *
+Copyright: 2017-2018 Johann Tuffe <tafia973@gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/quick-protobuf/debian/copyright.debcargo.hint b/src/quick-protobuf/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..a70a4ac
--- /dev/null
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quick-protobuf
+Upstream-Contact: Johann Tuffe <tafia973@gmail.com>
+Source: https://github.com/tafia/quick-protobuf
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Johann Tuffe <tafia973@gmail.com>
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/quick-protobuf/debian/debcargo.toml b/src/quick-protobuf/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/sha-1-0.9/debian/changelog b/src/sha-1-0.9/debian/changelog
new file mode 100644 (file)
index 0000000..9f8b079
--- /dev/null
@@ -0,0 +1,5 @@
+rust-sha-1-0.9 (0.9.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package sha-1 0.9.8 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 16:58:51 +0200
diff --git a/src/sha-1-0.9/debian/copyright b/src/sha-1-0.9/debian/copyright
new file mode 100644 (file)
index 0000000..e501692
--- /dev/null
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha-1
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2016 Artyom Pavlov
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha-1-0.9/debian/copyright.debcargo.hint b/src/sha-1-0.9/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..29d4472
--- /dev/null
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha-1
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE-MIT
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2016 Artyom Pavlov
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha-1-0.9/debian/debcargo.toml b/src/sha-1-0.9/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/sha2-0.9/debian/changelog b/src/sha2-0.9/debian/changelog
new file mode 100644 (file)
index 0000000..43a690c
--- /dev/null
@@ -0,0 +1,5 @@
+rust-sha2-0.9 (0.9.9-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package sha2 0.9.9 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:03:39 +0200
diff --git a/src/sha2-0.9/debian/copyright b/src/sha2-0.9/debian/copyright
new file mode 100644 (file)
index 0000000..4044278
--- /dev/null
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha2
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2016 Artyom Pavlov
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha2-0.9/debian/copyright.debcargo.hint b/src/sha2-0.9/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..4243b45
--- /dev/null
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha2
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE-MIT
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2016 Artyom Pavlov
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha2-0.9/debian/debcargo.toml b/src/sha2-0.9/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/sha3-0.9/debian/changelog b/src/sha3-0.9/debian/changelog
new file mode 100644 (file)
index 0000000..740cf1d
--- /dev/null
@@ -0,0 +1,5 @@
+rust-sha3-0.9 (0.9.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package sha3 0.9.1 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:05:23 +0200
diff --git a/src/sha3-0.9/debian/copyright b/src/sha3-0.9/debian/copyright
new file mode 100644 (file)
index 0000000..bdd016a
--- /dev/null
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha3
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2014 Sébastien Martini
+ 2016-2017 Artyom Pavlov, Marek Kotewicz
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha3-0.9/debian/copyright.debcargo.hint b/src/sha3-0.9/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..8d2b098
--- /dev/null
@@ -0,0 +1,53 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sha3
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/hashes
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
+License: MIT or Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE-MIT
+Copyright:
+ 2006-2009 Graydon Hoare
+ 2009-2013 Mozilla Foundation
+ 2014 Sébastien Martini
+ 2016-2017 Artyom Pavlov, Marek Kotewicz
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/sha3-0.9/debian/debcargo.toml b/src/sha3-0.9/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..63c8ca6
--- /dev/null
@@ -0,0 +1,4 @@
+# needed for rust_cid_npm because ipfs-unixfs still depends on cid 0.5
+semver_suffix = true
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
diff --git a/src/unsigned-varint/debian/changelog b/src/unsigned-varint/debian/changelog
new file mode 100644 (file)
index 0000000..6924637
--- /dev/null
@@ -0,0 +1,5 @@
+rust-unsigned-varint (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package unsigned-varint 0.5.1 from crates.io using debcargo 2.5.0
+
+ -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 22 Jul 2022 17:16:04 +0200
diff --git a/src/unsigned-varint/debian/copyright b/src/unsigned-varint/debian/copyright
new file mode 100644 (file)
index 0000000..6a0ad44
--- /dev/null
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unsigned-varint
+Upstream-Contact: Parity Technologies <admin@parity.io>
+Source: https://github.com/paritytech/unsigned-varint
+
+Files: *
+Copyright: 2018-2020 Parity Technologies (UK) Ltd.
+           2020 Aleksa Sarai <cyphar@cyphar.com>
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/unsigned-varint/debian/copyright.debcargo.hint b/src/unsigned-varint/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..e8db07f
--- /dev/null
@@ -0,0 +1,115 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unsigned-varint
+Upstream-Contact: Parity Technologies <admin@parity.io>
+Source: https://github.com/paritytech/unsigned-varint
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Parity Technologies <admin@parity.io>
+License: MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE
+Copyright: 2018 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./benches/benchmark.rs
+Copyright: 2018 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/aio.rs
+Copyright: 2020 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/codec.rs
+Copyright: 2018-2019 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/decode.rs
+Copyright: 2018-2019 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/encode.rs
+Copyright: 2018 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/io.rs
+Copyright: 2020 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/lib.rs
+Copyright: 2018-2019 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/nom.rs
+Copyright: 2020 Aleksa Sarai <cyphar@cyphar.com>
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./tests/identity.rs
+Copyright: 2018 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./tests/io.rs
+Copyright: 2020 Parity Technologies (UK) Ltd.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jochen Sprickerhof <jspricke@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/unsigned-varint/debian/debcargo.toml b/src/unsigned-varint/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b70f052
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]