Codebase list rust-bzip2 / bf9f62f
Update regex-syntax to 0.6.4 + RFS Wolfgang Silbermayr 5 years ago
5 changed file(s) with 86 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
104104 smallvec (update)
105105 spin (update)
106106 tar (update)
107 regex-syntax (update)
107108
108109 Delayed/problematic::
109110
0 rust-regex-syntax (0.6.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package regex-syntax 0.6.4 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 11 Dec 2018 14:01:21 +0100
5
06 rust-regex-syntax (0.6.2-1) unstable; urgency=medium
17
28 * Team upload.
66 Copyright: 2014-2018 The Rust Project Developers
77 License: MIT or Apache-2.0
88
9 Files: ./src/unicode_tables/*
10 Copyright: 1991-2018 Unicode, Inc. All rights reserved.
11 License: Unicode
12
913 Files: debian/*
10 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Ximin Luo <infinity0@debian.org>
14 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 Ximin Luo <infinity0@debian.org>
17 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1218 License: MIT or Apache-2.0
1319
1420 License: Apache-2.0
3339 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3440 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3541 SOFTWARE.
42
43 License: Unicode
44 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
45 .
46 Unicode Data Files include all data files under the directories
47 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
48 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
49 http://www.unicode.org/utility/trac/browser/.
50 .
51 Unicode Data Files do not include PDF online code charts under the
52 directory http://www.unicode.org/Public/.
53 .
54 Software includes any source code published in the Unicode Standard
55 or under the directories
56 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
57 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
58 http://www.unicode.org/utility/trac/browser/.
59 .
60 NOTICE TO USER: Carefully read the following legal agreement.
61 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
62 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
63 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
64 TERMS AND CONDITIONS OF THIS AGREEMENT.
65 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
66 THE DATA FILES OR SOFTWARE.
67 .
68 COPYRIGHT AND PERMISSION NOTICE
69 .
70 Copyright © 1991-2018 Unicode, Inc. All rights reserved.
71 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
72 .
73 Permission is hereby granted, free of charge, to any person obtaining
74 a copy of the Unicode data files and any associated documentation
75 (the "Data Files") or Unicode software and any associated documentation
76 (the "Software") to deal in the Data Files or Software
77 without restriction, including without limitation the rights to use,
78 copy, modify, merge, publish, distribute, and/or sell copies of
79 the Data Files or Software, and to permit persons to whom the Data Files
80 or Software are furnished to do so, provided that either
81 (a) this copyright and permission notice appear with all copies
82 of the Data Files or Software, or
83 (b) this copyright and permission notice appear in associated
84 Documentation.
85 .
86 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
87 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
88 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
89 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
90 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
91 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
92 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
93 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
94 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
95 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
96 .
97 Except as contained in this notice, the name of a copyright holder
98 shall not be used in advertising or otherwise to promote the sale,
99 use or other dealings in these Data Files or Software without prior
100 written authorization of the copyright holder.
8888 FIXME (overlay): These notices are extracted from files. Please review them
8989 before uploading to the archive.
9090
91 Files: ./src/unicode_tables/LICENSE-UNICODE
92 Copyright: 1991-2018 Unicode, Inc. All rights reserved.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
9198 Files: debian/*
9299 Copyright:
93100 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
94101 2018 Ximin Luo <infinity0@debian.org>
102 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
95103 License: MIT or Apache-2.0
96104
97105 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
1 uploaders = [
2 "Ximin Luo <infinity0@debian.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]