Package: tinyscheme
Version: 1.37-3.1
Severity: minor

After downloading the source for tinyscheme, I was suprised to find out
that most of the source files use CRLF line endings. Although this isn't
really a bug, it does seem nonstandard. A simple solution would be:

for i in $( find tinyscheme-1.37 -type f ); { perl -pi -e 's/\r\n?/\n/g' $i }


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-dbb-deb (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tinyscheme depends on:
ii  libc6  2.13-18

tinyscheme recommends no packages.

tinyscheme suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to