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
13 uploaders of the three most recent versions of the given source pack‐
14 ages. Note that the uploaders are identified using their gpg(1) or
15 gpg2(1) keys; installing a recent version of the debian-keyring package
16 should 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
25 uploads 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
29 uploader's GPG key.
30
31 --no-default-keyrings
32 By default, who-uploads uses the two Debian keyrings
33 /usr/share/keyrings/debian-keyring.gpg and
34 /usr/share/keyrings/debian-maintainers.gpg (although this
35 default can be changed in the configuration file, see below).
36 Specifying this option means that the default keyrings will not
37 be examined. The --keyring option overrides this one.
38
39 --date Show the date of the upload alongside the uploader's details
40
41 --nodate, --no-date
42 Do not show the date of the upload alongside the uploader's
43 details. This is the default behaviour.
44
45 --no-conf, --noconf
46 Do not read any configuration files. This can only be used as
47 the first option given on the command-line.
48
49 --help, -h
50 Display a help message and exit successfully.
51
52 --version
53 Display version and copyright information and exit successfully.
54
56 The two configuration files /etc/devscripts.conf and ~/.devscripts are
57 sourced in that order to set configuration variables. Command line
58 options can be used to override configuration file settings. Environ‐
59 ment variable settings are ignored for this purpose. The currently
60 recognised variables are:
61
62 WHOUPLOADS_DATE
63 Show the date of the upload alongside the uploader's details.
64 By default, this is "no".
65
66 WHOUPLOADS_MAXUPLOADS
67 The maximum number of uploads to display for each package. By
68 default, this is 3.
69
70 WHOUPLOADS_KEYRINGS
71 This is a colon-separated list of the default keyrings to be
72 used. By default, it is the two Debian keyrings
73 /usr/share/keyrings/debian-keyring.gpg and
74 /usr/share/keyrings/debian-maintainers.gpg.
75
77 The original version of who-uploads was written by Adeodato Simó
78 <dato@net.com.org.es>. The current version is by Julian Gilbey
79 <jdg@debian.org>.
80
81
82
83DEBIAN Debian Utilities WHO-UPLOADS(1)