Merge branch 'master' of salsa.debian.org:rust-team/debcargo-conf

This commit is contained in:
Sylvestre Ledru 2018-11-15 15:41:41 +01:00
commit 0e7de7ed08
63 changed files with 907 additions and 51 deletions

View File

@ -3,8 +3,7 @@ Instructions
To get set up, run:: To get set up, run::
apt update && apt build-dep cargo && apt install cargo dh-cargo apt update && apt install debcargo
cargo install debcargo # eventually will be replaced by "apt install debcargo"
Then for each new package: Then for each new package:

View File

@ -67,9 +67,12 @@ Ready for upload (Request For Sponsor)
These packages (RFS) are prepared in the master branch and can be uploaded These packages (RFS) are prepared in the master branch and can be uploaded
because all required dependencies are available in main:: because all required dependencies are available in main::
glib
structopt-derive (update)
hexyl
crossbeam-utils (update)
cssparser-macros (update, syn) cssparser-macros (update, syn)
owning-ref 0.3.3 owning-ref 0.3.3
synstructure (update)
stdweb-derive (update) stdweb-derive (update)
md5 (update) md5 (update)
encoding-rs (update) encoding-rs (update)
@ -91,8 +94,6 @@ Delayed/problematic::
(version 0.2.2 depends on rustc_version 0.2 which is (version 0.2.2 depends on rustc_version 0.2 which is
in NEW queue) in NEW queue)
structopt-derive structopt-derive
synstructure (0.9 to 0.10, RFS)
failure-derive (has updated synstructure 0.9 to 0.10)
winapi-0.2.8 -- dependency of mio, iovec, etc winapi-0.2.8 -- dependency of mio, iovec, etc
iovec https://github.com/carllerche/iovec/issues/16 iovec https://github.com/carllerche/iovec/issues/16
see also https://salsa.debian.org/rust-team/debcargo/issues/14 see also https://salsa.debian.org/rust-team/debcargo/issues/14
@ -191,7 +192,6 @@ Roughly in dependency order, i.e. earlier packages have less dependencies.
Some versions might be out-of-date:: Some versions might be out-of-date::
semver v0.9.0 -- uploaded, but should be updated when https://github.com/steveklabnik/semver/pull/174 is fixed semver v0.9.0 -- uploaded, but should be updated when https://github.com/steveklabnik/semver/pull/174 is fixed
cargo v0.29.0 -- need to patch cargo 0.29 to use lazycell 1 instead of 0.6, I've tested it and it "just works"
dependencies of ripgrep 0.10 dependencies of ripgrep 0.10
---------------------------- ----------------------------

1
package.sh Symbolic link
View File

@ -0,0 +1 @@
update.sh

View File

