Unix and Linux Discussions Tagged with missing |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
73,367 |
Shell Programming and Scripting |
|
|
|
1 |
134,783 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
8 |
11,394 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,317 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
10,906 |
Solaris |
|
|
|
7 |
2,547 |
Shell Programming and Scripting |
|
|
|
4 |
5,485 |
Shell Programming and Scripting |
|
|
|
7 |
5,444 |
Solaris |
|
|
|
0 |
4,678 |
Red Hat |
|
|
|
8 |
9,626 |
Solaris |
|
|
|
3 |
4,183 |
Shell Programming and Scripting |
|
|
|
5 |
4,105 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,376 |
OS X Support RSS |
|
|
|
1 |
8,210 |
AIX |
|
|
|
0 |
1,561 |
UNIX and Linux RSS News |
|
|
|
2 |
6,460 |
AIX |
|
|
|
3 |
10,170 |
AIX |
|
|
|
10 |
4,192 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,586 |
Shell Programming and Scripting |
|
|
|
4 |
1,976 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
10,292 |
Shell Programming and Scripting |
|
|
|
4 |
6,008 |
HP-UX |
|
|
|
0 |
1,883 |
IT Security RSS |
|
|
|
5 |
3,139 |
Linux |
|
|
|
3 |
3,747 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,566 |
Solaris |
|
|
|
4 |
4,303 |
Shell Programming and Scripting |
|
|
|
2 |
3,570 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,639 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
14,934 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
124,420 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
5,075 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
6,012 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,578 |
Programming |
|
|
|
5 |
26,087 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,788 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,328 |
Programming |
|
|
|
2 |
2,564 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,558 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,867 |
UNIX for Dummies Questions & Answers |
DH_MISSING(1) Debhelper DH_MISSING(1)
NAME
dh_missing - check for missing files
SYNOPSIS
dh_missing [-Xitem] [--sourcedir=dir] [debhelperoptions]
DESCRIPTION
dh_missing compares the list of installed files with the files in the source directory. If any of the files (and symlinks) in the source
directory were not installed to somewhere, it will warn on stderr about that (--list-missing) or fail (--fail-missing). Please note that
without either of these options, dh_missing will silently do nothing.
This may be useful if you have a large package and want to make sure that you don't miss installing newly added files in new upstream
releases.
Remember to test different kinds of builds (dpkg-buildpackage -A/-B/...) as you may experience varying results when only a subset of the
packages are built.
FILES
debian/not-installed
List the files that are deliberately not installed in any binary package. Paths listed in this file are ignored by dh_missing.
However, it is not a method to exclude files from being installed by any of the debhelper tool. If you want a tool to not install a
given file, please use its --exclude option (where available).
dh_missing will expand wildcards in this file (since debhelper 11.1). Wildcards without matches will be ignored.
OPTIONS
--list-missing
Warn on stderr about source files not installed to somewhere.
Note that files that are excluded from being moved via the -X option are not warned about.
This is the default in compat 12 and later.
--fail-missing
This option is like --list-missing, except if a file was missed, it will not only list the missing files, but also fail with a nonzero
exit code.
SEE ALSO
debhelper(7)
This program is a part of debhelper.
AUTHOR
Michael Stapelberg <stapelberg@debian.org>
11.1.6ubuntu2 2018-05-10 DH_MISSING(1)