1DEB-JANITOR(1)              General Commands Manual             DEB-JANITOR(1)
2
3
4

NAME

6       deb-janitor - interact with the Debian Janitor service
7
8

SYNOPSIS

10       deb-janitor diff SOURCE SUITE
11
12       deb-janitor schedule SOURCE SUITE
13
14

DESCRIPTION

16       deb-janitor  is  a  command-line client for the Debian Janitor service,
17       interacting with the API. It currently allows retrieving the  diff  for
18       specific packages or scheduling new runs.
19
20       SOURCE is the name of a source package.
21
22       SUITE is the name of one of the suites supported by the janitor. Common
23       values include lintian-fixes and multiarch-fixes. See the homepage  for
24       a full list.
25
26

OPTIONS

28       -h, --help
29              show this help message and exit
30
31       -v, --verbose
32              Output more information
33
34       --api-url
35              Override the API endpoint to communicate with, rather than using
36              the main Debian Janitor instance.  E.g.  --api-url=https://jani
37              tor.kali.org/api/.
38
39

EXAMPLES

41       # Schedule a new run fixing lintian issues in the "dulwich" package:
42       $ deb-janitor schedule dulwich lintian-fixes
43       Scheduled. Estimated duration: 236.32s, queue position: 1 (wait time: 0.00)
44
45       # Retrieve the diff for fontmake
46       $ deb-janitor diff fontmake lintian-fixes
47       === added file 'debian/upstream/metadata'
48       --- a/debian/upstream/metadata     1970-01-01 00:00:00 +0000
49       +++ b/debian/upstream/metadata     2020-11-28 11:58:34 +0000
50       @@ -0,0 +1,5 @@
51       +---
52       +Bug-Database: https://github.com/googlei18n/fontmake/issues
53       +Bug-Submit: https://github.com/googlei18n/fontmake/issues/new
54       +Repository: https://github.com/googlei18n/fontmake.git
55       +Repository-Browse: https://github.com/googlei18n/fontmake
56
57

AUTHORS

59       deb-janitor  and  this  manual  page  were  written  by  Jelmer Vernooij
60       <jelmer@debian.org>
61
62       Both are released under the GNU General Public License,  version  3  or
63       later.
64
65

SEE ALSO

67       lintian-brush(1)
68
69
70
71DEBIAN                         Debian Utilities                 DEB-JANITOR(1)
Impressum