summaryrefslogtreecommitdiff
path: root/dh_listpackages.1
blob: 53f621b01a91380b7ad99e9c53483307c7f17eef (plain)
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
.TH DH_LISTPACKAGES 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
dh_listpackages \- list binary packages debhelper will act on
.SH SYNOPSIS
.B dh_listpackages
.I "[debhelper options]"
.SH "DESCRIPTION"
dh_listpackages is a debhelper program that outputs a list of all binary
packages debhelper commands will act on. If you pass it some options, it
will change the list to match the packages other debhelper commands would
act on if passed the same options.
.SH OPTIONS
.TP
.B debhelper options
See
.BR debhelper (1)
for a list of options common to all debhelper commands.
.SH ENVIRONMENT
See
.BR debhelper (1)
for a list of environment variables that affect all debhelper commands.
.SH "SEE ALSO"
.BR debhelper (1)
.SH AUTHOR
Joey Hess <joeyh@debian.org>