[Pkg-zsh-commits] [zsh] 02/02: Adjust include paths in /usr/include/zsh/ as suggested in #776964

Axel Beckert abe at deuxchevaux.org
Thu Jul 16 18:49:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 5c13d8579620edd9bc8db162baff7a1ae9773e9b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Jul 16 20:49:15 2015 +0200

    Adjust include paths in /usr/include/zsh/ as suggested in #776964
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index f6cf14d..2766e4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -212,6 +212,8 @@ binary-arch-dev: build-arch
 
 	dh_installdirs -pzsh-dev
 	dh_install     -pzsh-dev
+	find debian/zsh-dev/usr/include/zsh -name '*.h' -o -name '*.mdh' | \
+	  xargs sed -e 's@\.\./config\.h at config.h@;s@#\(\s*\)include "\([^"]\+\)"@#\1include <zsh/\2>@' -i
 
 	cd debian/zsh-dev/usr/share/aclocal; mv aczshoot.m4 zshoot.m4
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list