diff options
Diffstat (limited to 'upstream/archlinux/man7/devtools.7')
-rw-r--r-- | upstream/archlinux/man7/devtools.7 | 97 |
1 files changed, 59 insertions, 38 deletions
diff --git a/upstream/archlinux/man7/devtools.7 b/upstream/archlinux/man7/devtools.7 index 114fd55c..2975aaa7 100644 --- a/upstream/archlinux/man7/devtools.7 +++ b/upstream/archlinux/man7/devtools.7 @@ -1,72 +1,93 @@ '\" t .\" Title: devtools -.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] -.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/14/2024 +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DEVTOOLS" "7" "02/14/2024" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.TH "DEVTOOLS" "7" "2024-05-01" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation +.ss \n[.ss] 0 .nh -.\" disable justification (adjust text to left margin only) .ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} .SH "NAME" devtools \- Developer tools for the Arch Linux distribution .SH "DESCRIPTION" .sp -Devtools contains tools for package maintenance in Arch Linux\&. It comes with a unified command\-line frontend called \fIpkgctl\fR that aids to conveniently interact with all the different tools this collection provides\&. +Devtools contains tools for package maintenance in Arch Linux. It comes with a +unified command\-line frontend called \fIpkgctl\fP that aids to conveniently +interact with all the different tools this collection provides. .sp -The toolset varies from tools for building packages in a clean chroot (\fImkarchroot\fR, \fIarchbuild\fR, \&...), packaging related tools (\fIsogrep\fR, \fIdiffpkg\fR, \fIlddd\fR) and tools for repository management such as (\fIpkgrepo\fR)\&. +The toolset varies from tools for building packages in a clean chroot +(\fImkarchroot\fP, \fIarchbuild\fP, ...), packaging related tools (\fIsogrep\fP, \fIdiffpkg\fP, +\fIlddd\fP) and tools for repository management such as (\fIpkgrepo\fP). .SH "PROGRAMS" .sp -The list below gives a short overview; see the respective documentation for details\&. +The list below gives a short overview; see the respective documentation +for details. .sp -\fBpkgctl\fR(1) Unified command\-line frontend for devtools +pkgctl(1) +Unified command\-line frontend for devtools .sp -\fBarchbuild\fR(1) Build an Arch Linux package inside a clean chroot +archbuild(1) +Build an Arch Linux package inside a clean chroot .sp -\fBarch-nspawn\fR(1) Run a command or OS in a light\-weight namespace container +arch\-nspawn(1) +Run a command or OS in a light\-weight namespace container .sp -\fBcheckpkg\fR(1) Compare the current build package with the repository version +checkpkg(1) +Compare the current build package with the repository version .sp -\fBdiffpkg\fR(1) Compare package files using different modes +diffpkg(1) +Compare package files using different modes .sp -\fBexport-pkgbuild-keys\fR(1) Export valid source signing keys from a PKGBUILD +export\-pkgbuild\-keys(1) +Export valid source signing keys from a PKGBUILD .sp -\fBfind-libdeps\fR(1) Find soname dependencies for a package +find\-libdeps(1) +Find soname dependencies for a package .sp -\fBfind-libprovides\fR(1) Find soname\(cqs which are provided by a package +find\-libprovides(1) +Find soname\(cqs which are provided by a package .sp -\fBlddd\fR(1) Find broken library links on your system +lddd(1) +Find broken library links on your system .sp -\fBmkarchroot\fR(1) Creates an arch chroot in a specified location with a specified set of packages +mkarchroot(1) +Creates an arch chroot in a specified location with a specified set of +packages .sp -\fBmakechrootpkg\fR(1) Build a PKGBUILD in a given chroot environment +makechrootpkg(1) +Build a PKGBUILD in a given chroot environment .sp -\fBmakerepropkg\fR(1) Rebuild a package to see if it is reproducible +makerepropkg(1) +Rebuild a package to see if it is reproducible .sp -\fBoffload-build\fR(1) Build a PKGBUILD on a remote server using makechrootpkg +offload\-build(1) +Build a PKGBUILD on a remote server using makechrootpkg .sp -\fBsogrep\fR(1) Find packages using a linked to a given shared library +sogrep(1) +Find packages using a linked to a given shared library .SH "HOMEPAGE" .sp -\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" .sp -Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |