]> git.donarmstrong.com Git - debhelper.git/commit
Allow dh addons to pass options to debhelper commands
authorModestas Vainius <modestas@vainius.eu>
Wed, 26 Aug 2009 20:40:45 +0000 (16:40 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 26 Aug 2009 20:40:45 +0000 (16:40 -0400)
commit391a6c42bc528de0e3ba34874346d290054f517e
tree8745784c60ede734b3660b67cfe115416cdbd9bc
parentf92915e39eef5b24698881576121356ccba0b7c8
Allow dh addons to pass options to debhelper commands

Add dh addons APIs add_command_options()/remove_command_options() that
allow addons to add additional options which dh will pass to the specified
debhelper commands.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
dh
doc/PROGRAMMING