@ -1,5 +1,5 @@
rust-arc-swap (0.3.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-arc-swap (0.3.4-1) unstable; urgency=medium
* Package arc-swap 0.3.4 from crates.io using debcargo 2.2.8 * Package arc-swap 0.3.4 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 30 Oct 2018 10:19:38 +0100 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 14:42:46 +0100

View File

@ -1,9 +1,9 @@
rust-bytecount (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-bytecount (0.4.0-1) unstable; urgency=medium
* Team upload. * Team upload.
* Package bytecount 0.4.0 from crates.io using debcargo 2.2.8 * Package bytecount 0.4.0 from crates.io using debcargo 2.2.8
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 3 Nov 2018 23:24:44 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Nov 2018 23:25:03 +0100
rust-bytecount (0.3.2-1) unstable; urgency=medium rust-bytecount (0.3.2-1) unstable; urgency=medium

View File

@ -0,0 +1,5 @@
rust-cargo (0.31.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package cargo 0.31.0 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 20:15:36 -0800

View File

@ -0,0 +1,44 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cargo
Upstream-Contact:
Yehuda Katz <wycats@gmail.com>
Carl Lerche <me@carllerche.com>
Alex Crichton <alex@alexcrichton.com>
Source: https://github.com/rust-lang/cargo
Files: *
Copyright:
2014-2018 The Rust Project Developers
2014-2018 Yehuda Katz <wycats@gmail.com>
2014-2018 Carl Lerche <me@carllerche.com>
2014-2018 Alex Crichton <alex@alexcrichton.com>
License: MIT or Apache-2.0
Files: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,74 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cargo
Upstream-Contact:
Yehuda Katz <wycats@gmail.com>
Carl Lerche <me@carllerche.com>
Alex Crichton <alex@alexcrichton.com>
Source: https://github.com/rust-lang/cargo
Files: *
Copyright:
FIXME (overlay) UNKNOWN-YEARS Yehuda Katz <wycats@gmail.com>
FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
License: MIT or Apache-2.0
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-THIRD-PARTY
Copyright:
1998-2011 The OpenSSL Project. All rights reserved.
1995-1998 Eric Young (eay@cryptsoft.com)
1989, 1991 Free Software Foundation, Inc.
1995-2010 Jean-loup Gailly and Mark Adler
2011 by Vicent Marti
1991, 1999 Free Software Foundation, Inc.
2004-2007 Sara Golemon <sarag@libssh2.org>
2005,2006 Mikhail Gusarov <dottedmag@dottedmag.net>
2006-2007 The Written Word, Inc.
2007 Eli Fant <elifantu@mail.ru>
2009 Daniel Stenberg
2008, 2009 Simon Josefsson
1996 - 2014, Daniel Stenberg, daniel@haxx.se.
2014 Alex Crichton
2014 The Rust Project Developers
2006-2009 Graydon Hoare
2009-2013 Mozilla Foundation
2013, Kang Seonghoon.
2014 Carl Lerche
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 <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,6 @@
overlay = "."
uploaders = ["Ximin Luo <infinity0@debian.org>"]
# we already provide /usr/bin/cargo in a separate src:cargo package to make the
# toolchain easier to bootstrap, so disable the binary package here
bin = false

View File

@ -0,0 +1,11 @@
--- cargo/Cargo.toml 2018-11-14 20:10:32.561944486 -0800
+++ cargo/Cargo.toml 2018-11-14 20:10:40.090046763 -0800
@@ -157,7 +157,7 @@
version = "0.1"
[features]
-vendored-openssl = ["openssl/vendored"]
+vendored-openssl = ["openssl"]
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.6.0"
features = ["mac_os_10_7_support"]

View File

@ -0,0 +1 @@
disable-vendor.patch

View File

@ -1,3 +1,9 @@
rust-crates-io (0.19.0-1) unstable; urgency=medium
* Package crates-io 0.19.0 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 20:24:11 -0800
rust-crates-io (0.18.0-1) unstable; urgency=medium rust-crates-io (0.18.0-1) unstable; urgency=medium
* Package crates-io 0.18.0 from crates.io using debcargo 2.2.7 * Package crates-io 0.18.0 from crates.io using debcargo 2.2.7

View File

@ -1,3 +1,9 @@
rust-crossbeam-deque (0.6.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package crossbeam-deque 0.6.2 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Fri, 9 Nov 2018 18:28:39 +0000
rust-crossbeam-deque (0.6.1-1) unstable; urgency=medium rust-crossbeam-deque (0.6.1-1) unstable; urgency=medium
* Package crossbeam-deque 0.6.1 from crates.io using debcargo 2.2.6 * Package crossbeam-deque 0.6.1 from crates.io using debcargo 2.2.6

View File

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: crossbeam-deque Upstream-Name: crossbeam-deque
Upstream-Contact: The Crossbeam Project Developers Upstream-Contact: The Crossbeam Project Developers
Source: https://github.com/crossbeam-rs/crossbeam-deque Source: https://github.com/crossbeam-rs/crossbeam
Files: * Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers
@ -22,7 +22,8 @@ Comment:
Files: debian/* Files: debian/*
Copyright: Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 FIXME (overlay) Your Name <Your Email> 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2018 kpcyrd <git@rxv.cc>
License: MIT or Apache-2.0 License: MIT or Apache-2.0
License: Apache-2.0 License: Apache-2.0

View File

@ -1 +1,3 @@
overlay = "." overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>",
"kpcyrd <git@rxv.cc>"]

View File

@ -1,5 +1,13 @@
rust-crossbeam-epoch-0.5 (0.5.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-crossbeam-epoch-0.5 (0.5.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Team upload.
* Package crossbeam-epoch 0.5.2 from crates.io using debcargo 2.2.9
* Newly-generated packaging includes correct Replaces+Breaks (Closes: #913408)
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 21:24:32 -0800
rust-crossbeam-epoch-0.5 (0.5.2-1) unstable; urgency=medium
* Package crossbeam-epoch 0.5.2 from crates.io using debcargo 2.2.8 * Package crossbeam-epoch 0.5.2 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Wed, 31 Oct 2018 23:06:19 +0000 -- kpcyrd <git@rxv.cc> Sun, 04 Nov 2018 18:24:45 +0100

View File

@ -1,3 +1,9 @@
rust-crossbeam-utils (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package crossbeam-utils 0.6.0 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Fri, 9 Nov 2018 18:31:18 +0000
rust-crossbeam-utils (0.5.0-1) unstable; urgency=medium rust-crossbeam-utils (0.5.0-1) unstable; urgency=medium
* Package crossbeam-utils 0.5.0 from crates.io using debcargo 2.2.6 * Package crossbeam-utils 0.5.0 from crates.io using debcargo 2.2.6

View File

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: crossbeam-utils Upstream-Name: crossbeam-utils
Upstream-Contact: The Crossbeam Project Developers Upstream-Contact: The Crossbeam Project Developers
Source: https://github.com/crossbeam-rs/crossbeam-utils Source: https://github.com/crossbeam-rs/crossbeam
Files: * Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers Copyright: FIXME (overlay) UNKNOWN-YEARS The Crossbeam Project Developers
@ -22,7 +22,8 @@ Comment:
Files: debian/* Files: debian/*
Copyright: Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 FIXME (overlay) Your Name <Your Email> 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2018 kpcyrd <git@rxv.cc>
License: MIT or Apache-2.0 License: MIT or Apache-2.0
License: Apache-2.0 License: Apache-2.0

View File

@ -1 +1,3 @@
overlay = "." overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>",
"kpcyrd <git@rxv.cc>"]

View File

@ -0,0 +1,5 @@
rust-debcargo (2.2.9-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package debcargo 2.2.9 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 21:02:25 -0800

View File

@ -0,0 +1,43 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: debcargo
Upstream-Contact:
Josh Triplett <josh@joshtriplett.org>
Ximin Luo <infinity0@debian.org>
Vasudev Kamath <vasudev@copyninja.info>
Source: https://salsa.debian.org/rust-team/debcargo
Files: *
Copyright:
2016 Josh Triplett <josh@joshtriplett.org>
2017-2018 Ximin Luo <infinity0@debian.org>
2017-2018 Vasudev Kamath <vasudev@copyninja.info>
License: MIT or Apache-2.0
Files: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,55 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: debcargo
Upstream-Contact:
Josh Triplett <josh@joshtriplett.org>
Ximin Luo <infinity0@debian.org>
Vasudev Kamath <vasudev@copyninja.info>
Source: https://salsa.debian.org/rust-team/debcargo
Files: *
Copyright:
FIXME (overlay) UNKNOWN-YEARS Josh Triplett <josh@joshtriplett.org>
FIXME (overlay) UNKNOWN-YEARS Ximin Luo <infinity0@debian.org>
FIXME (overlay) UNKNOWN-YEARS Vasudev Kamath <vasudev@copyninja.info>
License: MIT or Apache-2.0
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: ./src/debian/licenses/AGPL-3.0
Copyright: 2007 Free Software Foundation, Inc. <http://fsf.org/>
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 <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -1 +1,5 @@
overlay = "." overlay = "."
uploaders = ["Ximin Luo <infinity0@debian.org>"]
[packages.bin]
section = "devel"

View File

@ -1,5 +1,5 @@
rust-encode-unicode (0.3.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-encode-unicode (0.3.5-1) unstable; urgency=medium
* Package encode_unicode 0.3.5 from crates.io using debcargo 2.2.8 * Package encode_unicode 0.3.5 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 24 Oct 2018 08:04:28 +0200 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 18:29:28 +0100

View File

@ -1,5 +1,5 @@
rust-encoding (0.2.33-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-encoding (0.2.33-1) unstable; urgency=medium
* Package encoding 0.2.33 from crates.io using debcargo 2.2.8 * Package encoding 0.2.33 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 1 Nov 2018 09:06:39 +0100 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 10:03:09 +0100

View File

@ -1,3 +1,9 @@
rust-failure-derive (0.1.3-1) unstable; urgency=medium
* Package failure_derive 0.1.3 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 20:33:51 -0800
rust-failure-derive (0.1.2-1) unstable; urgency=medium rust-failure-derive (0.1.2-1) unstable; urgency=medium
* Package failure_derive 0.1.2 from crates.io using debcargo 2.2.5 * Package failure_derive 0.1.2 from crates.io using debcargo 2.2.5

View File

@ -5,7 +5,7 @@ Source: https://github.com/withoutboats/failure_derive
Files: * Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS Without Boats <woboats@gmail.com> Copyright: FIXME (overlay) UNKNOWN-YEARS Without Boats <woboats@gmail.com>
License: MIT OR Apache-2.0 License: MIT or Apache-2.0
Comment: Comment:
FIXME (overlay): Since upstream copyright years are not available in FIXME (overlay): Since upstream copyright years are not available in
Cargo.toml, they were extracted from the upstream Git repository. This may not Cargo.toml, they were extracted from the upstream Git repository. This may not
@ -15,8 +15,8 @@ Comment:
Files: debian/* Files: debian/*
Copyright: Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 FIXME (overlay) Your Name <Your Email> 2018 Ximin Luo <infinity0@debian.org>
License: MIT OR Apache-2.0 License: MIT or Apache-2.0
License: Apache-2.0 License: Apache-2.0
Debian systems provide the Apache 2.0 license in Debian systems provide the Apache 2.0 license in

View File

@ -1 +1,2 @@
overlay = "." overlay = "."
uploaders = ["Ximin Luo <infinity0@debian.org>"]

View File

@ -1,3 +1,9 @@
rust-failure (0.1.3-1) unstable; urgency=medium
* Package failure 0.1.3 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 20:34:34 -0800
rust-failure (0.1.2-1) unstable; urgency=medium rust-failure (0.1.2-1) unstable; urgency=medium
* Package failure 0.1.2 from crates.io using debcargo 2.2.7 * Package failure 0.1.2 from crates.io using debcargo 2.2.7

View File

@ -0,0 +1,5 @@
rust-glib (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package glib 0.6.0 from crates.io using debcargo 2.2.9
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 15 Nov 2018 11:27:01 +0100

33
src/glib/debian/copyright Normal file
View File

@ -0,0 +1,33 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: glib
Upstream-Contact: The Gtk-rs Project Developers
Source: https://github.com/gtk-rs/glib
Files: *
Copyright: 2013-2018 The Gtk-rs Project Developers
License: MIT
Files: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
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.

View File

@ -0,0 +1,276 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: glib
Upstream-Contact: The Gtk-rs Project Developers
Source: https://github.com/gtk-rs/glib
Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
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: ./COPYRIGHT
Copyright: 2013-2016, The Gtk-rs 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: ./LGPL
Copyright: 1991 Free Software Foundation, Inc.
License: UNKNOWN-LICENSE; FIXME (overlay)
Comment:
FIXME (overlay): These notices are extracted from files. Please review them
before uploading to the archive.
Files: ./LICENSE
Copyright: 2013-2015, The Gtk-rs 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: ./src/boxed.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/bytes.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/checksum.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/closure.rs
Copyright: 2013-2017, The Gtk-rs 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: ./src/date.rs
Copyright: 2017, The Gtk-rs 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: ./src/enums.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/error.rs
Copyright: 2016, The Gtk-rs 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: ./src/file_error.rs
Copyright: 2016, The Gtk-rs 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: ./src/gobject/mod.rs
Copyright: 2018, The Gtk-rs 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: ./src/key_file.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/lib.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/main_context.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/main_context_futures.rs
Copyright: 2018, The Gtk-rs 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: ./src/object.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/param_spec.rs
Copyright: 2018, The Gtk-rs 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: ./src/quark.rs
Copyright: 2018, The Gtk-rs 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: ./src/send_unique.rs
Copyright: 2018, The Gtk-rs 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: ./src/shared.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/signal.rs
Copyright: 2015, The Gtk-rs 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: ./src/source.rs
Copyright: 2013-2018, The Gtk-rs 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: ./src/source_futures.rs
Copyright: 2018, The Gtk-rs 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: ./src/string.rs
Copyright: 2018, The Gtk-rs 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: ./src/time_val.rs
Copyright: 2013-2015, The Gtk-rs 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: ./src/translate.rs
Copyright: 2015, The Gtk-rs 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: ./src/types.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/utils.rs
Copyright: 2015-2016, The Gtk-rs 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: ./src/value.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/value_array.rs
Copyright: 2018, The Gtk-rs 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: ./src/variant.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/variant_type.rs
Copyright: 2013-2016, The Gtk-rs 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: ./src/wrapper.rs
Copyright: 2015-2016, The Gtk-rs 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: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
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.

View File

@ -0,0 +1,2 @@
overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]

View File

@ -1,5 +1,5 @@
rust-gobject-sys (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-gobject-sys (0.7.0-1) unstable; urgency=medium
* Package gobject-sys 0.7.0 from crates.io using debcargo 2.2.8 * Package gobject-sys 0.7.0 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 22 Oct 2018 20:24:15 +0200 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 09:50:50 +0100

View File

@ -1,5 +1,5 @@
rust-grep-regex (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-grep-regex (0.1.1-1) unstable; urgency=medium
* Package grep-regex 0.1.1 from crates.io using debcargo 2.2.8 * Package grep-regex 0.1.1 from crates.io using debcargo 2.2.8
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 4 Nov 2018 21:10:30 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Nov 2018 21:11:33 +0100

View File

@ -1,5 +1,5 @@
rust-grep-searcher (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-grep-searcher (0.1.1-1) unstable; urgency=medium
* Package grep-searcher 0.1.1 from crates.io using debcargo 2.2.7 * Package grep-searcher 0.1.1 from crates.io using debcargo 2.2.7
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 14 Oct 2018 16:06:51 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Nov 2018 21:08:14 +0100

View File

@ -1,5 +1,5 @@
rust-heck (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-heck (0.3.0-1) unstable; urgency=medium
* Package heck 0.3.0 from crates.io using debcargo 2.2.8 * Package heck 0.3.0 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 2 Nov 2018 12:01:59 +0100 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 14:49:07 +0100

View File

@ -0,0 +1,6 @@
rust-hexyl (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package hexyl 0.2.0 from crates.io using debcargo 2.2.9
Closes: #913783
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 15 Nov 2018 06:40:04 +0100

View File

@ -0,0 +1,37 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hexyl
Upstream-Contact: David Peter <mail@david-peter.de>
Source: https://github.com/sharkdp/hexyl
Files: *
Copyright: 2018 David Peter <mail@david-peter.de>
License: MIT or Apache-2.0
Files: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,42 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hexyl
Upstream-Contact: David Peter <mail@david-peter.de>
Source: https://github.com/sharkdp/hexyl
Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS David Peter <mail@david-peter.de>
License: MIT or Apache-2.0
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: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,16 @@
overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
[source]
section = "utils"
build_depends = ["help2man"]
[packages.bin]
summary = "Command-line hex viewer with colored output"
section = "utils"
description = """
hexyl is a simple hex viewer for the terminal. It uses colored output to
distinguish different categories of bytes (NULL bytes, printable ASCII
characters, ASCII whitespace characters, other ASCII characters and non-ASCII).
"""

View File

@ -0,0 +1 @@
debian/hexyl.1

14
src/hexyl/debian/rules Normal file
View File

@ -0,0 +1,14 @@
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
%:
dh $@ --buildsystem cargo
override_dh_installman:
help2man \
--name hexyl \
--no-info \
--version-string $(DEB_VERSION_UPSTREAM) \
debian/hexyl/usr/bin/hexyl > debian/hexyl.1
dh_installman -O--buildsystem=cargo

View File

@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem cargo

View File

@ -1,5 +1,5 @@
rust-iso8601 (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-iso8601 (0.2.0-1) unstable; urgency=medium
* Package iso8601 0.2.0 from crates.io using debcargo 2.2.7 * Package iso8601 0.2.0 from crates.io using debcargo 2.2.7
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 14 Oct 2018 15:43:45 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Nov 2018 20:41:17 +0100

View File

@ -1,5 +1,5 @@
rust-mio-uds (0.6.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-mio-uds (0.6.7-1) unstable; urgency=medium
* Package mio-uds 0.6.7 from crates.io using debcargo 2.2.8 * Package mio-uds 0.6.7 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Sun, 21 Oct 2018 12:59:30 +0000 -- kpcyrd <git@rxv.cc> Sat, 03 Nov 2018 23:13:00 +0100

View File

@ -0,0 +1,5 @@
rust-opener (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package opener 0.3.0 from crates.io using debcargo 2.2.9
-- Ximin Luo <infinity0@debian.org> Wed, 14 Nov 2018 20:23:16 -0800

View File

@ -0,0 +1,37 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opener
Upstream-Contact: Brian Bowman <seeker14491@gmail.com>
Source: https://github.com/Seeker14491/opener
Files: *
Copyright: 2018 Brian Bowman <seeker14491@gmail.com>
License: MIT or Apache-2.0
Files: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,42 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opener
Upstream-Contact: Brian Bowman <seeker14491@gmail.com>
Source: https://github.com/Seeker14491/opener
Files: *
Copyright: FIXME (overlay) UNKNOWN-YEARS Brian Bowman <seeker14491@gmail.com>
License: MIT or Apache-2.0
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: debian/*
Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 Ximin Luo <infinity0@debian.org>
License: MIT or Apache-2.0
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.

View File

@ -0,0 +1,6 @@
overlay = "."
uploaders = ["Ximin Luo <infinity0@debian.org>"]
excludes = ["**/xdg-open"]
[package.lib]
depends = ["xdg-utils"]

View File

@ -0,0 +1,30 @@
--- opener/src/lib.rs 2018-11-14 20:19:39.517533843 -0800
+++ opener/src/lib.rs 2018-11-14 20:21:18.918936155 -0800
@@ -14,7 +14,7 @@
//!
//! ## Platform Implementation Details
//! On Windows the `ShellExecuteW` Windows API function is used. On Mac the system `open` command is
-//! used. On other platforms, the `xdg-open` script is used. The system `xdg-open` is not used;
+//! used. On other platforms, the system `xdg-open` script is used.
//! instead a version is embedded within this library.
extern crate failure;
#[macro_use]
@@ -154,14 +154,12 @@
#[cfg(not(any(target_os = "windows", target_os = "macos")))]
fn open_sys(path: &OsStr) -> Result<(), OpenError> {
- const XDG_OPEN_SCRIPT: &[u8] = include_bytes!("xdg-open");
-
open_not_windows(
- "sh",
+ "xdg-open",
path,
- &["-s"],
- Some(XDG_OPEN_SCRIPT),
- "xdg-open (internal)",
+ &[],
+ None,
+ "xdg-open",
)
}

View File

@ -0,0 +1 @@
disable-vendor.patch

View File

@ -1,8 +1,8 @@
rust-os-pipe (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-os-pipe (0.8.0-1) unstable; urgency=medium
* Package os_pipe 0.8.0 from crates.io using debcargo 2.2.8 * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.8
-- Paride Legovini <pl@ninthfloor.org> Thu, 1 Nov 2018 22:26:32 +0100 -- Paride Legovini <pl@ninthfloor.org> Thu, 01 Nov 2018 21:55:08 +0000
rust-os-pipe (0.7.0-1) unstable; urgency=medium rust-os-pipe (0.7.0-1) unstable; urgency=medium

View File

@ -1,5 +1,5 @@
rust-rustc-version (0.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-rustc-version (0.2.3-1) unstable; urgency=medium
* Package rustc_version 0.2.3 from crates.io using debcargo 2.2.8 * Package rustc_version 0.2.3 from crates.io using debcargo 2.2.8
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 20 Oct 2018 21:45:09 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 01 Nov 2018 13:53:57 +0100

View File

@ -1,5 +1,5 @@
rust-string-cache-codegen (0.4.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-string-cache-codegen (0.4.2-1) unstable; urgency=medium
* Package string_cache_codegen 0.4.2 from crates.io using debcargo 2.2.8 * Package string_cache_codegen 0.4.2 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Wed, 31 Oct 2018 23:18:36 +0000 -- kpcyrd <git@rxv.cc> Sun, 04 Nov 2018 10:05:47 +0100

View File

@ -1,5 +1,5 @@
rust-stringprep (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-stringprep (0.1.2-1) unstable; urgency=medium
* Package stringprep 0.1.2 from crates.io using debcargo 2.2.8 * Package stringprep 0.1.2 from crates.io using debcargo 2.2.8
-- kpcyrd <git@rxv.cc> Sun, 21 Oct 2018 13:24:05 +0000 -- kpcyrd <git@rxv.cc> Sat, 03 Nov 2018 23:15:22 +0100

View File

@ -1,3 +1,9 @@
rust-structopt-derive (0.2.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Package structopt-derive 0.2.13 from crates.io using debcargo 2.2.9
-- kpcyrd <git@rxv.cc> Thu, 15 Nov 2018 09:23:49 +0000
rust-structopt-derive (0.2.10-1) unstable; urgency=medium rust-structopt-derive (0.2.10-1) unstable; urgency=medium
* Package structopt-derive 0.2.10 from crates.io using debcargo 2.2.5 * Package structopt-derive 0.2.10 from crates.io using debcargo 2.2.5

View File

@ -36,7 +36,7 @@ Comment:
Files: debian/* Files: debian/*
Copyright: Copyright:
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2018 FIXME (overlay) Your Name <Your Email> 2018 kpcyrd <git@rxv.cc>
License: Apache-2.0 or MIT License: Apache-2.0 or MIT
License: Apache-2.0 License: Apache-2.0

View File

@ -1 +1,2 @@
overlay = "." overlay = "."
uploaders = ["kpcyrd <git@rxv.cc>"]

View File

@ -1,4 +1,4 @@
rust-syn (0.15.15-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-syn (0.15.15-1) unstable; urgency=medium
* Package syn 0.15.15 from crates.io using debcargo 2.2.8 * Package syn 0.15.15 from crates.io using debcargo 2.2.8
@ -6,7 +6,7 @@ rust-syn (0.15.15-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
* Team upload. * Team upload.
* Package syn 0.15.13 from crates.io using debcargo 2.2.8 * Package syn 0.15.13 from crates.io using debcargo 2.2.8
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 3 Nov 2018 23:27:24 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Nov 2018 23:27:49 +0100
rust-syn (0.14.6-1) unstable; urgency=medium rust-syn (0.14.6-1) unstable; urgency=medium

View File

@ -1,9 +1,9 @@
rust-synstructure (0.10.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-synstructure (0.10.1-1) unstable; urgency=medium
* Team upload. * Team upload.
* Package synstructure 0.10.1 from crates.io using debcargo 2.2.8 * Package synstructure 0.10.1 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 5 Nov 2018 07:04:44 +0100 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 14 Nov 2018 20:27:48 -0800
rust-synstructure (0.9.0-1) unstable; urgency=medium rust-synstructure (0.9.0-1) unstable; urgency=medium

View File

@ -1,5 +1,5 @@
rust-term (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium rust-term (0.5.1-1) unstable; urgency=medium
* Package term 0.5.1 from crates.io using debcargo 2.2.8 * Package term 0.5.1 from crates.io using debcargo 2.2.8
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 24 Oct 2018 08:15:24 +0200 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 04 Nov 2018 18:24:54 +0100

View File

@ -35,7 +35,7 @@ fi
test -x "$DEBCARGO" || abort 1 "debcargo found but not executable: $DEBCARGO" test -x "$DEBCARGO" || abort 1 "debcargo found but not executable: $DEBCARGO"
dcver=$($DEBCARGO --version | sed -ne 's/debcargo //p') dcver=$($DEBCARGO --version | sed -ne 's/debcargo //p')
case $dcver in case $dcver in
2.0.*|2.1.*|2.2.[01234567]|2.2.[01234567]-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";; 2.0.*|2.1.*|2.2.[012345678]|2.2.[012345678]-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
2.2.*) true;; 2.2.*) true;;
*) abort 1 "unsupported debcargo version: $dcver";; *) abort 1 "unsupported debcargo version: $dcver";;
esac esac