3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-04-22 07:41:08 +00:00

* doc/what-patch.1: Created.

* TODO: Updated.
* debian/changelog: Added new entry.
This commit is contained in:
Jonathan Patrick Davies 2008-08-10 11:06:13 +01:00
parent 22b2c58e41
commit 20881174cd
3 changed files with 51 additions and 3 deletions

5
TODO

@ -1,4 +1,5 @@
- Create missing manpages (for all commands).
- Document ubuntutools Python modules.
- Add the process-interdiff script to ubuntu-dev-tools.
- Modify 404main to use the more robust python-apt module.
- Use the short version of the GPL license in all scripts.
- Ask all authors who have used GPL if they are happy with using "or any later"
versions of the license.

7
debian/changelog vendored

@ -1,5 +1,10 @@
ubuntu-dev-tools (0.35) intrepid; urgency=low
ubuntu-dev-tools (0.36) intrepid; urgency=low
[ Jonathan Patrick Davies ]
* doc/what-patch.1: Written and added.
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun 10 Aug 2008 11:02:55 +0100
ubuntu-dev-tools (0.35) intrepid; urgency=low
[ Siegfried-Angel Gevatter Pujals ]
* doc/update-maintainer.1:
- Remove the reference to the --no-changelog option from the manpage.

42
doc/what-patch.1 Normal file

@ -0,0 +1,42 @@
.TH WHAT-PATCH "1" "10 August 2008" "ubuntu-dev-tools"
.SH NAME
what-patch \- detects which patch system a Debian package uses.
.SH SYNOPSIS
.B what-patch [\-h] [\-v]
.SH DESCRIPTION
.PP
\fBwhat-patch\fR examines the debian/rules file to determine which patch
system the Debian package is using.
.PP
\fBwhat-patch\fR should be run from the root directory of the Debian source
package.
.SH OPTIONS
.PP
Listed below are the command line options for what-patch:
.TP
.B \-h or \-\-help
Display a help message and exit.
.TP
.B \-v
Enable verbose mode. This shall include the listing of any files modified
outside for the debian/ directory and report any addition details about the
patch system if available.
.SH AUTHOR
.PP
\fBwhat-patch\fR was written by Kees Cook <kees@ubuntu.com>, Siegfried-A.
Gevatter <rainct@ubuntu.com>, and Daniel Hahler <ubuntu@thequod.de>, among
others. This manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
.SH SEE ALSO
.PP
The Ubuntu MOTU team has some documentation about patch systems at the Ubuntu
wiki: \fBhttps://wiki.ubuntu.com/PackagingGuide/PatchSystems\fR
.PP
.BR cdbs-edit-patch (1), dbs-edit-patch (1), patch-edit-patch (1)