Well, I would use that source for make my deb packages from my amd64 distro, but, I have the next issue installing in a 386 architecture:
First, I add the repository
deb [URL]http://amule-debian.dyndns.org/[/URL] debian/
on my sources.list.
I have upgraded and installed amule-remote-gui
It tries to install some other libreries, but it can't install at alll because it needs force-all option in dpkg.
I installed the libreraries with the --force-all option:
sudo dpkg -i --force-all /var/cache/apt/archives/libwxbase2.6_2.6.3-1_i386.deb
sudo dpkg -i --force-all /var/cache/apt/archives/libwxgtk2.6_2.6.3-1_i386.deb
Then, doing
sudo apt-get install -f
make the installation of amule-common and amule-remote-gui packages.
Well, I have installed, but it can't work: when I trie tu do "amulegui", I obtain the following error:
joseluis@aioros:~/descargas/amule$ amulegui amulegui: error while loading shared libraries: libbfd-2.15.so: cannot open shared object file: No such file or directory