]> git.proxmox.com Git - debcargo-conf.git/commitdiff
updated
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 22 Sep 2022 12:48:28 +0000 (12:48 +0000)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 22 Sep 2022 12:48:28 +0000 (12:48 +0000)
src/valuable-serde/debian/changelog
src/valuable-serde/debian/copyright
src/valuable-serde/debian/copyright.debcargo.hint
src/valuable-serde/debian/debcargo.toml

index 33f5e06014844a5b3c1c28531ead06dfe17c8b34..e1703617c37a65451deaa06f42d90e1dc4258aed 100644 (file)
@@ -1,6 +1,5 @@
 rust-valuable-serde (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
-  * Team upload.
   * Package valuable-serde 0.1.0 from crates.io using debcargo 2.5.0
 
- -- John Goerzen <jgoerzen@complete.org>  Thu, 22 Sep 2022 12:40:05 +0000
+ -- John Goerzen <jgoerzen@complete.org>  Thu, 22 Sep 2022 12:46:08 +0000
index f69bb0263a78d43cfd28ac7b081de142638bc9be..03769562db1db3d14bda9831ff735c462db471e2 100644 (file)
@@ -1 +1,36 @@
-FIXME fill me in using ./copyright.debcargo.hint as a guide
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: valuable-serde
+Upstream-Contact: Taiki Endo <te316e89@gmail.com>
+Source: https://github.com/tokio-rs/valuable
+
+Files: *
+Copyright: 2021 Valuable Contributors
+License: MIT
+Comment:
+ valuable-serde is a subset of the git repository named above;
+ LICENSE is in the parent git repository and applies to this package.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 John Goerzen <jgoerzen@complete.org>
+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.
index 365c1f5c6a00fd5415d2094a0637c75c8a7bd61c..64dbcbe38612596dfb8a69a01ae3f77a5dd5edd2 100644 (file)
@@ -15,7 +15,7 @@ Comment:
 Files: debian/*
 Copyright:
  2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2022  <jgoerzen@complete.org>
+ 2022 John Goerzen <jgoerzen@complete.org>
 License: MIT
 
 License: MIT
index cd8b1547508f4234cbeb48c55869bb417e227f9d..852b098c592540bf60ed4515560f0c02b9376741 100644 (file)
@@ -1,2 +1,2 @@
 overlay = "."
-uploaders = [" <jgoerzen@complete.org>"]
+uploaders = ["John Goerzen <jgoerzen@complete.org>"]