1LTNU(1)                                                                LTNU(1)
2
3
4

NAME

6       ltnu - lists packages of a maintainer ordered by last upload
7

SYNOPSIS

9       env DEBEMAIL=maintainer ltnu [-m]
10
11       ltnu [-m] maintainer
12
13       ltnu --help
14

DESCRIPTION

16       ltnu (Long Time No Upload) queries the public mirror of the Ultimate
17       Debian Database (udd-mirror.debian.net) for all uploads of packages by
18       the given uploader or maintainer and displays them ordered by the last
19       upload of that package to Debian Unstable, oldest uploads first.
20
21       Its primary purpose is to check which of your own or your team's
22       packages haven't been uploaded for a long time and likely need a
23       packaging revamp. It's less suitable for MIA team purposes as it
24       doesn't make a difference with regards to who actually uploaded a
25       package.
26

OPTIONS

28       -m  Only search in the Maintainer field and ignore the Uploaders field.
29

PARAMETERS

31       The maintainer/uploader to query can be given either by setting
32       $DEBEMAIL as environment variable or as single commandline parameter.
33
34       If a commandline parameter does not contain an "@", "@debian.org" is
35       appended, e.g. "ltnu abe" queries for "abe@debian.org".
36
37       Exceptions are some shortcuts for common, long e-mail addresses. So far
38       implemented shortcuts:
39
40       pkg-gnustep  pkg-gnustep-maintainers@lists.alioth.debian.org
41
42       pkg-perl     pkg-perl-maintainers@lists.alioth.debian.org
43
44       pkg-zsh      pkg-zsh-devel@lists.alioth.debian.org
45
46       qa           packages@qa.debian.org
47

ENVIRONMENT

49       The following environment variables are honoured:
50
51       DEBEMAIL
52           Used for querying if no parameter is given.
53
54       PAGER
55           Used by psql as pager.
56

EXAMPLE

58           $ ltnu pkg-zsh
59                    source          |     ver      |        uploaded
60           -------------------------+--------------+------------------------
61            zgen                    | 0~20150919-3 | 2016-08-24 04:55:31+00
62            zplug                   | 2.4.1-1      | 2017-01-13 09:51:26+00
63            zsh-syntax-highlighting | 0.6.0-1      | 2017-08-30 09:06:26+00
64            zsh                     | 5.4.2-2      | 2017-11-02 20:56:55+00
65           (4 rows)
66

DEPENDENCIES

68       ltnu uses the PostgreSQL client command psql and hence needs Debian's
69       postgresql-client package to be installed.
70

AUTHOR, COPYRIGHT, LICENSE

72       Copyright 2017 Axel Beckert <abe@debian.org>. Licensed under the GNU
73       General Public License, version 2 or later.
74

SEE ALSO

76       <https://udd-mirror.debian.net/>, <https://udd.debian.org/>,
77       <https://wiki.debian.org/UltimateDebianDatabase>
78
79
80
81Debian Utilities                  2021-05-03                           LTNU(1)
Impressum