]> git.donarmstrong.com Git - debhelper.git/blob - dh_listpackages.1
r275: No idea.
[debhelper.git] / dh_listpackages.1
1 .TH DH_LISTPACKAGES 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_listpackages \- list binary packages debhelper will act on
4 .SH SYNOPSIS
5 .B dh_listpackages
6 .I "[debhelper options]"
7 .SH "DESCRIPTION"
8 dh_listpackages is a debhelper program that outputs a list of all binary
9 packages debhelper commands will act on. If you pass it some options, it
10 will change the list to match the packages other debhelper commands would
11 act on if passed the same options.
12 .SH OPTIONS
13 .TP
14 .B debhelper options
15 See
16 .BR debhelper (1)
17 for a list of options common to all debhelper commands.
18 .SH ENVIRONMENT
19 See
20 .BR debhelper (1)
21 for a list of environment variables that affect all debhelper commands.
22 .SH "SEE ALSO"
23 .BR debhelper (1)
24 .SH AUTHOR
25 Joey Hess <joeyh@master.debian.org>