mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* Added the merge-changelog script from https://lists.ubuntu.com/archives/ubuntu-x/2009-June/000586.html for those who need to manually merge packages. * Fixed typo in doc/grab-merge.1
21 lines
751 B
Groff
21 lines
751 B
Groff
.TH merge-changelog 1 "February 15, 2010" "ubuntu-dev-tools"
|
|
|
|
.SH NAME
|
|
merge\-changelog \- merges two changelogs with a common base
|
|
|
|
.SH SYNOPSIS
|
|
\fBmerge\-changelog\fP <\fIleft changelog\fP> <\fIright changelog\fP>
|
|
|
|
.SH DESCRIPTION
|
|
\fBmerge\-changelog\fP takes two changelogs that once shared a common source,
|
|
merges them back together, and prints the merged result to stdout. This
|
|
is useful if you need to manually merge a ubuntu package with a new
|
|
Debian release of the package.
|
|
|
|
.SH AUTHORS
|
|
\fBmerge\-changelog\fP was written by Scott James Remnant <scott@ubuntu.com>
|
|
and Bryce Harrington <bryce@ubuntu.com>. This manpage was written by Ryan
|
|
Kavanagh <ryanakca@kubuntu.org>.
|
|
.PP
|
|
Both are released under the GNU General Public License, version 3.
|