Codebase list rust-stfu8 / 7848a20
Drop uninstallable featuresets in rust-unicode-width. Peter Michael Green 4 years ago
4 changed file(s) with 50 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-unicode-width (0.1.7-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package unicode-width 0.1.7 from crates.io using debcargo 2.4.2
4 * Drop std and rustc-dep-of-std featuresets, they are not currently
5 installable in Debian.
6
7 -- Peter Michael Green <plugwash@debian.org> Sun, 12 Apr 2020 20:20:15 +0000
8
09 rust-unicode-width (0.1.7-1) unstable; urgency=medium
110
211 * Package unicode-width 0.1.7 from crates.io using debcargo 2.4.0
5454
5555 Files: debian/*
5656 Copyright:
57 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
58 2018-2019 Ximin Luo <infinity0@debian.org>
57 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
58 2018-2020 Ximin Luo <infinity0@debian.org>
5959 License: MIT or Apache-2.0
6060
6161 License: Apache-2.0
0 Description: Drop std and rustc-dep-of-std featuresets
1 The rustc-std-workspace-std package is not available in Debian.
2 Author: Peter Michael Green <plugwash@debian.org>
3
4 ---
5 The information above should follow the Patch Tagging Guidelines, please
6 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
7 are templates for supplementary fields that you might want to add:
8
9 Origin: <vendor|upstream|other>, <url of original patch>
10 Bug: <url in upstream bugtracker>
11 Bug-Debian: https://bugs.debian.org/<bugnumber>
12 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
13 Forwarded: <no|not-needed|url proving that it has been forwarded>
14 Reviewed-By: <name and email of someone who approved the patch>
15 Last-Update: 2020-04-12
16
17 --- rust-unicode-width-0.1.7.orig/Cargo.toml
18 +++ rust-unicode-width-0.1.7/Cargo.toml
19 @@ -31,13 +31,13 @@ version = "1.0"
20 optional = true
21 package = "rustc-std-workspace-core"
22
23 -[dependencies.std]
24 -version = "1.0"
25 -optional = true
26 -package = "rustc-std-workspace-std"
27 +#[dependencies.std]
28 +#version = "1.0"
29 +#optional = true
30 +#package = "rustc-std-workspace-std"
31
32 [features]
33 bench = []
34 default = []
35 no_std = []
36 -rustc-dep-of-std = ["std", "core", "compiler_builtins"]
37 +#rustc-dep-of-std = ["std", "core", "compiler_builtins"]
0 drop-uninstallable-featuresets.patch