]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/PROGRAMMING
dh: Allow creation of new sequences (such as to handle a patch target for quilt)...
[debhelper.git] / doc / PROGRAMMING
index 4e7ea463dfed10678a65e62bba35998c501d4b85..c3530f26f5f82319a09fcb8fa02e0849f29bb587 100644 (file)
@@ -263,7 +263,12 @@ insert_after($existing_command, $new_command)
        Insert $new_command in sequences after $existing_command
 
 remove_command($existing_command)
-       Remove $existing_command from the list of commands to run.
+       Remove $existing_command from the list of commands to run
+       in all sequences.
+
+add_command($sequence, $new_command)
+       Add $new_command to the beginning of the specified sequence.
+       If the sequence does not exist, it will be created.
 
 Buildsystem Classes:
 -------------------