diff options
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index bca2312a..760b730f 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -43,9 +43,10 @@ The autoscript() function (see below) is one easy way to do this. dh_installdeb is an exception, it will run after the other commands and merge these modifications into the actual postinst scripts. -In general, files named debian/*.debhelper are internal to debhelper, and -their existence or use should not be relied on by external programs such as -the build process of a package. These files will be deleted by dh_clean. +In general, files named debian/*.debhelper and all content in +debian/.debhelper are internal to debhelper, and their existence or +use should not be relied on by external programs such as the build +process of a package. These files will be deleted by dh_clean. Debhelper programs should default to doing exactly what policy says to do. |