Codebase list rust-stfu8 / 9f109cc
package crossfont Fabio Rafael da Rosa 3 years ago
8 changed file(s) with 107 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 depends on:
1 - freetype-rs
2 - servo-fontconfig
3 - servo-fontconfig-sys
4 - foreign-types (>= 0.5)
0 rust-crossfont (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package crossfont 0.1.1 from crates.io using debcargo 2.4.3
3
4 -- Fabio Rafael da Rosa <fdr@fabiodarosa.org> Fri, 06 Nov 2020 16:44:51 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossfont
2 Upstream-Contact:
3 Christian Duerr <contact@christianduerr.com>
4 Joe Wilm <joe@jwilm.com>
5 Source: https://github.com/alacritty/crossfont.git
6
7 Files: *
8 Copyright:
9 2020 Christian Duerr <contact@christianduerr.com>
10 2020 Joe Wilm <joe@jwilm.com>
11 License: Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2020 Fabio Rafael da Rosa <fdr@fabiodarosa.org>
17 License: Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossfont
2 Upstream-Contact:
3 Christian Duerr <contact@christianduerr.com>
4 Joe Wilm <joe@jwilm.com>
5 Source: https://github.com/alacritty/crossfont.git
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Christian Duerr <contact@christianduerr.com>
10 FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
11 License: Apache-2.0
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE
19 Copyright: 2020 The Alacritty Project
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: debian/*
26 Copyright:
27 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2020 Fabio Rafael da Rosa <fdr@fabiodarosa.org>
29 License: Apache-2.0
30
31 License: Apache-2.0
32 Debian systems provide the Apache 2.0 license in
33 /usr/share/common-licenses/Apache-2.0
0 overlay = "."
1 uploaders = ["Fabio Rafael da Rosa <fdr@fabiodarosa.org>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,23 +43,3 @@
3 version = "0.5.1"
4 [target."cfg(not(any(target_os = \"macos\", windows)))".build-dependencies.pkg-config]
5 version = "0.3"
6 -[target."cfg(target_os = \"macos\")".dependencies.cocoa]
7 -version = "0.24"
8 -
9 -[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
10 -version = "0.9"
11 -
12 -[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
13 -version = "0.8"
14 -
15 -[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
16 -version = "0.22"
17 -
18 -[target."cfg(target_os = \"macos\")".dependencies.core-text]
19 -version = "19"
20 -[target."cfg(windows)".dependencies.dwrote]
21 -version = "0.11"
22 -
23 -[target."cfg(windows)".dependencies.winapi]
24 -version = "0.3"
25 -features = ["impl-default"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,7 +23,7 @@
3 license = "Apache-2.0"
4 repository = "https://github.com/alacritty/crossfont.git"
5 [dependencies.euclid]
6 -version = "0.22"
7 +version = "0.20"
8
9 [dependencies.foreign-types]
10 version = "0.5"
0 00-remove-win-os-deps.patch
1 01-relax-deps.patch