mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Update man pages for backportpackage and sponsor-patch to mention pbuilder-dist support.
This commit is contained in:
parent
6aafc793dd
commit
3ead141240
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -18,6 +18,7 @@ ubuntu-dev-tools (0.108) UNRELEASED; urgency=low
|
|||||||
[ Bilal Akhtar ]
|
[ Bilal Akhtar ]
|
||||||
* pbuilder-dist: Override the default build result location if
|
* pbuilder-dist: Override the default build result location if
|
||||||
--buildresult is specified.
|
--buildresult is specified.
|
||||||
|
* sponsor-patch: Support building with pbuilder-dist.
|
||||||
|
|
||||||
-- Benjamin Drung <bdrung@ubuntu.com> Thu, 16 Dec 2010 23:40:14 +0100
|
-- Benjamin Drung <bdrung@ubuntu.com> Thu, 16 Dec 2010 23:40:14 +0100
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ select the correct base image.
|
|||||||
.TP
|
.TP
|
||||||
.B \-B \fIBUILDER\fR, \fB\-\-builder\fR=\fIBUILDER
|
.B \-B \fIBUILDER\fR, \fB\-\-builder\fR=\fIBUILDER
|
||||||
Use the specified builder to build the package. Supported are
|
Use the specified builder to build the package. Supported are
|
||||||
\fBpbuilder\fR(8) and \fBsbuild\fR(1). This overrides
|
\fBpbuilder\fR(8), \fBpbuilder-dist\fR(1), and \fBsbuild\fR(1). This overrides
|
||||||
\fBUBUNTUTOOLS_BUILDER\fR. The default is \fBpbuilder\fR(8).
|
\fBUBUNTUTOOLS_BUILDER\fR. The default is \fBpbuilder\fR(8).
|
||||||
.TP
|
.TP
|
||||||
.B \-u \fIUPLOAD\fR, \-\-upload=\fIUPLOAD\fR
|
.B \-u \fIUPLOAD\fR, \-\-upload=\fIUPLOAD\fR
|
||||||
@ -70,9 +70,9 @@ PPA, not uploading backports to the Ubuntu archive.
|
|||||||
.TP
|
.TP
|
||||||
.B UBUNTUTOOLS_BUILDER
|
.B UBUNTUTOOLS_BUILDER
|
||||||
The default builder for Ubuntu development tools that support it
|
The default builder for Ubuntu development tools that support it
|
||||||
(including \fBbackportpackage\fR). Supported are \fBpbuilder\fR(8) and
|
(including \fBbackportpackage\fR). Supported are \fBpbuilder\fR(8),
|
||||||
\fBsbuild\fR(1). If unset and not provided on the command line,
|
\fBpbuilder-dist\fR(1), and \fBsbuild\fR(1).
|
||||||
\fBpbuilder\fR(8) is used.
|
If unset and not provided on the command line, \fBpbuilder\fR(8) is used.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
Test-build in your PPA a backport of znc from the current development
|
Test-build in your PPA a backport of znc from the current development
|
||||||
release to your workstation's release, deleting the build products
|
release to your workstation's release, deleting the build products
|
||||||
|
@ -60,7 +60,7 @@ by \fBpbuilderrc\fR(5) to select the correct base image.
|
|||||||
.TP
|
.TP
|
||||||
.B \-B \fIBUILDER\fR, \fB\-\-builder\fR=\fIBUILDER
|
.B \-B \fIBUILDER\fR, \fB\-\-builder\fR=\fIBUILDER
|
||||||
Use the specify builder to build the package.
|
Use the specify builder to build the package.
|
||||||
Supported are \fBpbuilder\fR(8) and \fBsbuild\fR(1).
|
Supported are \fBpbuilder\fR(8), \fBpbuilder-dist\fR(1), and \fBsbuild\fR(1).
|
||||||
This overrides \fBUBUNTUTOOLS_BUILDER\fR and \fBSPONSOR_PATCH_BUILDER\fR.
|
This overrides \fBUBUNTUTOOLS_BUILDER\fR and \fBSPONSOR_PATCH_BUILDER\fR.
|
||||||
The default is \fBpbuilder\fR(8).
|
The default is \fBpbuilder\fR(8).
|
||||||
.TP
|
.TP
|
||||||
@ -93,7 +93,7 @@ Display a help message and exit.
|
|||||||
.B UBUNTUTOOLS_BUILDER
|
.B UBUNTUTOOLS_BUILDER
|
||||||
The default builder for Ubuntu development tools that support it (including
|
The default builder for Ubuntu development tools that support it (including
|
||||||
\fBsponsor\-patch\fR).
|
\fBsponsor\-patch\fR).
|
||||||
Supported are \fBpbuilder\fR(8) and \fBsbuild\fR(1).
|
Supported are \fBpbuilder\fR(8), \fBpbuilder-dist\fR(1), and \fBsbuild\fR(1).
|
||||||
If unset and not provided on the command line, \fBpbuilder\fR(8) is used.
|
If unset and not provided on the command line, \fBpbuilder\fR(8) is used.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -128,6 +128,7 @@ Performing a test build of bug \fB1234\fR in your PPA:
|
|||||||
.BR edit-patch (1),
|
.BR edit-patch (1),
|
||||||
.BR lintian (1),
|
.BR lintian (1),
|
||||||
.BR pbuilder (8),
|
.BR pbuilder (8),
|
||||||
|
.BR pbuilder-dist (1),
|
||||||
.BR sbuild (1),
|
.BR sbuild (1),
|
||||||
.BR update\-maintainer (1)
|
.BR update\-maintainer (1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user