mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* debian/changelog: Restored accidentally removed spaces.
* doc/dch-repeat.1: Created.
This commit is contained in:
parent
20881174cd
commit
860a2181ae
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,10 +1,14 @@
|
|||||||
ubuntu-dev-tools (0.36) intrepid; urgency=low
|
ubuntu-dev-tools (0.36) intrepid; urgency=low
|
||||||
|
|
||||||
[ Jonathan Patrick Davies ]
|
[ Jonathan Patrick Davies ]
|
||||||
* doc/what-patch.1: Written and added.
|
* doc/ Created new manpages for:
|
||||||
|
- what-patch.1.
|
||||||
|
- dch-repeat.1.
|
||||||
|
|
||||||
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun 10 Aug 2008 11:02:55 +0100
|
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun 10 Aug 2008 11:02:55 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.35) intrepid; urgency=low
|
ubuntu-dev-tools (0.35) intrepid; urgency=low
|
||||||
|
|
||||||
[ Siegfried-Angel Gevatter Pujals ]
|
[ Siegfried-Angel Gevatter Pujals ]
|
||||||
* doc/update-maintainer.1:
|
* doc/update-maintainer.1:
|
||||||
- Remove the reference to the --no-changelog option from the manpage.
|
- Remove the reference to the --no-changelog option from the manpage.
|
||||||
|
58
doc/dch-repeat.1
Normal file
58
doc/dch-repeat.1
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
.TH DCH-REPEAT "1" "10 August 2008" "ubuntu-dev-tools"
|
||||||
|
.SH NAME
|
||||||
|
dch-repeat \- repeats a change log entry into an older release.
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
|
||||||
|
.B dch-repeat \-\-build-tree <\fIPATH\fR>
|
||||||
|
|
||||||
|
.B dch-repeat \-\-source-release <\fIRELEASE\fR>
|
||||||
|
|
||||||
|
.B dch-repeat \-\-target-release <\fIRELEASE\fR>
|
||||||
|
|
||||||
|
.B dch-repeat \-\-devel-release <\fIRELEASE\fR>
|
||||||
|
|
||||||
|
.B dch-repeat \-\-pocket <\fIPOCKET\fR>
|
||||||
|
|
||||||
|
.B dch-repeat \-h
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
\fBdch-repeat\fR is used to repeat a change log into an older release. It
|
||||||
|
expects that --build-tree is laid out with each Ubuntu release as a separate
|
||||||
|
directory ("feisty", "edgy", etc).
|
||||||
|
|
||||||
|
.PP
|
||||||
|
For example, if gimp had a security update prepared for Feisty in
|
||||||
|
$TREE/feisty/gimp-2.2.13, running \fBdch-repeat\fR in $TREE/edgy/gimp-2.2.13
|
||||||
|
would pull in the latest changelog from the Feisty build.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
.PP
|
||||||
|
Listed below are the command line options for \fBdch-repeat\fR:
|
||||||
|
.TP
|
||||||
|
.B \-h or \-\-help
|
||||||
|
Display a help message and exit.
|
||||||
|
.TP
|
||||||
|
.B \-\-build-tree PATH
|
||||||
|
Base of build trees. Default is /scratch/ubuntu/build.
|
||||||
|
.TP
|
||||||
|
.B \-s or \-\-source-release RELEASE
|
||||||
|
Which release to take changelog from.
|
||||||
|
.TP
|
||||||
|
.B \-\-target-release RELEASE
|
||||||
|
Which release to build into.
|
||||||
|
.TP
|
||||||
|
.B \-\-devel-release RELEASE
|
||||||
|
Which release is the development release.
|
||||||
|
.TP
|
||||||
|
.B \-\-pocket POCKET
|
||||||
|
Which pocket to use.
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
.PP
|
||||||
|
\fBdch-repeat\fR was written by Kees Cook <kees@ubuntu.com>. This manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.PP
|
||||||
|
.BR dch(1).
|
Loading…
x
Reference in New Issue
Block a user