I am currently in the progress of packaging a binary file and have all of the directories setup and ready to package.
When I package the file using the debuild -b command the script works and creates a debian package but I notice when I do a SHA1 sum of the files after I extract them from the deb for testing are different to those which it is generated from.
Is there a way to fix this?
This is due to the fact that the original files work on the system but the same files then do not work on the same identical system once the debuild process has been run.