diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-04-18 23:56:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-04-19 00:02:33 +0200 |
commit | f105953875b73036d5630bb161943b1059a2e9bc (patch) | |
tree | c3a2a46d050793e153cec1872963e0ccc8101ce1 | |
parent | 430194cf61fedfc28fd4d9a8d06beba5014b4fa2 (diff) | |
download | zsh-f105953875b73036d5630bb161943b1059a2e9bc.tar.gz zsh-f105953875b73036d5630bb161943b1059a2e9bc.zip |
Mention in debian/rules why /usr/share/doc/zsh-static is no symlink
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index ff5e3a1cc..79eaeaec8 100755 --- a/debian/rules +++ b/debian/rules @@ -215,6 +215,9 @@ binary-arch-static: build-static dh_installdirs -p$(package)-static dh_lintian -p$(package)-static + # Do not symlink /usr/share/doc/zsh-static to + # /usr/share/doc/zsh-common because zsh-static has a uniqe, + # generated README.Debian dh_installdocs -p$(package)-static awk 'BEGIN { print "The following modules are statically-compiled into the static $(package) binary:\n"; } /link=static/ { printf "%s (%s %s)\n", substr($$1,6), $$4, $$5; }' obj-static/config.modules >debian/zsh-static/usr/share/doc/$(package)-static/README.Debian |