diff --git a/TODO.rst b/TODO.rst index 781e036..2e0b222 100644 --- a/TODO.rst +++ b/TODO.rst @@ -68,6 +68,7 @@ These packages (RFS) are prepared in the master branch and can be uploaded because all required dependencies are available in main:: + encoding string_cache_codegen crossbeam-epoch-0.5 (required by rust-cc) arc-swap diff --git a/src/encoding/debian/changelog b/src/encoding/debian/changelog new file mode 100644 index 0000000..0fb3f00 --- /dev/null +++ b/src/encoding/debian/changelog @@ -0,0 +1,5 @@ +rust-encoding (0.2.33-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package encoding 0.2.33 from crates.io using debcargo 2.2.8 + + -- Wolfgang Silbermayr Thu, 1 Nov 2018 09:06:39 +0100 diff --git a/src/encoding/debian/copyright b/src/encoding/debian/copyright new file mode 100644 index 0000000..0b94e85 --- /dev/null +++ b/src/encoding/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: encoding +Upstream-Contact: Kang Seonghoon +Source: https://github.com/lifthrasiir/rust-encoding + +Files: * +Copyright: 2013-2016 Kang Seonghoon +License: MIT + +Files: ./src/codec/utf_8.rs +Copyright: + 2013-2015, Kang Seonghoon. + 2008-2009 Bjoern Hoehrmann +License: MIT + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Wolfgang Silbermayr +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/encoding/debian/copyright.debcargo.hint b/src/encoding/debian/copyright.debcargo.hint new file mode 100644 index 0000000..e74034e --- /dev/null +++ b/src/encoding/debian/copyright.debcargo.hint @@ -0,0 +1,173 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: encoding +Upstream-Contact: Kang Seonghoon +Source: https://github.com/lifthrasiir/rust-encoding + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Kang Seonghoon +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.txt +Copyright: 2013, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./examples/recode.rs +Copyright: 2014-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/all.rs +Copyright: 2013, Kang Seonghoon. +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/ascii.rs +Copyright: 2013-2015, Kang Seonghoon. +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/error.rs +Copyright: 2013-2015, Kang Seonghoon. +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/japanese.rs +Copyright: 2013-2015, Kang Seonghoon. +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/korean.rs +Copyright: 2013-2015, Kang Seonghoon. +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/simpchinese.rs +Copyright: 2013-2015, Kang Seonghoon. +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/singlebyte.rs +Copyright: 2013-2015, Kang Seonghoon. +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/tradchinese.rs +Copyright: 2013-2015, Kang Seonghoon. +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/utf_16.rs +Copyright: 2013-2015, Kang Seonghoon. +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/utf_8.rs +Copyright: + 2013-2015, Kang Seonghoon. + 2008-2009 Bjoern Hoehrmann +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/whatwg.rs +Copyright: 2013-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/index/gen_index.py +Copyright: 2013-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/label.rs +Copyright: 2013-2015, Kang Seonghoon. +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: 2013-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/testutils.rs +Copyright: 2013-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/types.rs +Copyright: 2013-2015, Kang Seonghoon. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/util.rs +Copyright: 2013-2015, Kang Seonghoon. +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: + 2018 Debian Rust Maintainers + 2018 Wolfgang Silbermayr +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/encoding/debian/debcargo.toml b/src/encoding/debian/debcargo.toml new file mode 100644 index 0000000..a6b2f3a --- /dev/null +++ b/src/encoding/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Wolfgang Silbermayr "]