On your development platform, download Amahi source code from our git repository. Follow these steps to build Ubuntu packages.
Update Changelog 1. If you are repackaging for a newhttp://bugs.amahi.org/issues/show/487 version Run dch -v with # After downloading the version number currently in the makefile. Where you run source, navigate to the command depends on if you are changing hdactl or hda-platform. # cd deb/ubuntudirectory (/karmic/hdactl OR # cd debtrunk/ubuntu/karmic/hda-platform). # dch -v <version number> Add Navigate to the changes that package you made wish to the system. If you are just updating for a new version state sobuild (hdactl or platform). If you are not changing the version number # (if appropriate) run "dch -a. Where you run i" to edit the command depends on changelog if you are changing hdactl or hda-platform. # cd deb/ubuntu/karmic/hdactlhave made changes OR # cd deb/ubuntu/karmic/hda-platform # dch -a NOTE: If you are just building a .deb for your own testing you can just run make deb "debuild" to create binary packages or continue to step 2. 2. To build hdactl package, change to 'platform/hdactl' directory and run 'make deb'. # cd platform/hdactl # rm -rf hdactl-hup # rm "debuild -rf platform/hdactl/release # make deb NOTE: The removing of hdactl-hup is only needed if it is present. You will find the .deb file generated under platform/hdactl/release directory. NOTE: For ease of use use gdebi S" to install. 3. To build hda-platform package, change to 'platform/platform' directory and run 'make deb'. # cd platform/platform # make deb You will find the .deb file generated under platform/platform/release directorycreate source packages.
=Architecture differences=