Rename buildd to ubuntu-build to resolve filename conflict (Closes: #558816)

This commit is contained in:
Michael Bienia 2009-11-30 23:01:47 +01:00
parent 7082fa14ff
commit dc5c649441
6 changed files with 21 additions and 19 deletions

4
debian/changelog vendored
View File

@ -3,6 +3,8 @@ ubuntu-dev-tools (0.84) UNRELEASED; urgency=low
[ Michael Bienia ] [ Michael Bienia ]
* update-maintainer: Remove the check for LP credentials again as this * update-maintainer: Remove the check for LP credentials again as this
script doesn't use the LP API (Closes: #558598). script doesn't use the LP API (Closes: #558598).
* Rename buildd to ubuntu-build to resolve filename conflict
(Closes: #558816).
[ Manny Vindiola ] [ Manny Vindiola ]
* grab-merge: Only download files listed multiple times in REPORT once * grab-merge: Only download files listed multiple times in REPORT once
@ -11,7 +13,7 @@ ubuntu-dev-tools (0.84) UNRELEASED; urgency=low
* ubuntutools/lp/lpapicache.py: recent lazr.restfulclient does use of * ubuntutools/lp/lpapicache.py: recent lazr.restfulclient does use of
unicode strings, use basestring to catch bot str and unicode. unicode strings, use basestring to catch bot str and unicode.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 29 Nov 2009 17:52:33 +0100 -- Michael Bienia <geser@ubuntu.com> Mon, 30 Nov 2009 22:55:46 +0100
ubuntu-dev-tools (0.83) lucid; urgency=low ubuntu-dev-tools (0.83) lucid; urgency=low

2
debian/control vendored
View File

@ -27,7 +27,6 @@ Description: useful tools for Ubuntu developers
. .
- 404main - used to check what components a package's deps are in, for - 404main - used to check what components a package's deps are in, for
doing a main inclusion report for example. doing a main inclusion report for example.
- buildd - give commands to the Launchpad build daemons from the command line.
- check-symbols - will compare and give you a diff of the exported symbols of - check-symbols - will compare and give you a diff of the exported symbols of
all .so files in a binary package. all .so files in a binary package.
- dch-repeat - used to repeat a change log into an older release. - dch-repeat - used to repeat a change log into an older release.
@ -62,6 +61,7 @@ Description: useful tools for Ubuntu developers
- submittodebian - automatically send your changes to Debian as a bug report. - submittodebian - automatically send your changes to Debian as a bug report.
- suspicious-source - outputs a list of files which are not common source - suspicious-source - outputs a list of files which are not common source
files. files.
- ubuntu-build - give commands to the Launchpad build daemons from the command line.
- ubuntu-iso - output information of an Ubuntu ISO image. - ubuntu-iso - output information of an Ubuntu ISO image.
- update-maintainer - script to update maintainer field in ubuntu packages. - update-maintainer - script to update maintainer field in ubuntu packages.
- what-patch - determines what patch system, if any, a source package is - what-patch - determines what patch system, if any, a source package is

10
debian/copyright vendored
View File

@ -67,11 +67,11 @@ and update-maintainer are licensed under the GNU General Public License, version
On Debian and Ubuntu systems, the complete text of the GNU General Public On Debian and Ubuntu systems, the complete text of the GNU General Public
License v2 can be found in `/usr/share/common-licenses/GPL-2'. License v2 can be found in `/usr/share/common-licenses/GPL-2'.
buildd, dch-repeat, get-branches, get-build-deps, grab-attachments, grab-merge, dch-repeat, get-branches, get-build-deps, grab-attachments, grab-merge,
hugdaylist, manage-credentials, massfile, mk-sbuild-lv, pbuilder-dist-simple, hugdaylist, manage-credentials, massfile, mk-sbuild-lv, pbuilder-dist-simple,
ppaput, pull-debian-debdiff, pull-debian-source, pull-lp-source, pull-revu-source, ppaput, pull-debian-debdiff, pull-debian-source, pull-lp-source, pull-revu-source,
setup-packaging-environment, suspicious-source and what-patch are licensed under setup-packaging-environment, suspicious-source, ubuntu-build and what-patch are
the GNU General Public License, version 3: licensed under the GNU General Public License, version 3:
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
@ -86,8 +86,8 @@ On Debian and Ubuntu systems, the complete text of the GNU General Public
License v3 can be found in `/usr/share/common-licenses/GPL-3'. License v3 can be found in `/usr/share/common-licenses/GPL-3'.
The following scripts can be used, at your option, regarding any later The following scripts can be used, at your option, regarding any later
version of the previously specified license: 404main, buildd, dch-repeat, dgetlp, version of the previously specified license: 404main, dch-repeat, dgetlp,
get-build-deps, lp-project-upload, lp-set-dup, manage-credentials, mk-sbuild-lv, get-build-deps, lp-project-upload, lp-set-dup, manage-credentials, mk-sbuild-lv,
pbuilder-dist, pull-debian-debdiff, pull-debian-source, pull-lp-source, pbuilder-dist, pull-debian-debdiff, pull-debian-source, pull-lp-source,
pull-revu-source, reverse-build-depends, setup-packaging-environment, submittodebian, pull-revu-source, reverse-build-depends, setup-packaging-environment, submittodebian,
suspicious-source, what-patch. suspicious-source, ubuntu-build, what-patch.

View File

@ -1,24 +1,24 @@
.TH BUILDD "1" "14 August 2008" "ubuntu-dev-tools" .TH UBUNTU-BUILD "1" "14 August 2008" "ubuntu-dev-tools"
.SH NAME .SH NAME
buildd \- command-line interface to Launchpad build operations ubuntu-build \- command-line interface to Launchpad build operations
.SH SYNOPSIS .SH SYNOPSIS
.B buildd <srcpackage> <release> <operation> .B ubuntu-build <srcpackage> <release> <operation>
.br .br
.B buildd \-\-help .B ubuntu-build \-\-help
.SH DESCRIPTION .SH DESCRIPTION
\fBbuildd\fR provides a command line interface to the Launchpad build \fBubuntu-build\fR provides a command line interface to the Launchpad build
operations. operations.
.PP .PP
\fBbuildd\fR uses a cookie file stored at \fI~/.lpcookie.txt\fR to authenticate \fBubuntu-build\fR uses a cookie file stored at \fI~/.lpcookie.txt\fR to authenticate
to Launchpad. to Launchpad.
This cookie is created on run from the Mozilla Firefox cookie This cookie is created on run from the Mozilla Firefox cookie
file at \fI~/.mozilla/*/*/cookies.sqlite\fR. file at \fI~/.mozilla/*/*/cookies.sqlite\fR.
.SH OPERATIONS .SH OPERATIONS
Listed below are the available operations for \fBbuildd\fR: Listed below are the available operations for \fBubuntu-build\fR:
.TP .TP
.B status .B status
Outputs the build status of the package on Launchpad on all architectures. Outputs the build status of the package on Launchpad on all architectures.
@ -33,7 +33,7 @@ Only members of the Launchpad build administrators may issue this operation,
and it may only be performed on packages which \fINeed building\fR. and it may only be performed on packages which \fINeed building\fR.
.SH OPTIONS .SH OPTIONS
Listed below are the command line options for \fBbuildd\fR: Listed below are the command line options for \fBubuntu-build\fR:
.TP .TP
.B \-h or \-\-help .B \-h or \-\-help
Display a help message and exit. Display a help message and exit.
@ -44,7 +44,7 @@ This will only request the rebuilding/rescoring on the specified
architecture. architecture.
.SH AUTHORS .SH AUTHORS
\fBbuildd\fR was written by Martin Pitt <martin.pitt@canonical.com>, and \fBubuntu-build\fR was written by Martin Pitt <martin.pitt@canonical.com>, and
this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>. this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
.PP .PP
Both are released under the terms of the GNU General Public License, version 3 Both are released under the terms of the GNU General Public License, version 3

View File

@ -16,7 +16,6 @@ if os.path.exists(changelog):
setup(name='ubuntu-dev-tools', setup(name='ubuntu-dev-tools',
version=version, version=version,
scripts=['404main', scripts=['404main',
'buildd',
'check-symbols', 'check-symbols',
'dch-repeat', 'dch-repeat',
'dgetlp', 'dgetlp',
@ -41,6 +40,7 @@ setup(name='ubuntu-dev-tools',
'setup-packaging-environment', 'setup-packaging-environment',
'submittodebian', 'submittodebian',
'suspicious-source', 'suspicious-source',
'ubuntu-build',
'ubuntu-iso', 'ubuntu-iso',
'update-maintainer', 'update-maintainer',
'what-patch', 'what-patch',

View File

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# buildd - command line interface for Launchpad buildd operations. # ubuntu-build - command line interface for Launchpad buildd operations.
# #
# Copyright (C) 2007 Canonical Ltd. # Copyright (C) 2007 Canonical Ltd.
# Authors: # Authors:
@ -54,7 +54,7 @@ retryRescoreOptions.add_option("-a", "--arch", type = "string",
batch_options = OptionGroup( batch_options = OptionGroup(
optParser, "Batch processing", optParser, "Batch processing",
"These options and parameter ordering is only available in --batch mode.\n" "These options and parameter ordering is only available in --batch mode.\n"
"Usage: buildd --batch [options] <package>...") "Usage: ubuntu-build --batch [options] <package>...")
batch_options.add_option( batch_options.add_option(
'--batch', action = 'store_true', dest = 'batch', default = False, '--batch', action = 'store_true', dest = 'batch', default = False,
help = 'Enable batch mode') help = 'Enable batch mode')