1TRANSITION-CHECK(1) TRANSITION-CHECK(1)
2
3
4
6 transition-check - check a package list for involvement in transitions
7
9 transition-check --help|--version
10
11 transition-check [-f|--filename=FILENAME] [source package list]
12
14 transition-check checks whether any of the listed source packages are
15 involved in a transition for which uploads to unstable are currently
16 blocked.
17
18 If neither a filename nor a list of packages is supplied, transition-
19 check will use the source package name from debian/control.
20
22 -f, --filename=filename
23 Read a source package name from filename, which should be a Debian
24 package control file or .changes file, and add that package to the
25 list of packages to check.
26
28 The exit status indicates whether any of the packages examined were
29 found to be involved in a transition.
30
31 0 Either --help or --version was used, or none of the packages
32 examined was involved in a transition.
33
34 1 At least one package examined is involved in a current transition.
35
37 This code is copyright by Adam D. Barratt <adam@adam-barratt.org.uk>,
38 all rights reserved.
39
40 This program comes with ABSOLUTELY NO WARRANTY. You are free to
41 redistribute this code under the terms of the GNU General Public
42 License, version 2 or later.
43
45 Adam D. Barratt <adam@adam-barratt.org.uk>
46
47
48
49Debian Utilities 2018-12-10 TRANSITION-CHECK(1)