diff options
Diffstat (limited to 'upstream/archlinux/man1/find-libdeps.1')
-rw-r--r-- | upstream/archlinux/man1/find-libdeps.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/find-libdeps.1 b/upstream/archlinux/man1/find-libdeps.1 new file mode 100644 index 00000000..aa841cdc --- /dev/null +++ b/upstream/archlinux/man1/find-libdeps.1 @@ -0,0 +1,48 @@ +'\" t +.\" Title: find-libdeps +.\" 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 +.\" Manual: \ \& +.\" Source: \ \& +.\" Language: English +.\" +.TH "FIND\-LIBDEPS" "1" "02/14/2024" "\ \&" "\ \&" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +find-libdeps \- Find soname dependencies for a package +.SH "SYNOPSIS" +.sp +find\-libdeps [options] +.SH "DESCRIPTION" +.sp +Finds soname dependencies of a package and prints out a list in the following format \fI<soname>=<soversion>\-<soarch>\fR\&. +.SH "OPTIONS" +.PP +\fB\-\-ignore\-internal\fR +.RS 4 +Ignore internal libraries\&. +.RE +.SH "HOMEPAGE" +.sp +\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +.sp +Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. |