]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Update crossbeam-queue to 0.2.1
authorWolfgang Silbermayr <wolfgang@silbermayr.at>
Thu, 26 Mar 2020 13:00:10 +0000 (14:00 +0100)
committerWolfgang Silbermayr <wolfgang@silbermayr.at>
Thu, 26 Mar 2020 13:00:33 +0000 (14:00 +0100)
src/crossbeam-queue/debian/changelog
src/crossbeam-queue/debian/copyright
src/crossbeam-queue/debian/copyright.debcargo.hint

index d8c711c65068fd615601530cc5e77b13b30a1c39..040510f8ef60e5c7dadac7079a363d4daec317a2 100644 (file)
@@ -1,3 +1,9 @@
+rust-crossbeam-queue (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package crossbeam-queue 0.2.1 from crates.io using debcargo 2.4.2
+
+ -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Thu, 26 Mar 2020 13:52:22 +0100
+
 rust-crossbeam-queue (0.1.2-3) unstable; urgency=medium
 
   * Team upload.
index 0ef28debfe9462d29afa6d50be798b673e2346ad..2ba075eb24d95c5ac862a4cd13772c6e64c26f4e 100644 (file)
@@ -4,7 +4,7 @@ Upstream-Contact: The Crossbeam Project Developers
 Source: https://github.com/crossbeam-rs/crossbeam
 
 Files: *
-Copyright: 2015-2019 The Crossbeam Project Developers
+Copyright: 2015-2020 The Crossbeam Project Developers
 License: MIT or Apache-2.0
 
 Files: ./src/array_queue.rs
@@ -34,8 +34,8 @@ License: BSD-2-Clause
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 6e40741182cbd03129437103eaaf42ec49c2d82f..40a3810611b4d55b2691606d26feb683b488759f 100644 (file)
@@ -5,13 +5,20 @@ Source: https://github.com/crossbeam-rs/crossbeam
 
 Files: *
 Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers
-License: MIT or Apache-2.0
+License: MIT or Apache-2.0 and 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: ./LICENSE-MIT
+Copyright: 2019 The Crossbeam Project Developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
 Files: ./LICENSE-THIRD-PARTY
 Copyright: 2010-2011 Dmitry Vyukov.
 License: UNKNOWN-LICENSE; FIXME (overlay)
@@ -28,14 +35,36 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-License: MIT or Apache-2.0
+ 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+License: MIT or Apache-2.0 and BSD-2-Clause
 
 License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
  /usr/share/common-licenses/Apache-2.0
 
+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.
+
 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