Add add-patch to edit-patch manpage

This commit is contained in:
Stefano Rivera 2010-12-26 22:05:40 +02:00
parent 657a57d266
commit d199de5185
2 changed files with 8 additions and 1 deletions

1
debian/links vendored
View File

@ -1,3 +1,4 @@
/usr/bin/edit-patch /usr/bin/add-patch /usr/bin/edit-patch /usr/bin/add-patch
/usr/bin/pbuilder-dist /usr/bin/cowbuilder-dist /usr/bin/pbuilder-dist /usr/bin/cowbuilder-dist
/usr/share/man/man1/edit-patch.1.gz /usr/share/man/man1/add-patch.1.gz
/usr/share/man/man1/pbuilder-dist.1.gz /usr/share/man/man1/cowbuilder-dist.1.gz /usr/share/man/man1/pbuilder-dist.1.gz /usr/share/man/man1/cowbuilder-dist.1.gz

View File

@ -1,10 +1,12 @@
.TH EDIT-PATCH "1" "June 2010" "ubuntu-dev-tools" .TH EDIT-PATCH "1" "June 2010" "ubuntu-dev-tools"
.SH NAME .SH NAME
\fBedit-patch\fR \- tool for preparing patches for Debian source packages \fBedit-patch\fR, \fBadd-patch\fR \- tool for preparing patches for Debian source packages
.SH SYNOPSIS .SH SYNOPSIS
\fBedit-patch\fR <path to patch> \fBedit-patch\fR <path to patch>
\fBadd-patch\fR <path to patch>
.SH DESCRIPTION .SH DESCRIPTION
\fBedit-patch\fR is a wrapper script around the quilt, cdbs, and dpatch patch systems. It simplifies the process of preparing and editing patches to Debian source packages and allows the user to not have to be concerned with which patch system is in use. Run from inside the root directory of the source package, \fBedit-patch\fR can be used to edit existing patches located in /debian/patches. \fBedit-patch\fR is a wrapper script around the quilt, cdbs, and dpatch patch systems. It simplifies the process of preparing and editing patches to Debian source packages and allows the user to not have to be concerned with which patch system is in use. Run from inside the root directory of the source package, \fBedit-patch\fR can be used to edit existing patches located in /debian/patches.
@ -14,6 +16,10 @@ It can also be used to incorporate new patches. If pointed a patch not already p
If no patch system is present, the patch is applied inline, and a copy is stored in debian/patches-applied. If no patch system is present, the patch is applied inline, and a copy is stored in debian/patches-applied.
\fBadd-patch\fR is the non-interactive version of \fBedit-patch\fR.
The patch will be incorporated but no editor or subshell will be
spawned.
.SH AUTHORS .SH AUTHORS
\fBedit-patch\fR was written by Daniel Holbach <daniel.holbach@canonical.com>, Michael Vogt <michael.vogt@canonical.com>, and David Futcher <bobbo@ubuntu.com>. \fBedit-patch\fR was written by Daniel Holbach <daniel.holbach@canonical.com>, Michael Vogt <michael.vogt@canonical.com>, and David Futcher <bobbo@ubuntu.com>.