mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Rename again
This commit is contained in:
parent
e4fcb01b6a
commit
784efd7053
2
debian/control
vendored
2
debian/control
vendored
@ -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
4
debian/copyright
vendored
@ -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
|
||||||
|
@ -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.
|
2
setup.py
2
setup.py
@ -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',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user