Rename again

This commit is contained in:
Stefano Rivera 2011-12-04 00:35:49 +02:00
parent 405a3c3327
commit a22f4eebab
6 changed files with 15 additions and 13 deletions

2
debian/changelog vendored
View File

@ -18,7 +18,7 @@ ubuntu-dev-tools (0.137) UNRELEASED; urgency=low
* mk-sbuild, pbuilder-dist, ubuntu-build: Add armhf. * mk-sbuild, pbuilder-dist, ubuntu-build: Add armhf.
* pull-debian-source, pull-lp-source: Resolve the source package (via DDE), * pull-debian-source, pull-lp-source: Resolve the source package (via DDE),
if a binary package was requested (LP: #617349) if a binary package was requested (LP: #617349)
* New Tool: upload-permission: Query upload permissions (LP: #876554) * New Tool: ubuntu-upload-permission: Query upload permissions (LP: #876554)
[ Andreas Moog ] [ Andreas Moog ]
* sponsor-patch: Check permission to unsubscribe sponsors-team (LP: #896884) * sponsor-patch: Check permission to unsubscribe sponsors-team (LP: #896884)

4
debian/control vendored
View File

@ -106,4 +106,6 @@ Description: useful tools for Ubuntu developers
command line. 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.
- upload-permission - query / list the upload permissions for a package. - ubuntu-upload-permission - query / list the upload permissions for a
package.
- update-maintainer - Set the Ubuntu-policy Maintainer in debian/control.

4
debian/copyright vendored
View File

@ -150,14 +150,15 @@ 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-upload-permission.1
doc/update-maintainer.1 doc/update-maintainer.1
doc/upload-permission.1
pull-debian-debdiff pull-debian-debdiff
pull-debian-source pull-debian-source
requestbackport requestbackport
reverse-depends reverse-depends
sponsor-patch sponsor-patch
test-data/* test-data/*
ubuntu-upload-permission
ubuntutools/archive.py ubuntutools/archive.py
ubuntutools/builder.py ubuntutools/builder.py
ubuntutools/config.py ubuntutools/config.py
@ -167,7 +168,6 @@ Files: doc/pull-debian-debdiff.1
ubuntutools/test/* ubuntutools/test/*
ubuntutools/update_maintainer.py ubuntutools/update_maintainer.py
update-maintainer update-maintainer
upload-permission
Copyright: 2009-2011, Benjamin Drung <bdrung@ubuntu.com> Copyright: 2009-2011, Benjamin Drung <bdrung@ubuntu.com>
2010, Evan Broder <evan@ebroder.net> 2010, Evan Broder <evan@ebroder.net>
2008, Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> 2008, Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>

View File

@ -11,18 +11,18 @@
.\" 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 upload\-permission 1 "November 2011" ubuntu\-dev\-tools .TH ubuntu\-upload\-permission 1 "November 2011" ubuntu\-dev\-tools
.SH NAME .SH NAME
upload\-permission \- Query upload rights and (optionally) list the ubuntu\-upload\-permission \- Query upload rights and (optionally) list
people and teams with upload rights for a package the people and teams with upload rights for a package
.SH SYNOPSIS .SH SYNOPSIS
.B upload\-permission \fR[\fIoptions\fR] \fIpackage .B ubuntu\-upload\-permission \fR[\fIoptions\fR] \fIpackage
.SH DESCRIPTION .SH DESCRIPTION
\fBupload\-permission\fR checks if the user has upload permissions for \fBubuntu\-upload\-permission\fR checks if the user has upload
\fIpackage\fR. permissions for \fIpackage\fR.
If the \fB\-\-list\-uploaders\fR option is provided, all the people and If the \fB\-\-list\-uploaders\fR option is provided, all the people and
teams that do have upload rights for \fIpackage\fR will be listed. teams that do have upload rights for \fIpackage\fR will be listed.
@ -54,7 +54,7 @@ You don't have the necessary upload rights.
There was an error. There was an error.
.SH AUTHORS .SH AUTHORS
\fBupload\-permission\fR and this manpage were written by Stefano Rivera \fBubuntu\-upload\-permission\fR and this manpage were written by
<stefanor@ubuntu.com>. Stefano Rivera <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

@ -41,8 +41,8 @@ scripts = ['404main',
'syncpackage', 'syncpackage',
'ubuntu-build', 'ubuntu-build',
'ubuntu-iso', 'ubuntu-iso',
'ubuntu-upload-permission',
'update-maintainer', 'update-maintainer',
'upload-permission',
] ]
if __name__ == '__main__': if __name__ == '__main__':