mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Added ubuntu-dev-tools.5
This commit is contained in:
parent
3a9ffe412c
commit
ae8648282c
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,10 +4,11 @@ ubuntu-dev-tools (0.109) UNRELEASED; urgency=low
|
|||||||
(LP: #692003)
|
(LP: #692003)
|
||||||
* Support reading configuration variables from devscripts configuration
|
* Support reading configuration variables from devscripts configuration
|
||||||
files. (LP: #681693)
|
files. (LP: #681693)
|
||||||
|
- Added ubuntu-dev-tools.5
|
||||||
* Support the combined "Name <email>" format in UBUMAIL, DEBFULLNAME, and
|
* Support the combined "Name <email>" format in UBUMAIL, DEBFULLNAME, and
|
||||||
DEBEMAIL. (LP: #665202)
|
DEBEMAIL. (LP: #665202)
|
||||||
|
|
||||||
-- Stefano Rivera <stefanor@ubuntu.com> Sun, 19 Dec 2010 20:47:22 +0200
|
-- Stefano Rivera <stefanor@ubuntu.com> Sun, 19 Dec 2010 21:15:02 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.108) experimental; urgency=low
|
ubuntu-dev-tools (0.108) experimental; urgency=low
|
||||||
|
|
||||||
|
63
doc/ubuntu-dev-tools.5
Normal file
63
doc/ubuntu-dev-tools.5
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
.\" Copyright (C) 2010 Stefano Rivera <stefanor@ubuntu.com>
|
||||||
|
.\"
|
||||||
|
.\" This program is free software; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
.\" as published by the Free Software Foundation; either version 2
|
||||||
|
.\" of the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" This program is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
.\"
|
||||||
|
.TH ubuntu\-dev\-tools "5" "December 19 2010" "ubuntu\-dev\-tools"
|
||||||
|
.SH NAME
|
||||||
|
ubuntu\-dev\-tools \- Configuration for the ubuntu\-dev\-tools package.
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
The \fBubuntu\-dev\-tools\fR package is similar in scope to the
|
||||||
|
.BR devscripts (1)
|
||||||
|
package, providing a collection of scripts which may be of use
|
||||||
|
to Ubuntu and Debian developers or others wishing to build Debian packages.
|
||||||
|
|
||||||
|
Some of these scripts have options which may be configured on a
|
||||||
|
system\-wide and per\-user basis.
|
||||||
|
These options are configured in
|
||||||
|
.BR devscripts.conf (5).
|
||||||
|
|
||||||
|
All variables are described in the script's manpages. Package\-wide
|
||||||
|
variables begin with "\fIUBUNTUTOOLS\fR" and are listed below.
|
||||||
|
|
||||||
|
Every script which reads the configuration files can be forced to ignore
|
||||||
|
them by using \fB\-\-no\-conf\fR as the \fIfirst\fR command\-line
|
||||||
|
option.
|
||||||
|
|
||||||
|
.SH ENVIRONMENT
|
||||||
|
Several scripts use the following environment variables:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B UBUMAIL
|
||||||
|
Overrides \fBDEBEMAIL\fR and \fBDEBFULLNAME\fR when the target is
|
||||||
|
clearly Ubuntu.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BR DEBEMAIL ", " DEBFULLNAME
|
||||||
|
As in
|
||||||
|
.BR devscripts (1).
|
||||||
|
|
||||||
|
.SH PACKAGE\-WIDE VARIABLES
|
||||||
|
The currently recognised package\-wide variables are:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B UBUNTUTOOLS_BUILDER
|
||||||
|
This specifies the preferred test\-builder, one of
|
||||||
|
.BR pbuilder " (default), " sbuild ", " pbuilder\-dist .
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR devscripts (1),
|
||||||
|
.BR devscripts.conf (5)
|
||||||
|
|
||||||
|
.SH AUTHORS
|
||||||
|
This manpage was written by Stefano Rivera <stefanor@ubuntu.com>.
|
Loading…
x
Reference in New Issue
Block a user