X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debhelper.pod;h=dc2295c14a561e9be099c0ff7d8f7b14fca215d3;hb=d2417101fb90d73366c43db950ff2523e37555ec;hp=98da7362868ed1d21ce85bc26bd4721203d9f0c3;hpb=7b8b4bd6dd7d26a4d9fbe62490cc7b2c722cc603;p=debhelper.git diff --git a/debhelper.pod b/debhelper.pod index 98da736..dc2295c 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -69,9 +69,9 @@ Generally, these files will list files to act on, one file per line. Some programs in debhelper use pairs of files and destinations or slightly more complicated formats. -Note that if a package is the first (or only) binary package listed in -F, debhelper will use F if no F -file can be found. +Note for the first (or only) binary package listed in +F, debhelper will use F when there's no +F file. In some rare cases, you may want to have different versions of these files for different architectures or OSes. If files named debian/I.foo.I @@ -80,14 +80,19 @@ output of "B" / "B", then they will be used in preference to other, more general files. -In many cases, these config files are used to specify various types of +Mostly, these config files are used to specify lists of various types of files. Documentation or example files to install, files to move, and so on. When appropriate, in cases like these, you can use standard shell wildcard characters (B and B<*> and B<[>I<..>B<]> character classes) in the files. - You can also put comments in these files; lines beginning with B<#> are ignored. +The syntax of these files is intentionally kept very simple to make then +easy to read, understand, and modify. If you prefer power and complexity, +you can make the file executable, and write a program that outputs +whatever content is appropriate for a given situation. When you do so, +the output is not further processed to expand wildcards or strip comments. + =head1 SHARED DEBHELPER OPTIONS The following command line options are supported by all debhelper programs. @@ -504,6 +509,16 @@ they are already set. They support DEB_BUILD_OPTIONS=noopt too. B passes CFLAGS to perl F and F +=item - + +B puts separated debug symbols in a location based on their +build-id. + +=item - + +Executable debconf config files are run and their output used as the +configuration. + =back =back