Codebase list rust-libslirp / 2779967
Added manpage for cargo-debstatus Matthias Geiger 1 year, 2 months ago
4 changed file(s) with 166 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 .\" Automatically generated by Pandoc 2.17.1.1
1 .\"
2 .\" Define V font for inline verbatim, using C font in formats
3 .\" that render this, and otherwise B font.
4 .ie "\f[CB]x\f[]"x" \{\
5 . ftr V B
6 . ftr VI BI
7 . ftr VB B
8 . ftr VBI BI
9 .\}
10 .el \{\
11 . ftr V CR
12 . ftr VI CI
13 . ftr VB CB
14 . ftr VBI CBI
15 .\}
16 .TH "cargo-debstatus" "1" "\[lq]February 02nd 2023\[rq]" "" "User Commands"
17 .hy
18 .SH NAME
19 .PP
20 cargo-debstatus - cargo-tree for debian packaging
21 .SH SYNOPSYS
22 .PP
23 \f[B]cargo-debstatus\f[R] \f[B]OPTIONS\f[R]
24 .PP
25 \f[B]cargo-debstatus \[en]all-features\f[R]
26 .PP
27 \f[B]cargo-debstatus -h\f[R]
28 .SH DESCRIPTION
29 .PP
30 This manual page documents briefly the \f[B]cargo-debstatus\f[R]
31 command.
32 .PP
33 This manual page was written for the Debian distribution because the
34 original program does not have a manual page.
35 .PP
36 \f[B]cargo-debstatus\f[R] should be run in a rust project folder.
37 It will then print a dependency graph showing dependencies already in
38 debian and dependencies still missing for packaging.
39 Dependencies already in the Debian archive will show up green; those not
40 in Debian yet white.
41 Packages currently in the NEW queue will show up in turquoise.
42 .SH OPTIONS
43 .TP
44 \f[B]-p\f[R], \f[B]--package\f[R] <SPEC>
45 Package to be used as the root of the tree
46 .TP
47 \f[B]--features\f[R] <FEATURES>
48 Space-separated list of features to activate
49 .TP
50 \f[B]--all-features\f[R]
51 Activate all available features
52 .TP
53 \f[B]--no-default-features\f[R]
54 Do not activate the \f[V]default\f[R] feature
55 .TP
56 \f[B]--target\f[R] <TARGET>
57 Set the target triple
58 .TP
59 \f[B]--all-targets\f[R]
60 Return dependencies for all targets.
61 By default only the host target is matched
62 .TP
63 \f[B]--no-dev-dependencies\f[R]
64 Skip dev dependencies
65 .TP
66 \f[B]--manifest-path\f[R] <PATH>
67 Path to Cargo.toml
68 .TP
69 \f[B]-i\f[R], \f[B]--invert\f[R]
70 Invert the tree direction
71 .TP
72 \f[B]--no-indent\f[R]
73 Display the dependencies as a list (rather than a tree)
74 .TP
75 \f[B]--prefix-depth\f[R]
76 Display the dependencies as a list (rather than a tree), but prefixed
77 with the depth
78 .TP
79 \f[B]-a\f[R], \f[B]--all\f[R]
80 Don\[cq]t truncate dependencies that have already been displayed
81 .TP
82 \f[B]-d\f[R], \f[B]--duplicate\f[R]
83 Show only dependencies which come in multiple versions (implies -i)
84 .TP
85 \f[B]--charset\f[R] <CHARSET>
86 Character set to use in output: utf8, ascii [default: utf8]
87 .TP
88 \f[B]-f\f[R], \f[B]--format\f[R] <FORMAT>
89 Format string used for printing dependencies [default: {p}]
90 .TP
91 \f[B]-v\f[R], \f[B]--verbose\f[R]
92 Use verbose output (-vv very verbose/build.rs output)
93 .TP
94 \f[B]-q\f[R], \f[B]--quiet\f[R]
95 No output printed to stdout other than the tree
96 .TP
97 \f[B]--color\f[R] <WHEN>
98 Coloring: auto, always, never
99 .TP
100 \f[B]--frozen\f[R]
101 Require Cargo.lock and cache are up to date
102 .TP
103 \f[B]--locked\f[R]
104 Require Cargo.lock is up to date
105 .TP
106 \f[B]--offline\f[R]
107 Do not access the network
108 .TP
109 \f[B]-Z\f[R] <FLAG>
110 Unstable (nightly-only) flags to Cargo
111 .TP
112 \f[B]-h\f[R], \f[B]--help\f[R]
113 Prints help information
114 .TP
115 \f[B]-V\f[R], \f[B]--version\f[R]
116 Prints version information
117 .SH AUTHOR
118 .TP
119 Matthias Geiger <matthias.geiger1024@tutanota.de>
120 Wrote this manpage for the Debian system.
121 .SH COPYRIGHT
122 .PP
123 Copyright \[co] 2023 Matthias Geiger
124 .PP
125 This manual page was written for the Debian system (and may be used by
126 others).
127 .PP
128 Permission is granted to copy, distribute and/or modify this document
129 under the terms of the GNU General Public License, Version 3 or (at your
130 option) any later version published by the Free Software Foundation.
00 rust-cargo-debstatus (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package cargo-debstatus 0.4.0 from crates.io using debcargo 2.6.0 (Closes: #1026852)
2 * Package cargo-debstatus 0.4.0 from crates.io using debcargo 2.6.0
33
4 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Thu, 02 Feb 2023 19:06:02 +0100
4 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Thu, 02 Feb 2023 20:00:55 +0100
77 Files: *
88 Copyright:
99 2015—2018 Steven Fackler <sfackler@gmail.com>
10 2018 kpcyrd <git@rxv.cc>
11 License: GPL-3
10 2018-2023 kpcyrd <git@rxv.cc>
11 License: GPL-3+
1212
13 Files: debian/*
13
14 Files: debian/cargo-debstatus.1
15 Copyright: 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
16 License: GPL-3+
17
18
19
20 Files: debian/copyright
21 debian/copyright.debcargo.hint
22 debian/debcargo.toml
23 debian/patches/*
24 debian/changelog
1425 Copyright:
15 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2020 Andrej Shadura <andrewsh@debian.org>
17 License: GPL-3
26 2020-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
27 2020-2023 Andrej Shadura <andrewsh@debian.org>
28 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
29 License: GPL-3+
1830
19 License: GPL-3.0
31 License: GPL-3+
32 This program is free software: you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
34 the Free Software Foundation, either version 3 of the License, or
35 (at your option) any later version.
36 .
37 This program is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40 GNU General Public License for more details.
41 .
42 You should have received a copy of the GNU General Public License
43 along with this program. If not, see <http://www.gnu.org/licenses/>.
44 .
2045 Debian systems provide the GPL version 3 in /usr/share/common-licenses/GPL-3
0 debian/cargo-debstatus.1