Package: tcsh
Version: 6.14.00-7
Severity: normal

tcsh does not honor DEB_BUILD_OPTIONS=nostrip

In particular the Makefile.in has:

install-strip: install

install: tcsh$(EXEEXT)
        -mkdir -p ${DESTBIN}
        cp tcsh$(EXEEXT) ${DESTBIN}/tcsh$(EXEEXT)
        -strip ${DESTBIN}/tcsh$(EXEEXT)
        chmod 755 ${DESTBIN}/tcsh$(EXEEXT)

First of all IMO install-strip should actually be the one with the strip
command, but it doesn't really matter, just remove the strip command
altogether, and let dh_strip deal with it.

        -Ariel

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tcsh depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libncurses5                  5.5-5       Shared libraries for terminal hand

tcsh recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to