]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/PROGRAMMING
r510: * Thanks to Benjamin Drieu <benj@debian.org>, dh_installdocs -X now works.
[debhelper.git] / doc / PROGRAMMING
index b12a1a262a302e9c4cbfb937983148ec5ba5098c..d90d50caadbee770d9e33ef6e177d05f5d039d85 100644 (file)
@@ -230,6 +230,9 @@ addsubstvar($package, $substvar, $deppackage, $verinfo, $remove)
 delsubstvar($package, $substvar)
        This function removes the entire line for the substvar from the
        package's shlibs file.
+excludefile($filename)
+       This function returns true if -X has been used to ask for the file
+       to be excluded.
 
 -- Joey Hess <joeyh@debian.org>