[Pkg-zsh-commits] [zsh] 01/02: Simplify helpfiles generation in debian/rules (Closes: #737582)

Axel Beckert abe at deuxchevaux.org
Sat Jun 28 11:50:42 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 11486424e9e96ce241529e1c63eb751cda94d0a6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jun 28 13:37:06 2014 +0200

    Simplify helpfiles generation in debian/rules (Closes: #737582)
    
    This also makes debian/rules pure 7-bit ASCII again -- instead of
    being ISO-8859-1. Yay! :-)
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4693cea..0baeab3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,9 +101,7 @@ binary-indep: build-indep binary-arch-dynamic
 	dh_installdirs -i
 
 	cd obj && $(MAKE) install.man DESTDIR=$(CURDIR)/debian/zsh-common
-	nroff -mandoc -Tascii Doc/zshbuiltins.1 | colcrt - | \
-	sed -e 's/�/{+|-}/' | \
-	perl $(CURDIR)/Util/helpfiles /dev/stdin debian/zsh-common/usr/share/zsh/help
+	perl $(CURDIR)/Util/helpfiles Doc/zshbuiltins.1 debian/zsh-common/usr/share/zsh/help
 
 # functions
 	dh_installexamples -pzsh-common -X.distfiles

-- 
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