1WHO-UPLOADS(1) General Commands Manual WHO-UPLOADS(1)
2
3
4
6 who-uploads - identify the uploaders of Debian source packages
7
9 who-uploads [options] source_package ...
10
12 who-uploads uses the Package Tracking System (PTS) to identify the up‐
13 loaders of the three most recent versions of the given source packages.
14 Note that the uploaders are identified using their gpg(1) or gpg2(1)
15 keys; installing a recent version of the debian-keyring package should
16 provide most of the required keys.
17
18 Note that because the PTS uses source packages, you must give the
19 source package names, not the binary package names.
20
22 -M, --max-uploads=N
23 Specify the maximum number of uploads to display for each pack‐
24 age; the default is 3. Note that you may not see this many up‐
25 loads if there are not this many recorded in the PTS.
26
27 --keyring keyring
28 Add keyring to the list of keyrings to be searched for the up‐
29 loader's GPG key.
30
31 --no-default-keyrings
32 By default, who-uploads uses the three Debian keyrings
33 /usr/share/keyrings/debian-keyring.gpg, /usr/share/keyrings/de‐
34 bian-nonupload.gpg, and /usr/share/keyrings/debian-maintain‐
35 ers.gpg (although this default can be changed in the configura‐
36 tion file, see below). Specifying this option means that the
37 default keyrings will not be examined. The --keyring option
38 overrides this one.
39
40 --date Show the date of the upload alongside the uploader's details
41
42 --nodate, --no-date
43 Do not show the date of the upload alongside the uploader's de‐
44 tails. This is the default behaviour.
45
46 --no-conf, --noconf
47 Do not read any configuration files. This can only be used as
48 the first option given on the command-line.
49
50 --help, -h
51 Display a help message and exit successfully.
52
53 --version
54 Display version and copyright information and exit successfully.
55
57 The two configuration files /etc/devscripts.conf and ~/.devscripts are
58 sourced in that order to set configuration variables. Command line op‐
59 tions can be used to override configuration file settings. Environment
60 variable settings are ignored for this purpose. The currently recog‐
61 nised variables are:
62
63 WHOUPLOADS_DATE
64 Show the date of the upload alongside the uploader's details.
65 By default, this is "no".
66
67 WHOUPLOADS_MAXUPLOADS
68 The maximum number of uploads to display for each package. By
69 default, this is 3.
70
71 WHOUPLOADS_KEYRINGS
72 This is a colon-separated list of the default keyrings to be
73 used. By default, it is the three Debian keyrings
74 /usr/share/keyrings/debian-keyring.gpg, /usr/share/keyrings/de‐
75 bian-nonupload.gpg, and /usr/share/keyrings/debian-maintain‐
76 ers.gpg.
77
79 The original version of who-uploads was written by Adeodato Simó
80 <dato@net.com.org.es>. The current version is by Julian Gilbey
81 <jdg@debian.org>.
82
83
84
85DEBIAN Debian Utilities WHO-UPLOADS(1)