Nicolas SABOURET wrote: > I may be wrong, but as far as I understood, dh_fixperms is responsible > for changing the owner of the files : > > $man dh_fixperms > [...] It makes all files be owned by > root, and it removes group and other write permission from > all files. [...]
dh_fixperms is used to `fix' `perms' as noted above. So any changes you _want_ the final package to have must be done after the call to dh_fixperms in the rules file.