apt-get source netatalk OK, I guess. dpkg command not found error
dpkg-source command not found? 'sudo apt-get install dpkg-dev'. (By the way, to find out what package dpkg-source is in, run 'dpkg -S dpkg-source'.)
If the error was that the package was not found, you'll need to add universe to your repositories. (Should have documented this for the sake of completeness.)
Add the following lines to your /etc/apt/sources.list:
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
and then run 'apt-get update' to update the package index files. (Note: this doesn't update packages, just the list of packages which are available.)
sudo apt-get build-dep netatalk OK, aside from lots of non authenticated packages sudo apt-get install cracklib2-dev OK, same
Without knowing what specific errors you were getting, this is probably okay.
cd netatalk-2.0.3 *What, where?*
'apt-get source netatalk' just put it in my current directory. I have that directory and the three netatalk files you mentioned.
DEB_BUILD_OPTIONS=ssl debuild *Where do I define this?*
You just run it. That sets the $DEB_BUILD_OPTIONS environment variable and runs debuild (which reads the environment variable). I copied the command from netatalk-2.0.3/debian/README.Debian.
sudo dpkg -i ../netatalk-*.deb
The issue I now have, which is a real noob one : where is that directory? > In the current directory, there are three files (netatalk_2.0.3-1ubuntu1.diff.gz, netatalk_2.0.3-1-1ubuntu1.dsc and netatalk_2.0.3.orig.tar.gz). No Netatalk directory. I know it's somewhere, > but I can't remember where. ](*,)
And the build options? What are they? :oops:
See above.
Thanks for your time! :) :)
Hope it works for you.
BTW, I'm running this on breezy powerpc.