diff options
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 239f53e7..5a3156e1 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -237,5 +237,10 @@ delsubstvar($package, $substvar) excludefile($filename) This function returns true if -X has been used to ask for the file to be excluded. +is_udeb($package) + Returns true if the package is marked as a udeb in the control + file. +udeb_filename($package) + Returns the filename of the udeb package. -- Joey Hess <joeyh@debian.org> |