1MERGECHANGES(1) General Commands Manual MERGECHANGES(1)
2
3
4
6 mergechanges - merge multiple changes files
7
9 mergechanges [-d] [-f] [-S] [-i] file1 file2 [file...]
10
12 mergechanges merges two or more .changes files, merging the Architec‐
13 ture, Description and Files (and Checksums-*, if present) fields of the
14 two. There are checks made to ensure that the changes files are from
15 the same source package and version and use the same changes file For‐
16 mat. The first changes file is used as the basis and the information
17 from the later ones is merged into it.
18
19 The output is normally written to stdout. If the -f option is given,
20 the output is written to package_version_multi.changes instead, in the
21 same directory as the first changes file listed.
22
23 If the -d option is given and the output is generated successfully, the
24 input files will be deleted.
25
26 If the -i or --indep option is given, source packages and architecture-
27 independent (Architecture: all) packages are included in the output,
28 but architecture-dependent packages are not.
29
30 If the -S or --source option is given, only source packages are
31 included in the output.
32
34 Gergely Nagy <algernon@debian.org>, modifications by Julian Gilbey
35 <jdg@debian.org>, Mark Hymers <mhy@debian.org>, Adam D. Barratt
36 <adam@adam-barratt.org.uk>, and Simon McVittie <smcv@debian.org>.
37
38
39
40DEBIAN Debian Utilities MERGECHANGES(1)