Update Changelog
1. If you are repackaging for a new version Run dch -v with the version number currently in the makefile. Where you run the command depends on if you are changing hdactl or hda-platform.
# cd deb/ubuntu/karmic/hdactl
# dch -v <version number>
Add the changes that you made to the system. If you are just updating for a new version state so.
# dch -a
##NOTE: If you are just building a .deb for your own testing you can just run make deb or continue to step 2.
2. To build hdactl package, change to 'platform/hdactl' directory and