Comment 3 for bug 587973

Revision history for this message
Andrey Bondarenko (abone) wrote :

I made a simple patch on top of the current package. It creates dos2unix and unix2dos links via update-alternatives, so we could easily replace them when dos2unix package will be ready.

You can build patched deb as follows:

sudo apt-get build-dep tofrodos
sudo apt-get source tofrodos
cd tofrodos-1.7.8.debian.1
patch -p1 < ../alternatives.patch
dpkg-buildpackage