]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package block-modes and hex-literal
authorAndrej Shadura <andrew.shadura@collabora.co.uk>
Fri, 3 Jan 2020 12:53:54 +0000 (13:53 +0100)
committerAndrej Shadura <andrew.shadura@collabora.co.uk>
Fri, 3 Jan 2020 12:55:15 +0000 (13:55 +0100)
12 files changed:
src/block-modes/debian/changelog [new file with mode: 0644]
src/block-modes/debian/copyright [new file with mode: 0644]
src/block-modes/debian/copyright.debcargo.hint [new file with mode: 0644]
src/block-modes/debian/debcargo.toml [new file with mode: 0644]
src/hex-literal-impl/debian/changelog [new file with mode: 0644]
src/hex-literal-impl/debian/copyright [new file with mode: 0644]
src/hex-literal-impl/debian/copyright.debcargo.hint [new file with mode: 0644]
src/hex-literal-impl/debian/debcargo.toml [new file with mode: 0644]
src/hex-literal/debian/changelog [new file with mode: 0644]
src/hex-literal/debian/copyright [new file with mode: 0644]
src/hex-literal/debian/copyright.debcargo.hint [new file with mode: 0644]
src/hex-literal/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/block-modes/debian/changelog b/src/block-modes/debian/changelog
new file mode 100644 (file)
index 0000000..d93bc03
--- /dev/null
@@ -0,0 +1,5 @@
+rust-block-modes (0.3.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package block-modes 0.3.3 from crates.io using debcargo 2.4.0
+
+ -- Andrej Shadura <andrewsh@debian.org>  Fri,  3 Jan 2020 13:46:49 +0100
diff --git a/src/block-modes/debian/copyright b/src/block-modes/debian/copyright
new file mode 100644 (file)
index 0000000..c99a100
--- /dev/null
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: block-modes
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/block-ciphers
+
+Files: *
+Copyright:
+ 2018-2019 RustCrypto Developers
+ 2018 Artyom Pavlov
+License: Expat or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@debian.org>
+License: Expat 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: Expat
+ 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-modes/debian/copyright.debcargo.hint b/src/block-modes/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..6fe2d33
--- /dev/null
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: block-modes
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/block-ciphers
+
+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 The RustCrypto Project Developers
+ 2018 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:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@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-modes/debian/debcargo.toml b/src/block-modes/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..7d31b23
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
diff --git a/src/hex-literal-impl/debian/changelog b/src/hex-literal-impl/debian/changelog
new file mode 100644 (file)
index 0000000..b4658ad
--- /dev/null
@@ -0,0 +1,5 @@
+rust-hex-literal-impl (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package hex-literal-impl 0.2.1 from crates.io using debcargo 2.4.0
+
+ -- Andrej Shadura <andrewsh@debian.org>  Fri,  3 Jan 2020 13:54:44 +0100
diff --git a/src/hex-literal-impl/debian/copyright b/src/hex-literal-impl/debian/copyright
new file mode 100644 (file)
index 0000000..2171cba
--- /dev/null
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hex-literal-impl
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/utils
+
+Files: *
+Copyright:
+ 2018 RustCrypto Developers
+ 2018 Artyom Pavlov
+License: Expat or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@debian.org>
+License: Expat 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: Expat
+ 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/hex-literal-impl/debian/copyright.debcargo.hint b/src/hex-literal-impl/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..d421f71
--- /dev/null
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hex-literal-impl
+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 Artyom Pavlov
+ 2018 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:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@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/hex-literal-impl/debian/debcargo.toml b/src/hex-literal-impl/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..7d31b23
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
diff --git a/src/hex-literal/debian/changelog b/src/hex-literal/debian/changelog
new file mode 100644 (file)
index 0000000..d6e5e7a
--- /dev/null
@@ -0,0 +1,5 @@
+rust-hex-literal (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package hex-literal 0.2.1 from crates.io using debcargo 2.4.0
+
+ -- Andrej Shadura <andrewsh@debian.org>  Fri,  3 Jan 2020 13:50:58 +0100
diff --git a/src/hex-literal/debian/copyright b/src/hex-literal/debian/copyright
new file mode 100644 (file)
index 0000000..2f23d65
--- /dev/null
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hex-literal
+Upstream-Contact: RustCrypto Developers
+Source: https://github.com/RustCrypto/utils
+
+Files: *
+Copyright:
+ 2018 RustCrypto Developers
+ 2018 Artyom Pavlov
+License: Expat or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@debian.org>
+License: Expat 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: Expat
+ 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/hex-literal/debian/copyright.debcargo.hint b/src/hex-literal/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..25fb145
--- /dev/null
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hex-literal
+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 Artyom Pavlov
+ 2018 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:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Andrej Shadura <andrewsh@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/hex-literal/debian/debcargo.toml b/src/hex-literal/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..7d31b23
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Andrej Shadura <andrewsh@debian.org>"]