[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-29-gf105953

Axel Beckert abe at deuxchevaux.org
Thu Apr 18 22:06:57 UTC 2013


The following commit has been merged in the debian branch:
commit f105953875b73036d5630bb161943b1059a2e9bc
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Apr 18 23:56:19 2013 +0200

    Mention in debian/rules why /usr/share/doc/zsh-static is no symlink

diff --git a/debian/rules b/debian/rules
index ff5e3a1..79eaeae 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
 

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list