From d199de51858369532c94c2ef3073ecf20a09e349 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 26 Dec 2010 22:05:40 +0200 Subject: [PATCH] Add add-patch to edit-patch manpage --- debian/links | 1 + doc/edit-patch.1 | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/links b/debian/links index dea75b2..37f1cbf 100644 --- a/debian/links +++ b/debian/links @@ -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 diff --git a/doc/edit-patch.1 b/doc/edit-patch.1 index 0d415f7..bb0ffd3 100644 --- a/doc/edit-patch.1 +++ b/doc/edit-patch.1 @@ -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 +\fBadd-patch\fR + .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 , Michael Vogt , and David Futcher .