Rename again

This commit is contained in:
Stefano Rivera 2011-12-07 23:55:17 +02:00
parent e4fcb01b6a
commit 784efd7053
5 changed files with 11 additions and 11 deletions

2
debian/control vendored
View File

@ -104,6 +104,6 @@ Description: useful tools for Ubuntu developers
- syncpackage - helper to prepare .changes file to upload synced packages - syncpackage - helper to prepare .changes file to upload synced packages
- ubuntu-build - give commands to the Launchpad build daemons from the - ubuntu-build - give commands to the Launchpad build daemons from the
command line. command line.
- ubuntu-is-seeded - query if a package is safe to upload during a freeze.
- 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.
- ubuntu-safe-to-upload - query if a package is safe to upload during a freeze.

4
debian/copyright vendored
View File

@ -150,8 +150,8 @@ Files: doc/pull-debian-debdiff.1
doc/reverse-depends.1 doc/reverse-depends.1
doc/sponsor-patch.1 doc/sponsor-patch.1
doc/ubuntu-dev-tools.5 doc/ubuntu-dev-tools.5
doc/ubuntu-is-seeded.1
doc/update-maintainer.1 doc/update-maintainer.1
doc/ubuntu-safe-to-upload.1
enforced-editing-wrapper enforced-editing-wrapper
pull-debian-debdiff pull-debian-debdiff
pull-debian-source pull-debian-source
@ -159,7 +159,7 @@ Files: doc/pull-debian-debdiff.1
reverse-depends reverse-depends
sponsor-patch sponsor-patch
test-data/* test-data/*
ubuntu-safe-to-upload ubuntu-is-seeded
ubuntutools/archive.py ubuntutools/archive.py
ubuntutools/builder.py ubuntutools/builder.py
ubuntutools/config.py ubuntutools/config.py

View File

@ -11,14 +11,14 @@
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE. .\" PERFORMANCE OF THIS SOFTWARE.
.TH ubuntu\-safe\-to\-upload 1 "December 2011" ubuntu\-dev\-tools .TH ubuntu\-is\-seeded 1 "December 2011" ubuntu\-dev\-tools
.SH NAME .SH NAME
ubuntu\-safe\-to\-upload \- Determine whether a package is safe to ubuntu\-is\-seeded \- Determine whether a package is safe to upload
upload during a freeze during a freeze
.SH SYNOPSIS .SH SYNOPSIS
.B ubuntu\-safe\-to\-upload \fR[\fIoptions\fR] \fIpackage\fR... .B ubuntu\-is\-seeded \fR[\fIoptions\fR] \fIpackage\fR...
.SH DESCRIPTION .SH DESCRIPTION
Lists all the current daily images containing the specified packages. Lists all the current daily images containing the specified packages.
@ -50,11 +50,11 @@ Display a help message and exit
All the images that contain unity: All the images that contain unity:
.IP .IP
.nf .nf
.B ubuntu\-safe\-to\-upload -b unity .B ubuntu\-is\-seeded -b unity
.fi .fi
.SH AUTHORS .SH AUTHORS
\fBubuntu\-safe\-to\-upload\fR and this manpage were written by Stefano \fBubuntu\-is\-seeded\fR and this manpage were written by Stefano Rivera
Rivera <stefanor@ubuntu.com>. <stefanor@ubuntu.com>.
.PP .PP
Both are released under the terms of the ISC License. Both are released under the terms of the ISC License.

View File

@ -40,8 +40,8 @@ scripts = ['404main',
'submittodebian', 'submittodebian',
'syncpackage', 'syncpackage',
'ubuntu-build', 'ubuntu-build',
'ubuntu-is-seeded',
'ubuntu-iso', 'ubuntu-iso',
'ubuntu-safe-to-upload',
'update-maintainer', 'update-maintainer',
] ]