]> git.donarmstrong.com Git - debhelper.git/commit
dh addon interface 7.0.8
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 4 May 2008 20:12:55 +0000 (16:12 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 4 May 2008 20:12:55 +0000 (16:12 -0400)
commit46a3cbebf3ef53caf67f013ade4efa82a948b10a
treea3f89cb99c687d9a0656b6d3b55e871bad965a85
parent14698262f45715ebcc232b83b7a346d724fda355
dh addon interface

* dh: Add an interface that third-party packages providing debhelper commands
  can use to insert them into a command sequence.
  (See dh(1), "SEQUENCE ADDONS".)
* dh: --with=foo can be used to include such third-party commands.
  So, for example, --with=cli could add the dh_cli* commands from
  cli-common.
* Moved python-support special case out of dh and into a python-support
  sequence addon. --with=python-support is enabled by default to avoid
  breaking backwards compatability.
Debian/Debhelper/Dh_Getopt.pm
Debian/Debhelper/Sequence/python_support.pm [new file with mode: 0644]
Makefile
debian/changelog
dh