Proper cleaning during deb package build
Created by: zlamalp
- Clean both tar.xz and tar.gz during build since both of them can be created depending on OS (Ubuntu/Debian).
- Using force "rm -f" since we don't want to fail if other OS is used.
Created by: zlamalp