]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, in
[debhelper.git] / debhelper.pod
index 56eb531af204f620109bba8c68fe16792b513050..3fa2e2d161ef2cb36ca37a336ff40de2228bdb5b 100644 (file)
@@ -47,10 +47,12 @@ be used to configure the behavior of specific debhelper commands. These
 files are typically named debian/package.foo (where "package" of course,
 is replaced with the package that is being acted on).
 
-For example,
-dh_installdocs uses files named debian/package.docs to list the documentation
-files it will install. See the man pages of individual commands for details
-about the names and formats of the files they use.
+For example, dh_installdocs uses files named debian/package.docs to list
+the documentation files it will install. See the man pages of individual
+commands for details about the names and formats of the files they use.
+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
 debian/control, debhelper will use debian/foo if no debian/package.foo