1DEB-JANITOR(1) General Commands Manual DEB-JANITOR(1)
2
3
4
6 deb-janitor - interact with the Debian Janitor service
7
8
10 deb-janitor diff SOURCE SUITE
11
12 deb-janitor schedule SOURCE SUITE
13
14 deb-janitor review SOURCE SUITE rejected|approved|reschedule COMMENT?
15
16
18 deb-janitor is a command-line client for the Debian Janitor service,
19 interacting with the API. It currently allows retrieving the diff for
20 specific packages or scheduling new runs.
21
22 SOURCE is the name of a source package.
23
24 SUITE is the name of one of the suites supported by the janitor. Common
25 values include lintian-fixes and multiarch-fixes. See the homepage for
26 a full list.
27
28
30 -h, --help
31 show this help message and exit
32
33 -v, --verbose
34 Output more information
35
36 --api-url
37 Override the API endpoint to communicate with, rather than using
38 the main Debian Janitor instance. E.g. --api-url=https://jani‐
39 tor.kali.org/api/.
40
41
43 # Schedule a new run fixing lintian issues in the "dulwich" package:
44 $ deb-janitor schedule dulwich lintian-fixes
45 Scheduled. Estimated duration: 236.32s, queue position: 1 (wait time: 0.00)
46
47 # Retrieve the diff for fontmake
48 $ deb-janitor diff fontmake lintian-fixes
49 === added file 'debian/upstream/metadata'
50 --- a/debian/upstream/metadata 1970-01-01 00:00:00 +0000
51 +++ b/debian/upstream/metadata 2020-11-28 11:58:34 +0000
52 @@ -0,0 +1,5 @@
53 +---
54 +Bug-Database: https://github.com/googlei18n/fontmake/issues
55 +Bug-Submit: https://github.com/googlei18n/fontmake/issues/new
56 +Repository: https://github.com/googlei18n/fontmake.git
57 +Repository-Browse: https://github.com/googlei18n/fontmake
58
59 # Leave a review for a package
60 $ deb-janitor review fontmake lintian-fixes rejected "Some fonts are no longer installed"
61
62
63
65 deb-janitor and this manual page were written by Jelmer Vernooij
66 <jelmer@debian.org>
67
68 Both are released under the GNU General Public License, version 3 or
69 later.
70
71
73 lintian-brush(1)
74
75
76
77DEBIAN Debian Utilities DEB-JANITOR(1)