mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Add add-patch to edit-patch manpage
This commit is contained in:
parent
657a57d266
commit
d199de5185
1
debian/links
vendored
1
debian/links
vendored
@ -1,3 +1,4 @@
|
||||
/usr/bin/edit-patch /usr/bin/add-patch
|
||||
/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
|
||||
|
@ -1,10 +1,12 @@
|
||||
.TH EDIT-PATCH "1" "June 2010" "ubuntu-dev-tools"
|
||||
.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
|
||||
\fBedit-patch\fR <path to patch>
|
||||
|
||||
\fBadd-patch\fR <path to patch>
|
||||
|
||||
.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.
|
||||
|
||||
@ -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.
|
||||
|
||||
\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
|
||||
\fBedit-patch\fR was written by Daniel Holbach <daniel.holbach@canonical.com>, Michael Vogt <michael.vogt@canonical.com>, and David Futcher <bobbo@ubuntu.com>.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user