mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Also remove manual pages, entries in copyright.
This commit is contained in:
parent
ff41896cc8
commit
fc3a05db7a
3
debian/control
vendored
3
debian/control
vendored
@ -88,9 +88,6 @@ Description: useful tools for Ubuntu developers
|
|||||||
http://harvest.ubuntu.com
|
http://harvest.ubuntu.com
|
||||||
- hugdaylist - compile HugDay lists from bug list URLs.
|
- hugdaylist - compile HugDay lists from bug list URLs.
|
||||||
- import-bug-from-debian - copy a bug from the Debian BTS to Launchpad
|
- import-bug-from-debian - copy a bug from the Debian BTS to Launchpad
|
||||||
- lp-list-bugs - briefly list status of Launchpad bugs.
|
|
||||||
- lp-project-upload - upload a release tarball to a Launchpad project
|
|
||||||
- lp-set-dup - sets the "duplicate of" bug of a bug and its dups.
|
|
||||||
- massfile - fill multiple bugs using a template.
|
- massfile - fill multiple bugs using a template.
|
||||||
- merge-changelog - manually merges two Debian changelogs with the same base
|
- merge-changelog - manually merges two Debian changelogs with the same base
|
||||||
version.
|
version.
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -47,16 +47,12 @@ Files: 404main
|
|||||||
doc/404main.1
|
doc/404main.1
|
||||||
doc/dgetlp.1
|
doc/dgetlp.1
|
||||||
doc/import-bug-from-debian.1
|
doc/import-bug-from-debian.1
|
||||||
doc/lp-project-upload.1
|
|
||||||
doc/lp-set-dup.1
|
|
||||||
doc/lp-shell.1
|
doc/lp-shell.1
|
||||||
doc/pbuilder-dist-simple.1
|
doc/pbuilder-dist-simple.1
|
||||||
doc/pbuilder-dist.1
|
doc/pbuilder-dist.1
|
||||||
doc/reverse-build-depends.1
|
doc/reverse-build-depends.1
|
||||||
doc/submittodebian.1
|
doc/submittodebian.1
|
||||||
import-bug-from-debian
|
import-bug-from-debian
|
||||||
lp-project-upload
|
|
||||||
lp-set-dup
|
|
||||||
pbuilder-dist
|
pbuilder-dist
|
||||||
pbuilder-dist-simple
|
pbuilder-dist-simple
|
||||||
reverse-build-depends
|
reverse-build-depends
|
||||||
@ -130,14 +126,12 @@ Files: dch-repeat
|
|||||||
doc/dch-repeat.1
|
doc/dch-repeat.1
|
||||||
doc/get-build-deps.1
|
doc/get-build-deps.1
|
||||||
doc/grep-merges.1
|
doc/grep-merges.1
|
||||||
doc/lp-list-bugs.1
|
|
||||||
doc/mk-sbuild.1
|
doc/mk-sbuild.1
|
||||||
doc/pull-lp-source.1
|
doc/pull-lp-source.1
|
||||||
doc/pull-revu-source.1
|
doc/pull-revu-source.1
|
||||||
doc/ubuntu-build.1
|
doc/ubuntu-build.1
|
||||||
get-build-deps
|
get-build-deps
|
||||||
grep-merges
|
grep-merges
|
||||||
lp-list-bugs
|
|
||||||
mk-sbuild
|
mk-sbuild
|
||||||
pull-lp-source
|
pull-lp-source
|
||||||
pull-revu-source
|
pull-revu-source
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
.TH lp\-list\-bugs 1 2010-09-17 ubuntu-dev-tools
|
|
||||||
.SH NAME
|
|
||||||
lp\-list\-bugs \- briefly list status of Launchpad bugs
|
|
||||||
.SH DESCRIPTION
|
|
||||||
.B lp\-list\-bugs
|
|
||||||
takes one or more Launchpad bug numbers, and lists the status of each bug in a
|
|
||||||
concise format.
|
|
||||||
For example:
|
|
||||||
.PP
|
|
||||||
.RS
|
|
||||||
.nf
|
|
||||||
$ lp\-list\-bugs 3
|
|
||||||
Bug 3: Custom information for each translation team
|
|
||||||
rosetta: Fix Released
|
|
||||||
ubuntu: Invalid
|
|
||||||
mono (Ubuntu): Invalid
|
|
||||||
.fi
|
|
||||||
.RE
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.BR \-h ", " \-\-help
|
|
||||||
Display a help message and exit.
|
|
||||||
.SH AUTHORS
|
|
||||||
.B lp\-list\-bugs
|
|
||||||
and this manual page were written by Colin Watson <cjwatson@ubuntu.com>.
|
|
||||||
Both are released under the terms of the GNU General Public License, version
|
|
||||||
3 or later.
|
|
@ -1,24 +0,0 @@
|
|||||||
.TH lp-project-upload "1" "05 September 2009" "ubuntu-dev-tools"
|
|
||||||
.SH NAME
|
|
||||||
lp\-project\-upload \- Upload a release tarball to a Launchpad project.
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B lp\-project\-upload
|
|
||||||
.I <project name> <version> <tarball> [new milestone] [changelog file] [releasenotes file]
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
\fBlp\-project\-upload\fR uploads a tarball release of a project to Launchpad.
|
|
||||||
It can create milestones and releases on the fly after confirmation.
|
|
||||||
|
|
||||||
If there is a file \fItarball\fB.asc\fR, it is uploaded as the signature of the
|
|
||||||
tarball.
|
|
||||||
|
|
||||||
You can optionally provide the name of the next milestone, which will be created if specified.
|
|
||||||
|
|
||||||
You can optionally provide filename(s) specifying the changelog and release notes entries for this release. Note that these might be /dev/null, if you do not want to provide changelog or release notes information. If these are not specified, an interactive editor will allow you to compose these.
|
|
||||||
|
|
||||||
.SH AUTHORS
|
|
||||||
\fBlp\-project\-upload\fR was written by Martin Pitt <martin.pitt@ubuntu.com> and enhanced by Dustin Kirkland <kirkland@ubuntu.com>.
|
|
||||||
.PP
|
|
||||||
It is released under the terms of the GNU General Public License, version 2
|
|
||||||
or (at your option) any later version.
|
|
@ -1,56 +0,0 @@
|
|||||||
.TH lp\-set\-dup "1" "March 6 2010" "ubuntu-dev-tools"
|
|
||||||
.SH NAME
|
|
||||||
lp\-set\-dup \- mark one or more bugs as duplicate of another bug
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B lp\-set\-dup \fR[\fB\-f\fR] <\fImain bug\fR> <\fIduplicate bug\fR>
|
|
||||||
[<\fIduplicate bug\fR> ...]
|
|
||||||
.br
|
|
||||||
.B lp\-set\-dup \-\-help
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
\fBlp\-set\-dup\fR allow to easily mark one or more bug as duplicate of
|
|
||||||
another bug. It checks for permission to operate on a given bug first,
|
|
||||||
then perform required tasks on Launchpad.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
Listed below are the command line options for \fBlp\-set\-dup\fR:
|
|
||||||
.TP
|
|
||||||
.BR \-h ", " \-\-help
|
|
||||||
Display a help message and exit.
|
|
||||||
.TP
|
|
||||||
.B \-f
|
|
||||||
Skip confirmation prompt.
|
|
||||||
.TP
|
|
||||||
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
|
|
||||||
Use the specified instance of Launchpad (e.g. "staging"), instead of
|
|
||||||
the default of "production".
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-conf
|
|
||||||
Do not read any configuration files, or configuration from environment
|
|
||||||
variables.
|
|
||||||
|
|
||||||
.SH ENVIRONMENT
|
|
||||||
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
|
|
||||||
environment variables.
|
|
||||||
Variables in the environment take precedence to those in configuration
|
|
||||||
files.
|
|
||||||
|
|
||||||
.SH CONFIGURATION VARIABLES
|
|
||||||
The following variables can be set in the environment or in
|
|
||||||
.BR ubuntu\-dev\-tools (5)
|
|
||||||
configuration files.
|
|
||||||
In each case, the script\-specific variable takes precedence over the
|
|
||||||
package\-wide variable.
|
|
||||||
.TP
|
|
||||||
.BR LP_SET_DUP_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
|
|
||||||
The default value for \fB--lpinstance\fR.
|
|
||||||
|
|
||||||
.SH SEE ALSO
|
|
||||||
.BR ubuntu\-dev\-tools (5)
|
|
||||||
|
|
||||||
.SH AUTHORS
|
|
||||||
\fBlp\-set\-dup\fR was written by Loïc Minier <lool@dooz.org>,
|
|
||||||
and this manual page was written by Luca Falavigna <dktrkranz@debian.org>.
|
|
||||||
.PP
|
|
||||||
Both are released under the terms of the GNU General Public License, version 2.
|
|
Loading…
x
Reference in New Issue
Block a user