]> git.proxmox.com Git - debcargo-conf.git/commitdiff
package version 2.0.0 of crc64
authorLiang Yan <ly@xryan.net>
Thu, 24 Mar 2022 02:31:11 +0000 (02:31 +0000)
committerLiang Yan <ly@xryan.net>
Thu, 24 Mar 2022 13:40:43 +0000 (13:40 +0000)
Signed-off-by: Liang Yan <ly@xryan.net>
src/crc64/debian/RFS [new file with mode: 0644]
src/crc64/debian/changelog [new file with mode: 0644]
src/crc64/debian/copyright [new file with mode: 0644]
src/crc64/debian/copyright.debcargo.hint [new file with mode: 0644]
src/crc64/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/crc64/debian/RFS b/src/crc64/debian/RFS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/crc64/debian/changelog b/src/crc64/debian/changelog
new file mode 100644 (file)
index 0000000..19c4c1b
--- /dev/null
@@ -0,0 +1,5 @@
+rust-crc64 (2.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package crc64 2.0.0 from crates.io using debcargo 2.5.0
+
+ -- Liang Yan <ly@xryan.net>  Thu, 24 Mar 2022 01:47:26 +0000
diff --git a/src/crc64/debian/copyright b/src/crc64/debian/copyright
new file mode 100644 (file)
index 0000000..658138f
--- /dev/null
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crc64
+Upstream-Contact: Jan-Erik Rediger
+Source: https://github.com/badboy/crc64-rs
+
+Files: *
+Copyright: 2014-2022, Jan-Erik Rediger
+License: BSD-3-Clause
+
+Files: ./LICENSE
+Copyright: 2014-2022, Jan-Erik Rediger
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Liang Yan <ly@xryan.net>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/src/crc64/debian/copyright.debcargo.hint b/src/crc64/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..73d2ef0
--- /dev/null
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crc64
+Upstream-Contact: FIXME (overlay) UNKNOWN-AUTHORS
+Source: https://github.com/badboy/crc64-rs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-AUTHORS FIXME (overlay) UNKNOWN-YEARS
+License: BSD-3-Clause
+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: 2014-2022, Jan-Erik Rediger
+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 Liang Yan <ly@xryan.net>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/src/crc64/debian/debcargo.toml b/src/crc64/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..1dd05fd
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Liang Yan <ly@xryan.net>"]