]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package crossbeam
authorPaul van Tilburg <paul@luon.net>
Fri, 6 Jul 2018 20:04:24 +0000 (22:04 +0200)
committerPaul van Tilburg <paul@luon.net>
Fri, 6 Jul 2018 20:04:50 +0000 (22:04 +0200)
src/crossbeam/debian/changelog [new file with mode: 0644]
src/crossbeam/debian/control [new file with mode: 0644]
src/crossbeam/debian/control.debcargo.hint [new file with mode: 0644]
src/crossbeam/debian/copyright [new file with mode: 0644]
src/crossbeam/debian/copyright.debcargo.hint [new file with mode: 0644]
src/crossbeam/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/crossbeam/debian/changelog b/src/crossbeam/debian/changelog
new file mode 100644 (file)
index 0000000..fca3593
--- /dev/null
@@ -0,0 +1,5 @@
+rust-crossbeam (0.3.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package crossbeam 0.3.2 from crates.io using debcargo 2.1.4
+
+ -- Paul van Tilburg <paulvt@debian.org>  Fri,  6 Jul 2018 22:03:44 +0200
diff --git a/src/crossbeam/debian/control b/src/crossbeam/debian/control
new file mode 100644 (file)
index 0000000..eeebd1b
--- /dev/null
@@ -0,0 +1,37 @@
+Source: rust-crossbeam
+Section: rust
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-cargo (>= 6),
+ cargo:native <!nocheck>,
+ rustc:native <!nocheck>,
+ libstd-rust-dev <!nocheck>
+Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+Uploaders: Paul van Tilburg <paulvt@debian.org>
+Standards-Version: 4.1.5
+Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crossbeam]
+Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crossbeam
+
+Package: librust-crossbeam-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends}
+Provides:
+ librust-crossbeam+default-dev (= ${binary:Version}),
+ librust-crossbeam+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0-dev (= ${binary:Version}),
+ librust-crossbeam-0+default-dev (= ${binary:Version}),
+ librust-crossbeam-0+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0.3-dev (= ${binary:Version}),
+ librust-crossbeam-0.3+default-dev (= ${binary:Version}),
+ librust-crossbeam-0.3+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2+default-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2+nightly-dev (= ${binary:Version})
+Description: Support for concurrent programming - Rust source code
+ The "crossbream" crate provides support for lock-free data structures,
+ synchronizers, and parallel programming.
+ .
+ This package contains the source for the Rust crossbeam crate, packaged by
+ debcargo for use with cargo and dh-cargo.
diff --git a/src/crossbeam/debian/control.debcargo.hint b/src/crossbeam/debian/control.debcargo.hint
new file mode 100644 (file)
index 0000000..e71367c
--- /dev/null
@@ -0,0 +1,36 @@
+Source: rust-crossbeam
+Section: rust
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-cargo (>= 6),
+ cargo:native <!nocheck>,
+ rustc:native <!nocheck>,
+ libstd-rust-dev <!nocheck>
+Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+Uploaders: Paul van Tilburg <paulvt@debian.org>
+Standards-Version: 4.1.5
+Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crossbeam]
+Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crossbeam
+
+# FIXME (packages."(name)".section) debcargo auto-generated summaries are very long, consider overriding
+
+Package: librust-crossbeam-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends}
+Provides:
+ librust-crossbeam+default-dev (= ${binary:Version}),
+ librust-crossbeam+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0-dev (= ${binary:Version}),
+ librust-crossbeam-0+default-dev (= ${binary:Version}),
+ librust-crossbeam-0+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0.3-dev (= ${binary:Version}),
+ librust-crossbeam-0.3+default-dev (= ${binary:Version}),
+ librust-crossbeam-0.3+nightly-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2+default-dev (= ${binary:Version}),
+ librust-crossbeam-0.3.2+nightly-dev (= ${binary:Version})
+Description: Support for lock-free data structures, synchronizers, and parallel programming - Rust source code
+ This package contains the source for the Rust crossbeam crate, packaged by
+ debcargo for use with cargo and dh-cargo.
diff --git a/src/crossbeam/debian/copyright b/src/crossbeam/debian/copyright
new file mode 100644 (file)
index 0000000..285a6a3
--- /dev/null
@@ -0,0 +1,68 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crossbeam
+Upstream-Contact: Aaron Turon <aturon@mozilla.com>
+Source: https://github.com/crossbeam-rs/crossbeam
+
+Files: *
+Copyright: 2015-2018 The Crossbeam Project Developers
+License: Apache-2.0 or MIT
+
+Files: ./src/bin/extra_impls/mpsc_queue.rs
+Copyright: 2010-2011 Dmitry Vyukov. All rights reserved.
+License: BSD-2-Clause
+
+Files: ./src/sync/chase_lev.rs
+Copyright: 2013 The Rust Project Developers
+License: Apache-2.0 or MIT
+
+Files: debian/*
+Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+           2018 Paul van Tilburg <paulvt@debian.org>
+License: Apache-2.0 or MIT
+
+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
+ 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/crossbeam/debian/copyright.debcargo.hint b/src/crossbeam/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..89104b2
--- /dev/null
@@ -0,0 +1,62 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crossbeam
+Upstream-Contact: Aaron Turon <aturon@mozilla.com>
+Source: https://github.com/crossbeam-rs/crossbeam
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN Aaron Turon <aturon@mozilla.com>
+License: Apache-2.0 or 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-MIT
+Copyright: 2015 The Rust Project Developers
+License: UNKNOWN; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/bin/extra_impls/mpsc_queue.rs
+Copyright: 2010-2011 Dmitry Vyukov. All rights reserved.
+License: UNKNOWN; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/sync/chase_lev.rs
+Copyright: 2013 The Rust Project Developers
+License: UNKNOWN; 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 <pkg-rust-maintainers@alioth-lists.debian.net>
+           2018 FIXME (overlay) Your Name <Your Email>
+License: Apache-2.0 or MIT
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+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/crossbeam/debian/debcargo.toml b/src/crossbeam/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..6798113
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+bin = false