Package: subversion
Version: 1.4.0-5
Severity: normal

During building of Subversion 1.4.0-5 on Debian unstable got this
warning:

# Fix some scripts not to use #!/usr/bin/env.
dest=debian/subversion-tools/usr/share/subversion/hook-scripts; \
        for file in commit-email.pl \
                    propchange-email.pl \
                    commit-access-control.pl \
                    mailer/mailer.py \
                    verify-po.py \
                    svnperms.py ; do \
          sed -i \
              -e 's:^#!/usr/bin/env perl.*:#!/usr/bin/perl -w:' \
              -e 's:^#!/usr/bin/env pyth.*:#!/usr/bin/python:' \
              $dest/$file; \
          chmod 0755 $dest/$file; \
        done
sed: can't read 
debian/subversion-tools/usr/share/subversion/hook-scripts/propchange-email.pl: 
No such file or directory
chmod: cannot access 
`debian/subversion-tools/usr/share/subversion/hook-scripts/propchange-email.pl':
 No such file or directory

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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

Reply via email to