Man page - who-permits-upload(1)
Packages contains this manual
- devscripts.conf(5)
- build-rdeps(1)
- whodepends(1)
- checkbashisms(1)
- annotate-output(1)
- namecheck(1)
- transition-check(1)
- debrsign(1)
- dpkg-genbuilddeps(1)
- deb-reversion(1)
- ltnu(1)
- debbisect(1)
- cowpoke(1)
- dscextract(1)
- list-unreleased(1)
- getbuildlog(1)
- debclean(1)
- chdist(1)
- rc-alert(1)
- mk-origtargz(1)
- deb2docker(1)
- edit-patch(1)
- what-patch(1)
- dd-list(1)
- tagpending(1)
- suspicious-source(1)
- bts(1)
- deb-why-removed(1)
- devscripts(7)
- plotchangelog(1)
- uscan(1)
- mergechanges(1)
- debsnap(1)
- debftbfs(1)
- hardening-check(1)
- dscverify(1)
- dget(1)
- who-uploads(1)
- debrepro(1)
- git-deborig(1)
- deb-janitor(1)
- deb2apptainer(1)
- dep-14-convert-git-branch-names(1)
- dep3changelog(1)
- wnpp-alert(1)
- pts-unsubscribe(1)
- sadt(1)
- debc(1)
- debdiff-apply(1)
- nmudiff(1)
- add-patch(1)
- dpkg-depcheck(1)
- rmadison(1)
- debsign(1)
- deb2singularity(1)
- diff2patches(1)
- debi(1)
- mk-build-deps(1)
- origtargz(1)
- debrebuild(1)
- deb-check-file-conflicts(1)
- reproducible-check(1)
- mass-bug(1)
- debootsnap(1)
- salsa(1)
- svnpath(1)
- debrelease(1)
- pts-subscribe(1)
- debdiff(1)
- dch(1)
- debcheckout(1)
- wrap-and-sort(1)
- wnpp-check(1)
- manpage-alert(1)
- dcmd(1)
- who-permits-upload(1)
- debchange(1)
- archpath(1)
- debuild(1)
- grep-excuses(1)
- debcommit(1)
- uupdate(1)
apt-get install devscripts
Available languages:
en fr deManual
WHO-PERMITS-UPLOAD
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXIT VALUE
EXAMPLES
AUTHOR
SEE ALSO
NAME
who-permits-upload - look-up Debian Maintainer access control lists
SYNOPSIS
who-permits-upload [ -h ] [ -s keyring ] [ -d dm_url ] [ -s search_type ] query [ query ...]
DESCRIPTION
who-permits-upload looks up the given Debian Maintainer (DM) upload permissions from ftp-master.debian.org and parses them in a human readable way. The tool can search by DM name, sponsor (the person who granted the permission) and by package.
OPTIONS
--dmfile= dm_url , -d dm_url
Retrieve the DM permission file from the supplied URL. When this option is not present, the default value https://ftp-master.debian.org/dm.txt is used.
--help , -h
Display a usage summary and exit.
--keyring= keyring , -s keyring
Use the supplied OpenPGP keyrings to look-up OpenPGP fingerprints from the DM permission file. When not present, the default Debian Developer and Maintainer keyrings are used ( /usr/share/keyrings/debian-keyring.gpg and /usr/share/keyrings/debian-maintainers.gpg , installed by the debian-keyring package).
Separate keyrings with a colon ":".
--search= search_type , -s search_type
Modify the look-up behavior.
This influences the interpretation of the
query
argument. Supported search types are:
package
Search for a source package name. This is also the default when --search is omitted. Since package names are unique, this will return given ACLs - if any - for a single package.
|
uid |
Search for a Debian Maintainer. This should be (a fraction of) a name. It will return all ACLs assigned to matching maintainers. |
sponsor
Search for a sponsor (i.e. a Debian Developer) who granted DM permissions. This will return all ACLs given by the supplied developer.
Note that this is an expensive operation which may take some time.
query
A case sensitive argument to be looked up in the ACL permission file. The exact interpretation of this argument is dependent by the --search argument.
This argument can be repeated.
EXIT VALUE
|
0 |
Success |
|||
|
1 |
An error occurred |
|||
|
2 |
The command line was not understood |
EXAMPLES
who-permits-upload --search=sponsor arno@debian.org
Search for all DM upload permissions given by the UID "arno@debian.org". Note, that only primary UIDs will match.
who-permits-upload -s=sponsor "Arno Töll"
Same as above, but use a full name instead.
who-permits-upload apache2
Look up who gave upload permissions for the apache2 source package.
who-permits-upload --search=uid "Paul Tagliamonte"
Look up all DM upload permissions given to "Paul Tagliamonte".
AUTHOR
who-permits-upload was written by Arno Töll <arno@debian.org> and is licensed under the terms of the General Public License (GPL) version 2 or later.
SEE ALSO
gpg (1), who-uploads (1)
https://lists.debian.org/debian-devel-announce/2012/09/msg00008.html