3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-29 20:01:07 +00:00

Fix a bunch of hyphen-used-as-minus-sign lintian informational tags.

This commit is contained in:
Loïc Minier 2009-01-19 14:10:41 +01:00
parent 4dda4c5075
commit 3574ad4de5
3 changed files with 8 additions and 7 deletions

3
debian/changelog vendored

@ -1,6 +1,7 @@
ubuntu-dev-tools (0.58) UNRELEASED; urgency=low ubuntu-dev-tools (0.58) UNRELEASED; urgency=low
* Changes go here. [ Loic Minier ]
* Fix a bunch of hyphen-used-as-minus-sign lintian informational tags.
-- Jonathan Davies <jpds@ubuntu.com> Sat, 17 Jan 2009 21:04:55 +0000 -- Jonathan Davies <jpds@ubuntu.com> Sat, 17 Jan 2009 21:04:55 +0000

@ -50,13 +50,13 @@ Launchpad token. 0 is unauthorized, 1 is read public data, 2; write public data,
There are currently two ways of using \fBmanage-credentials\fR to get There are currently two ways of using \fBmanage-credentials\fR to get
Launchpad tokens. Launchpad tokens.
.TP .TP
1) manage-credentials create -c CONSUMER --level 2 1) manage-credentials create \-c CONSUMER \-\-level 2
.TP .TP
This way shall open your webbrowser with a Launchpad login page. This way shall open your webbrowser with a Launchpad login page.
.TP .TP
2) manage-credentials create -c CONSUMER --level 2 --password BOO --email me@example.com 2) manage-credentials create \-c CONSUMER \-\-level 2 \-\-password BOO \-\-email me@example.com
.TP .TP
This is a hack, but it works and does not require a webbrowser . This is a hack, but it works and does not require a webbrowser .
@ -66,7 +66,7 @@ If you intend to use manage-credentials for Ubuntu development (such as
the ubuntu-dev-tools package). Please by sure to run the following: the ubuntu-dev-tools package). Please by sure to run the following:
.TP .TP
manage-credentials create -c ubuntu-dev-tools -l 2 manage-credentials create \-c ubuntu-dev-tools \-l 2
.SH AUTHOR .SH AUTHOR
.B manage-credentials .B manage-credentials

@ -27,7 +27,7 @@ What personality to use (defaults to match \-\-arch).
Turn on script debugging. Turn on script debugging.
.TP .TP
.B \-\-skip\-updates .B \-\-skip\-updates
Do not include the -updates pocket in the installed sources.list. Do not include the \-updates pocket in the installed sources.list.
.TP .TP
.B \-\-source\-template=FILE .B \-\-source\-template=FILE
Use FILE as the sources.list template (defaults to $HOME/.mk\-sbuild\-lv.sources). Use FILE as the sources.list template (defaults to $HOME/.mk\-sbuild\-lv.sources).
@ -48,7 +48,7 @@ Size of snapshot LVs (defaults to 4G).
Lines to append to schroot entries. Lines to append to schroot entries.
.TP .TP
.B SKIP_UPDATES .B SKIP_UPDATES
Do not include the -updates pocket in the installed sources.list. Do not include the \-updates pocket in the installed sources.list.
.SH FILES .SH FILES
.TP .TP
@ -66,7 +66,7 @@ Can contain a customized configuration section to be inserted into
See schroot.conf(5) for more details on the format. See schroot.conf(5) for more details on the format.
.SH USING THE CHROOTS .SH USING THE CHROOTS
.TP .TP
To UPDATE the golden image: \fBschroot \-c ${CHROOT_NAME}\-source -u root \-\- sh \-c apt\-get update && apt\-get \-y upgrade\fR To UPDATE the golden image: \fBschroot \-c ${CHROOT_NAME}\-source \-u root \-\- sh \-c apt\-get update && apt\-get \-y upgrade\fR
.TP .TP
To ENTER an image snapshot: \fBschroot \-c ${CHROOT_NAME}\fR To ENTER an image snapshot: \fBschroot \-c ${CHROOT_NAME}\fR
.TP .TP