From 0057cfaacf02e7e42f624389ca8338a5fe8feb14 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 29 Jul 2018 22:46:41 +0800 Subject: [PATCH] Add tempdir --- src/tempdir/debian/changelog | 5 +++++ src/tempdir/debian/copyright | 37 ++++++++++++++++++++++++++++++++ src/tempdir/debian/debcargo.toml | 1 + 3 files changed, 43 insertions(+) create mode 100644 src/tempdir/debian/changelog create mode 100644 src/tempdir/debian/copyright create mode 100644 src/tempdir/debian/debcargo.toml diff --git a/src/tempdir/debian/changelog b/src/tempdir/debian/changelog new file mode 100644 index 000000000..1309f28b6 --- /dev/null +++ b/src/tempdir/debian/changelog @@ -0,0 +1,5 @@ +rust-tempdir (0.3.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package tempdir 0.3.7 from crates.io using debcargo 2.2.4 + + -- Nicolas Braud-Santoni Sun, 29 Jul 2018 22:46:17 +0800 diff --git a/src/tempdir/debian/copyright b/src/tempdir/debian/copyright new file mode 100644 index 000000000..59dd08ac8 --- /dev/null +++ b/src/tempdir/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tempdir +Upstream-Contact: The Rust Project Developers +Source: https://github.com/rust-lang/tempdir + +Files: * +Copyright: 2015-2018 The Rust Project Developers +License: Apache-2.0 or Expat + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Nicolas Braud-Santoni +License: Apache-2.0 or Expat + +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/tempdir/debian/debcargo.toml b/src/tempdir/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/tempdir/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "." -- 2.39.5