diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-02-06 20:05:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-02-06 20:05:39 +0400 |
commit | a2de958c0dc8236d0fd71557fd54a681ec725dac (patch) | |
tree | 34c2f6dbea8b0fd1b89b85f5b63426d695d19900 /debian/rules | |
parent | f4eae5a92bd43056b210ddc6abe9e6ded41cb1a7 (diff) | |
download | zsh-dyson/5.0.5-1+dyson1.tar.gz |
zsh (5.0.5-1+dyson1) unstable; urgency=mediumHEADdyson/5.0.5-1+dyson1master
* New upstream release
* Removed run-help.patch (use sed as in Debian)
* Added replace-texi2html-with-makeinfo (Debian)
* Refreshed solaris-shared.patch
* Updated build dependencies
* Set VCS fields to point to Dyson
* Updated invocation of helpfiles in d/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 874dcaf..0edd6a4 100755 --- a/debian/rules +++ b/debian/rules @@ -34,9 +34,9 @@ override_dh_auto_install: cp Doc/zsh.pdf debian/tmp/usr/share/doc/zsh-doc/ - mkdir -p debian/tmp/usr/share/zsh/help nroff -mandoc -Tascii Doc/zshbuiltins.1 | colcrt - | \ - ( cd debian/tmp/usr/share/zsh/help && perl $(CURDIR)/Util/helpfiles ) + sed -e 's/±/{+|-}/' | \ + perl $(CURDIR)/Util/helpfiles /dev/stdin debian/tmp/usr/share/zsh/help mkdir -p debian/tmp/usr/include/zsh mkdir -p debian/tmp/usr/share/zsh-dev @@ -54,6 +54,9 @@ override_dh_auto_install: Src/ztype.h \ debian/tmp/usr/include/zsh/ + sed -i -e 's,^local HELPDIR=.*,local HELPDIR=$${HELPDIR:-/usr/share/zsh/help},; s,:-more,:-/usr/bin/pager,;' \ + debian/tmp/usr/share/zsh/functions/Misc/run-help + override_dh_strip: dh_strip --dbg-package=zsh-dbg |