diff options
author | Guillem Jover <guillem@debian.org> | 2013-12-13 06:14:18 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-01-15 15:02:15 +0100 |
commit | f1084f41e1d697fae5e1f0f105cd566d9eff0c7b (patch) | |
tree | b16d65bf57fe09f9608336df5af9e0cf1d613adc /scripts/Dpkg/Control | |
parent | 4132e360be869109032351c002fa25add2bb6ccc (diff) | |
download | dpkg-f1084f41e1d697fae5e1f0f105cd566d9eff0c7b.tar.gz |
dpkg-buildpackage: Add shell hooks support
This adds new --hook-<hook-name> options where <hook-name> is currently
one of:
init preclean source build binary changes postclean check sign done
that will execute the specified shell snippet with the following format
subsitutions applied:
%% A single % character.
%a If the action is being performed (0 or 1).
%p The source package name.
%v The source package version.
%s The source package version w/o the epoch.
%u The upstream version.
This implementation is based and compatible with the debuild code in
devscripts 2.13.9.
Closes: #476221
Diffstat (limited to 'scripts/Dpkg/Control')
0 files changed, 0 insertions, 0 deletions