diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-05 13:32:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-05 13:32:18 -0400 |
commit | fd04390350046c0edc8f21c0c8baf4ae0313a00a (patch) | |
tree | 1ec6446e5dbf49d1c7ec4b589e365b4b756a324b /dh_installexamples | |
parent | 89c2e3111c13cd85942dd1063ae5a3ab365278e2 (diff) | |
download | debhelper-fd04390350046c0edc8f21c0c8baf4ae0313a00a.tar.gz |
dh: Skips running commands that it can tell do nothing.
This is determined by the presence of special PROMISE directives within
commands that provide a high-level description of the command.
Note that when dh is passed additional debhelper options, it cannot tell if
these change the behavior of commands, and so it stops skipping any
commands.
Diffstat (limited to 'dh_installexamples')
-rwxr-xr-x | dh_installexamples | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installexamples b/dh_installexamples index a39aa593..448678ad 100755 --- a/dh_installexamples +++ b/dh_installexamples @@ -60,6 +60,8 @@ directory, it will install the complete contents of the directory. init(); +# PROMISE: DH NOOP WITHOUT examples + foreach my $package (@{$dh{DOPACKAGES}}) { next if is_udeb($package); |