mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Tweak edit-patch man page.
This commit is contained in:
parent
6f1313e1a4
commit
f7cf471e93
@ -6,9 +6,9 @@
|
||||
\fBedit-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 patches to Debian source packages and allows the user to not have to be concerned with which patch system is in use.
|
||||
\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.
|
||||
|
||||
Run from inside the root directory of the source package, \fBedit-patch\fR will copy the patch to /debian/patches in the correct format for the patch system in use. Next, the patch is applied and a subshell is opened in order to edit the patch. Typing "exit" or hitting Ctrl-d will close the subshell and launch an an editor to record the debian/changelong entry.
|
||||
It can also be used to incorporate new patches. If pointed a patch not already present, it will copy the patch to /debian/patches in the correct format for the patch system in use. Next, the patch is applied and a subshell is opened in order to edit the patch. Typing "exit" or hitting Ctrl-d will close the subshell and launch an an editor to record the debian/changelong entry.
|
||||
|
||||
\fBedit-patch\fR is integrated with the bzr and git version control systems. The patch will be automatically added to the tree, and the debian/changelong entry will be used as the commit message.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user