File: mergechanges.1

package info (click to toggle)
devscripts 2.9.26etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,752 kB
  • ctags: 323
  • sloc: perl: 8,642; sh: 3,590; makefile: 153; ansic: 17
file content (19 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH MERGECHANGES 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
.SH NAME
mergechanges \- merge multiple changes files
.SH SYNOPSIS
\fBmergechanges\fR [\fB\-f\fR] \fIfile1 file2\fR [\fIfile\fR...]
.SH DESCRIPTION
\fBmergechanges\fR merges two or more \fI.changes\fR 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.
.PP
The output is normally written to \fIstdout\fR.  If the \fB\-f\fR
option is given, the output is written to
\fIpackage\fR_\fIversion\fR_multi.changes instead, in the same
directory as the first changes file listed.
.SH AUTHOR
Gergely Nagy <algernon@debian.org>,
modifications by Julian Gilbey <jdg@debian.org>.