Topic: Installation on debian arm architecture

I'm running the mysecureshell debian package on my NAS, that has a ARM processor. I built it myself, from the provided source packages. These are the commands I used (running as root):

aptitude install dpkg-dev debhelper libacl1-dev libssl-dev
mkdir /root/builddir
cd /root/builddir
apt-get source mysecureshell
cd mysecureshell-1.20/
./debian/rules binary

This results in the file mysecureshell_1.20_armel.deb that is put in /root/builddir

To install the package run:

dpkg -i  mysecureshell_1.20_armel.deb

According tot popcon (http://popcon.debian.org/) the armel architecture is the third biggest, after i386 and amd64. Is there any change we could support the armel achitecture? I'd be happy to supply binary packages.

Re: Installation on debian arm architecture

No changes need to support armel! smile

You'r welcome, we need packagers ! big_smile