]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/PROGRAMMING
docs
[debhelper.git] / doc / PROGRAMMING
index 45456787a0d789ef3f819f701ee8dbf157307ddf..bd6645ee585bb84444c4a2db702dda9cde0eeab3 100644 (file)
@@ -222,6 +222,8 @@ autoscript($package, $scriptname, $snippetname, $sedcommands)
           (optional)
        This command automatically adds shell script snippets to a debian
        maintainer script (like the postinst or prerm).
+       Note that in v6 mode and up, the snippets are added in reverse
+       order for the removal scripts.
 dirname($pathname)
        Return directory part of pathname.
 basename($pathname)
@@ -257,5 +259,8 @@ getpackages($type)
        packages.
        As a side effect, populates %package_arches and %package_types with
        the types of all packages (not only those returned).
+inhibit_log()
+       Prevent logging the program's successful finish to
+       debian/*debhelper.log
 
 -- Joey Hess <joeyh@debian.org>