File: apply-multiarch-hints.1

package info (click to toggle)
debian-codemods 0.174
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,588 kB
  • sloc: makefile: 900; xml: 119; python: 80; sh: 71; javascript: 3
file content (62 lines) | stat: -rw-r--r-- 2,007 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.TH apply-multiarch-hints "1" "February 2026" "apply-multiarch-hints" "User Commands"
.SH NAME
apply-multiarch-hints \- apply multi-arch hints
.SH SYNOPSIS
apply\-multiarch\-hints [\fIOPTIONS\fR]
.SH DESCRIPTION
Apply multi-arch hints to a package.
.PP
See https://wiki.debian.org/MultiArch/Hints for more information about multi-arch hints.
.PP
Note that because this uses the Debian-specific multi-arch hints, it is not meaningful to use on packages in other distributions.
It is safe to run alongside lintian-brush and will only make changes when the central database contains applicable hints for binaries in the package.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this help message and exit.
.TP
\fB\-\-version\fR
Show program's version number and exit.
.TP
\fB\-d\fR, \fB\-\-directory\fR \fIDIR\fR
Directory to run in. Defaults to the current directory.
.TP
\fB\-\-update\-changelog\fR
Always update the changelog.
.TP
\fB\-\-no\-update\-changelog\fR
Do not update the changelog (useful when using e.g. "gbp dch").
.TP
\fB\-\-allow\-reformatting\fR
Allow reformatting of files that are being changed, so long as this does not
affect the semantics.
.TP
\fB\-\-diff\fR
After running, display the changes made as a single unified diff.
.TP
\fB\-\-dry\-run\fR
Run but do not actually make changes to the repository.
.TP
\fB\-\-identity\fR
Print the identity (name and e\-mailaddress) that apply-multiarch-hints will use
when committing changes, and exit.
.TP
\fB\-\-verbose\fR
Print list of hints that were applied.
.TP
\fB\-\-debug\fR
Enable debug output.
.TP
\fB\-\-disable\-net\-access\fR
Do not probe external services.
.SH ENVIRONMENT
.TP
\fBDEB_UPDATE_CHANGELOG\fR
Used to control whether the changelog should be updated, depending on whether
it is set to "leave", "update" or "auto". The --update-changelog and --no-update-changelog arguments
override this.
.SH "SEE ALSO"
\&\fIlintian-brush.conf\fR\|(5)
\&\fIlintian-brush\fR\|(1)
.SH AUTHORS
Jelmer Vernooij <jelmer@debian.org>