]> git.donarmstrong.com Git - debhelper.git/commitdiff
document load_load, write_log
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:03:54 +0000 (15:03 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:03:54 +0000 (15:03 -0400)
doc/PROGRAMMING

index 3cea384f787101e83eb1ec42d11423f79ee03bf3..5c60a0b11f83362b173d30935fca0aa9f899d584 100644 (file)
@@ -250,5 +250,12 @@ getpackages($type)
 inhibit_log()
        Prevent logging the program's successful finish to
        debian/*debhelper.log
+load_log($package, $hashref)
+       Loads the log file for the given package and returns a list of
+       logged commands.
+       (Passing a hashref also causes it to populate the hash.)
+write_log($cmd, $package ...)
+       Writes the log files for the specified package(s), adding
+       the cmd to the end.
 
 -- Joey Hess <joeyh@debian.org>