mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
And another rename, let this be the last
This commit is contained in:
parent
c4a2361451
commit
34efc162a2
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -24,7 +24,7 @@ ubuntu-dev-tools (0.137) UNRELEASED; urgency=low
|
||||
- rm the tmpdir with a little more force (shutil.rmtree) (LP: #899399)
|
||||
* New Tools: (LP: #876554)
|
||||
- ubuntu-upload-permission: Query upload permissions.
|
||||
- ubuntu-is-seeded: Query a package's seed status. Whether it is on
|
||||
- seeded-in-ubuntu: Query a package's seed status. Whether it is on
|
||||
current daily images and/or part of the supported seed.
|
||||
|
||||
[ Andreas Moog ]
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -97,6 +97,7 @@ Description: useful tools for Ubuntu developers
|
||||
- requestsync - files a sync request with Debian changelog and rationale.
|
||||
- reverse-depends - find the reverse dependencies (or build dependencies) of
|
||||
a package.
|
||||
- seeded-in-ubuntu - query if a package is safe to upload during a freeze.
|
||||
- setup-packaging-environment - assistant to get an Ubuntu installation
|
||||
ready for packaging work.
|
||||
- sponsor-patch - Downloads a patch from a Launchpad bug, patches the source
|
||||
@ -105,7 +106,6 @@ Description: useful tools for Ubuntu developers
|
||||
- syncpackage - helper to prepare .changes file to upload synced packages
|
||||
- ubuntu-build - give commands to the Launchpad build daemons from the
|
||||
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-upload-permission - query / list the upload permissions for a
|
||||
package.
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -148,9 +148,9 @@ Files: doc/pull-debian-debdiff.1
|
||||
doc/pull-debian-source.1
|
||||
doc/requestbackport.1
|
||||
doc/reverse-depends.1
|
||||
doc/seeded-in-ubuntu.1
|
||||
doc/sponsor-patch.1
|
||||
doc/ubuntu-dev-tools.5
|
||||
doc/ubuntu-is-seeded.1
|
||||
doc/ubuntu-upload-permission.1
|
||||
doc/update-maintainer.1
|
||||
enforced-editing-wrapper
|
||||
@ -158,9 +158,9 @@ Files: doc/pull-debian-debdiff.1
|
||||
pull-debian-source
|
||||
requestbackport
|
||||
reverse-depends
|
||||
seeded-in-ubuntu
|
||||
sponsor-patch
|
||||
test-data/*
|
||||
ubuntu-is-seeded
|
||||
ubuntu-upload-permission
|
||||
ubuntutools/archive.py
|
||||
ubuntutools/builder.py
|
||||
|
@ -11,14 +11,14 @@
|
||||
.\" 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
|
||||
.\" PERFORMANCE OF THIS SOFTWARE.
|
||||
.TH ubuntu\-is\-seeded 1 "December 2011" ubuntu\-dev\-tools
|
||||
.TH seeded\-in\-ubuntu 1 "December 2011" ubuntu\-dev\-tools
|
||||
|
||||
.SH NAME
|
||||
ubuntu\-is\-seeded \- Determine whether a package is safe to upload
|
||||
seeded\-in\-ubuntu \- Determine whether a package is safe to upload
|
||||
during a freeze
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B ubuntu\-is\-seeded \fR[\fIoptions\fR] \fIpackage\fR...
|
||||
.B seeded\-in\-ubuntu \fR[\fIoptions\fR] \fIpackage\fR...
|
||||
|
||||
.SH DESCRIPTION
|
||||
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:
|
||||
.IP
|
||||
.nf
|
||||
.B ubuntu\-is\-seeded -b unity
|
||||
.B seeded\-in\-ubuntu -b unity
|
||||
.fi
|
||||
|
||||
.SH AUTHORS
|
||||
\fBubuntu\-is\-seeded\fR and this manpage were written by Stefano Rivera
|
||||
\fBseeded\-in\-ubuntu\fR and this manpage were written by Stefano Rivera
|
||||
<stefanor@ubuntu.com>.
|
||||
.PP
|
||||
Both are released under the terms of the ISC License.
|
2
setup.py
2
setup.py
@ -35,12 +35,12 @@ scripts = ['404main',
|
||||
'requestbackport',
|
||||
'requestsync',
|
||||
'reverse-depends',
|
||||
'seeded-in-ubuntu',
|
||||
'setup-packaging-environment',
|
||||
'sponsor-patch',
|
||||
'submittodebian',
|
||||
'syncpackage',
|
||||
'ubuntu-build',
|
||||
'ubuntu-is-seeded',
|
||||
'ubuntu-iso',
|
||||
'ubuntu-upload-permission',
|
||||
'update-maintainer',
|
||||
|
Loading…
x
Reference in New Issue
Block a user