1DCONTROL(1)                                                        DCONTROL(1)
2
3
4

NAME

6       dcontrol -- Query package and source control files for all Debian
7       distributions
8

SYNOPSIS

10       dcontrol [options] package[modifiers] ...
11

DESCRIPTION

13       dcontrol queries a remote database of Debian binary and source package
14       control files. It can be thought of as an apt-cache webservice that
15       also operates for distributions and architectures different from the
16       local machine.
17

MODIFIERS

19       Like apt-cache, packages can be suffixed by modifiers:
20
21       =version
22           Exact version match
23
24       @architecture
25           Query this only architecture. Use @source for source packages,
26           @binary excludes source packages.
27
28       /[archive:][suite][/component]
29           Restrict to archive (debian, debian-backports, debian-security,
30           debian-volatile), suite (always codenames, with the exception of
31           experimental), and/or component (main, updates/main, ...). Use two
32           slashes (//) to separate suite and component if the suite name
33           contains slashes.  (Component can be left empty.)
34
35       By default, all versions, suites, and architectures are queried. Refer
36       to https://qa.debian.org/cgi-bin/dcontrol for currently supported
37       values.
38

OPTIONS

40       -s, --show-suites
41           Add headers showing which distribution the control file is from.
42
43       -d, --debug
44           Print URL queried.
45
46       --noconf, --no-conf
47           Ignore all configuration files (must be the first option).
48
49       -h, --help
50           Show a help message.
51
52       -V, --version
53           Show version information.
54

CONFIGURATION VARIABLES

56       The two configuration files /etc/devscripts.conf and ~/.devscripts are
57       sourced by a shell in that order to set configuration variables.
58       Command line options can be used to override configuration file
59       settings.  Environment variable settings are ignored for this purpose.
60       The currently recognised variable is:
61
62       DCONTROL_URL
63           URL to query. Default is https://qa.debian.org/cgi-bin/dcontrol.
64

AUTHOR

66       This program is Copyright (C) 2009 by Christoph Berg <myon@debian.org>.
67
68       This program is licensed under the terms of the GPL, either version 2
69       of the License, or (at your option) any later version.
70

SEE ALSO

72       apt-cache(1)
73
74
75
76Debian Utilities                  2018-12-10                       DCONTROL(1)
Impressum