Package: zsh
Version: 4.3.6-1
Severity: minor
Tags: patch

this patches the debian/rules from apt-get -tsid source zsh. It will
- set the hardcoded readnullcmd to pager
- modify alias -g |M to pager

thanks for packaging zsh.
regards
marc

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6                     2.7-10         GNU C Library: Shared libraries
ii  libcap2                   2.08-2         support for getting/setting POSIX.
ii  libncursesw5              5.6+20080308-1 Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3                      7.6-2      Perl 5 Compatible Regular Expressi

-- no debconf information
--- debian/rules~       2008-04-24 21:46:03.000000000 +0200
+++ debian/rules        2008-04-24 21:48:08.000000000 +0200
@@ -239,6 +239,8 @@
 
        $(INSTALL_FILE) debian/zlogin debian/zlogout debian/zprofile 
debian/zshenv debian/zshrc debian/tmp/etc/$(package)/.
        sed -i -e 's,^local HELPDIR=.*,local 
HELPDIR=$${HELPDIR:-/usr/share/$(package)/help},;s,:-more,:-/usr/bin/pager,;' 
debian/tmp/usr/share/$(package)/functions/Misc/run-help
+       sed -n 's/|more/|pager/p' StartupFiles/zshrc
+       sed -i '/readnullcmd/s/more/pager/' Src/init.c
 
        sed -i -e '1!b;s:^#!.*[ 
/]zsh:#!/bin/$(package):;s#/usr/local/bin#/usr/bin#;' `find 
debian/tmp/usr/share/$(package)/functions -type f`
        chmod 755 debian/tmp/usr/share/$(package)/functions/Misc/checkmail \

Reply via email to