wpkg --force-file-info ...

When testing wpkg or using it in your own personal environment (i.e. within your home directory tree) then it can be annoying to get errors because of file ownership. The --force-file-info option replaces these errors with warnings so you can still install a package that was created for a different user.

In a system wide installation, you expect most files to be owned by a user such as root or Administrator. When creating a system that is to be installed locally, the convention changes to: install it with me as the owner. This is not possible by default (unless you created the packages and the owner of those packages is you.) At some point we may add a field in the control files to allow for ignoring the owner/group. Note that when installing a complete system (i.e. a kernel) permissions and ownership is very important. In that case you should never use this option.

You may also want to have a look at the Files-Owner and Files-Group fields.

IMPORTANT NOTE

The --no-force-all, --refuse-all, --no-force-file-info, --refuse-file-info all cancel this feature whatever the position of the different options on the command line.