summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-05-20 21:25:50 +0200
committerNiels Thykier <niels@thykier.net>2015-05-20 21:25:50 +0200
commit22c2213f5985b42dfd4d6af2b4b93d0fbcd6b977 (patch)
tree327e2f90a8fa4155394acaee2cadebf910494255 /doc
parent4f3d84e3b2c1b7a56c411c4951252dea2fa5d426 (diff)
downloaddebhelper-22c2213f5985b42dfd4d6af2b4b93d0fbcd6b977.tar.gz
PROGRAMMING: Document the use of debian/.debhelper
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING7
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.