Jari Aalto wrote: > If upstream contains a chnagelog file that dh(1) does not know, this > simple rule cannot be used: > > %: > dh $@
All you need to add is:
override_dh_installchangelogs:
dh_installchangelogs src/ChangeLog
This is similar to several other debhelper commands that have options
that are needed only occasionally, not typically as is the case with
things like dh_installdocs. So I don't feel that it warrents a special
changelogs list file.
> Sometimes upstream have multiple chnagelog files based on directories:
> Perhaps it would be possible to specify multiple file arguments
The typical way to handle this is to pick one upstream changelog as the
main one, let dh_installchangelogs install it in the location policy
specifies (perhaps using -k), and use dh_installdocs or other means to
install the rest next to it.
--
see shy jo
signature.asc
Description: Digital signature

