Codebase list rust-bzip2 / ef7dbba
Update regex-syntax to 0.6.2 Wolfgang Silbermayr 5 years ago
4 changed file(s) with 24 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
5252 These packages (RFS) are prepared in the master branch and can be uploaded
5353 because all required dependencies are available in main::
5454
55 regex-syntax (update)
5556 utf8-ranges (update)
5657 encoding-rs-io (update)
5758 dtoa (update)
0 rust-regex-syntax (0.6.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package regex-syntax 0.6.2 from crates.io using debcargo 2.2.7
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 28 Sep 2018 07:26:51 +0200
6
07 rust-regex-syntax (0.6.1-1) unstable; urgency=medium
18
29 * Package regex-syntax 0.6.1 from crates.io using debcargo 2.1.2
33 Source: https://github.com/rust-lang/regex
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN The Rust Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
77 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2014 The Rust Project Developers
16 License: UNKNOWN; FIXME (overlay)
16 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
2121 Files: ./benches/bench.rs
2222 Copyright: 2018 The Rust Project Developers
23 License: UNKNOWN; FIXME (overlay)
23 License: UNKNOWN-LICENSE; FIXME (overlay)
2424 Comment:
2525 FIXME (overlay): These notices are extracted from files. Please review them
2626 before uploading to the archive.
2727
2828 Files: ./src/ast/mod.rs
2929 Copyright: 2017 The Rust Project Developers
30 License: UNKNOWN; FIXME (overlay)
30 License: UNKNOWN-LICENSE; FIXME (overlay)
3131 Comment:
3232 FIXME (overlay): These notices are extracted from files. Please review them
3333 before uploading to the archive.
3434
3535 Files: ./src/ast/parse.rs
3636 Copyright: 2018 The Rust Project Developers
37 License: UNKNOWN; FIXME (overlay)
37 License: UNKNOWN-LICENSE; FIXME (overlay)
3838 Comment:
3939 FIXME (overlay): These notices are extracted from files. Please review them
4040 before uploading to the archive.
4141
4242 Files: ./src/ast/print.rs
4343 Copyright: 2018 The Rust Project Developers
44 License: UNKNOWN; FIXME (overlay)
44 License: UNKNOWN-LICENSE; FIXME (overlay)
4545 Comment:
4646 FIXME (overlay): These notices are extracted from files. Please review them
4747 before uploading to the archive.
4848
4949 Files: ./src/ast/visitor.rs
5050 Copyright: 2018 The Rust Project Developers
51 License: UNKNOWN; FIXME (overlay)
51 License: UNKNOWN-LICENSE; FIXME (overlay)
5252 Comment:
5353 FIXME (overlay): These notices are extracted from files. Please review them
5454 before uploading to the archive.
5555
5656 Files: ./src/hir/literal/mod.rs
5757 Copyright: 2018 The Rust Project Developers
58 License: UNKNOWN; FIXME (overlay)
58 License: UNKNOWN-LICENSE; FIXME (overlay)
5959 Comment:
6060 FIXME (overlay): These notices are extracted from files. Please review them
6161 before uploading to the archive.
6262
6363 Files: ./src/hir/mod.rs
6464 Copyright: 2018 The Rust Project Developers
65 License: UNKNOWN; FIXME (overlay)
65 License: UNKNOWN-LICENSE; FIXME (overlay)
6666 Comment:
6767 FIXME (overlay): These notices are extracted from files. Please review them
6868 before uploading to the archive.
6969
7070 Files: ./src/hir/translate.rs
7171 Copyright: 2018 The Rust Project Developers
72 License: UNKNOWN; FIXME (overlay)
72 License: UNKNOWN-LICENSE; FIXME (overlay)
7373 Comment:
7474 FIXME (overlay): These notices are extracted from files. Please review them
7575 before uploading to the archive.
7676
7777 Files: ./src/hir/visitor.rs
7878 Copyright: 2018 The Rust Project Developers
79 License: UNKNOWN; FIXME (overlay)
79 License: UNKNOWN-LICENSE; FIXME (overlay)
8080 Comment:
8181 FIXME (overlay): These notices are extracted from files. Please review them
8282 before uploading to the archive.
8383
8484 Files: ./src/lib.rs
8585 Copyright: 2018 The Rust Project Developers
86 License: UNKNOWN; FIXME (overlay)
86 License: UNKNOWN-LICENSE; FIXME (overlay)
8787 Comment:
8888 FIXME (overlay): These notices are extracted from files. Please review them
8989 before uploading to the archive.
9090
9191 Files: debian/*
92 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
93 2018 FIXME (overlay) Your Name <Your Email>
92 Copyright:
93 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
94 2018 Ximin Luo <infinity0@debian.org>
9495 License: MIT or Apache-2.0
9596
9697 License: Apache-2.0
115116 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
116117 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
117118 SOFTWARE.
118
119
120
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]