]> git.donarmstrong.com Git - debhelper.git/commitdiff
releasing version 7.3.12 7.3.12
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 6 Aug 2009 15:41:01 +0000 (11:41 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 6 Aug 2009 15:41:01 +0000 (11:41 -0400)
debian/changelog
doc/PROGRAMMING

index 69e75190972ea0abdb10c15a45740401d554fddf..954cfb03a67e53df4bb981fd2b5c7d157878174d 100644 (file)
@@ -1,10 +1,10 @@
-debhelper (7.3.12) UNRELEASED; urgency=low
+debhelper (7.3.12) unstable; urgency=low
 
   * dh: Allow creation of new sequences (such as to handle a patch
     target for quilt), by adding an add_command function to the
     sequence addon interface. See #540124.
 
- -- Joey Hess <joeyh@debian.org>  Thu, 06 Aug 2009 11:07:45 -0400
+ -- Joey Hess <joeyh@debian.org>  Thu, 06 Aug 2009 11:08:53 -0400
 
 debhelper (7.3.11) unstable; urgency=low
 
index c3530f26f5f82319a09fcb8fa02e0849f29bb587..4be09b1c67dc7112a7790e6ed39afd6e324c8389 100644 (file)
@@ -266,7 +266,7 @@ remove_command($existing_command)
        Remove $existing_command from the list of commands to run
        in all sequences.
 
-add_command($sequence, $new_command)
+add_command($new_command, $sequence)
        Add $new_command to the beginning of the specified sequence.
        If the sequence does not exist, it will be created.