chiark / gitweb /
devscripts (2.10.69+squeeze4) stable-security; urgency=high
[devscripts.git] / scripts / mergechanges.1
1 .TH MERGECHANGES 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
2 .SH NAME
3 mergechanges \- merge multiple changes files
4 .SH SYNOPSIS
5 \fBmergechanges\fR [\fB\-f\fR] \fIfile1 file2\fR [\fIfile\fR...]
6 .SH DESCRIPTION
7 \fBmergechanges\fR merges two or more \fI.changes\fR files, merging
8 the Architecture, Description and Files (and Checksums-*, if present)
9 fields of the two.  There are checks made to ensure that the changes
10 files are from the same source package and version and use the same
11 changes file Format.  The first changes file is used as the basis and
12 the information from the later ones is merged into it.
13 .PP
14 The output is normally written to \fIstdout\fR.  If the \fB\-f\fR
15 option is given, the output is written to
16 \fIpackage\fR_\fIversion\fR_multi.changes instead, in the same
17 directory as the first changes file listed.
18 .SH AUTHOR
19 Gergely Nagy <algernon@debian.org>,
20 modifications by Julian Gilbey <jdg@debian.org> and
21 Adam D. Barratt <adam@adam-barratt.org.uk>.