Archive: nsis 2.07 debian package available


nsis 2.07 debian package available
I've uploaded nsis 2.07-1 to mentors.debian.net. I cannot upload it to debian proper because nsis 2.07 requires scons 0.96.90 or greater to be built, which is not yet in debian. When/if that is available in debian experimental, I'll have it uploaded there, or debian unstable if 0.67 is packaged first (see http://bugs.debian.org/312289). Please test your scripts with it.

To install, do the following:

mkdir nsis-build
cd nsis-build
wget http://heanet.dl.sourceforge.net/sou...6.90-1_all.deb
dpkg -i scons_0.96.90-1_all.deb
echo "deb-src http://mentors.debian.net/debian experimental main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get build-dep nsis
apt-get -b source nsis
dpkg -i nsis*.deb


For any questions/bugs/etc, please mail the pts/bts, or leave a comment in this thread.

nsis 2.07-1 has been uploaded to debian experimental