About My Experiences Creating DEB Packages Plus Ubuntu's PPA

As a noob in the deb packaging process, it was a bit painful to get the whole stuff in place. After much reading and headaches, I finally made it. Here my conclusions:

Now, this is important, to include any file added, it is necessary to perform a bzr add. That's not mentioned in docs, but without that, files like install, postinst and prerm weren't included.

Important to mention too, it's better to perform all the build process inside a sub folder, as the whole thing creates packages and folders in a place next to where the main code is located, not good, at all.

Things still not clear are differences between DEBIAN and debian folders. There is documentation either refering to one or the other. In the end, lowercase version seemed to do the trick in Ubuntu PPA relationship.