]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package comrak
authorArnaud Ferraris <arnaud.ferraris@collabora.com>
Sun, 26 Apr 2020 13:50:07 +0000 (15:50 +0200)
committerArnaud Ferraris <arnaud.ferraris@collabora.com>
Sun, 26 Apr 2020 13:53:27 +0000 (15:53 +0200)
src/comrak/debian/RFS [new file with mode: 0644]
src/comrak/debian/changelog [new file with mode: 0644]
src/comrak/debian/copyright [new file with mode: 0644]
src/comrak/debian/copyright.debcargo.hint [new file with mode: 0644]
src/comrak/debian/debcargo.toml [new file with mode: 0644]
src/comrak/debian/patches/relax-deps.patch [new file with mode: 0644]
src/comrak/debian/patches/series [new file with mode: 0644]

diff --git a/src/comrak/debian/RFS b/src/comrak/debian/RFS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/comrak/debian/changelog b/src/comrak/debian/changelog
new file mode 100644 (file)
index 0000000..2a08e96
--- /dev/null
@@ -0,0 +1,5 @@
+rust-comrak (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package comrak 0.7.0 from crates.io using debcargo 2.4.2
+
+ -- Arnaud Ferraris <arnaud.ferraris@gmail.com>  Sun, 26 Apr 2020 13:49:41 +0000
diff --git a/src/comrak/debian/copyright b/src/comrak/debian/copyright
new file mode 100644 (file)
index 0000000..fe97b7e
--- /dev/null
@@ -0,0 +1,43 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: comrak
+Upstream-Contact: Ashe Connor <ashe@kivikakk.ee>
+Source: https://github.com/kivikakk/comrak
+
+Files: *
+Copyright:
+ 2017–2019, Ashe Connor
+ 2014, John MacFarlane
+ 2012 Vicent Martí
+ 2013 Karl Dubost:
+ 2013 Karl Dubost
+ 2014-15 John MacFarlane
+ 2014, John MacFarlane
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright:
+ 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020 Arnaud Ferraris <arnaud.ferraris@gmail.com>
+License: BSD-2-Clause
+
+License: BSD-2-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.
+ .
+ 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/comrak/debian/copyright.debcargo.hint b/src/comrak/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..e3c94ce
--- /dev/null
@@ -0,0 +1,64 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: comrak
+Upstream-Contact: Ashe Connor <ashe@kivikakk.ee>
+Source: https://github.com/kivikakk/comrak
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Ashe Connor <ashe@kivikakk.ee>
+License: BSD-2-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: ./COPYING
+Copyright:
+ 2017–2019, Ashe Connor
+ 2014, John MacFarlane
+ 2012 Vicent Martí
+ 2013 Karl Dubost:
+ 2013 Karl Dubost
+ 2014-15 John MacFarlane
+ 2014, John MacFarlane
+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:
+ 2017–2019, Ashe Connor. Licensed under the [2-Clause BSD
+ 2014, John MacFarlane.
+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 Arnaud Ferraris <arnaud.ferraris@gmail.com>
+License: BSD-2-Clause
+
+License: BSD-2-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.
+ .
+ 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/comrak/debian/debcargo.toml b/src/comrak/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..3dee11b
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Arnaud Ferraris <arnaud.ferraris@gmail.com>"]
diff --git a/src/comrak/debian/patches/relax-deps.patch b/src/comrak/debian/patches/relax-deps.patch
new file mode 100644 (file)
index 0000000..7af3d46
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -53,7 +53,7 @@
+ version = "0.2"
+ [dependencies.typed-arena]
+-version = "1.4.1"
++version = "2.0.0"
+ [dependencies.unicode_categories]
+ version = "0.1.1"
diff --git a/src/comrak/debian/patches/series b/src/comrak/debian/patches/series
new file mode 100644 (file)
index 0000000..bdddf05
--- /dev/null
@@ -0,0 +1 @@
+relax-deps.patch