mergechanges

NAME

mergechanges - merge multiple changes files

SYNOPSIS

mergechanges [-f] file1 file2 [file...]

DESCRIPTION

mergechanges merges two or more .changes files, merging the Architecture and Files fields of the two. There are basic checks made to ensure that the changes files are from the same source package and version. The first changes file is used as the basis and the information from the later ones is merges into it.
The output is normally written to stdout. If the -f option is given, the output is written to package_version_multi.changes instead, in the same directory as the first changes file listed.

AUTHOR

Gergely Nagy <algernon@debian.org>, modifications by Julian Gilbey <jdg@debian.org>.