summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 84fad34f94ab8cb9a982fdddc313c9975267dc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: chrony
Section: net
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Vincent Blut <vincent.debian@free.fr>
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 4.7.0
Build-Depends: asciidoctor,
               bison,
               debhelper-compat (= 13),
               dh-apparmor,
               gnutls-bin <!nocheck>,
               iproute2 [linux-any] <!nocheck>,
               libcap-dev [linux-any],
               libedit-dev,
               libgnutls28-dev,
               libseccomp-dev (>= 2.4.3-1~) [amd64 arm64 armel armhf hppa i386 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390x x32],
               nettle-dev,
               pkgconf,
               pps-tools [linux-any],
               procps <!nocheck>
Homepage: https://chrony-project.org
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/chrony
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/chrony
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/chrony
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/chrony.git -b debian/latest
Rules-Requires-Root: no

Package: chrony
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser (>= 3.130),
         iproute2 [linux-any],
         tzdata-legacy,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: dnsutils,
          networkd-dispatcher
Breaks: network-manager (<< 1.20.0-1~)
Conflicts: time-daemon
Provides: time-daemon
Replaces: time-daemon
Description: Versatile implementation of the Network Time Protocol
 It consists of a pair of programs:
 .
 chronyd:  This is a daemon which runs in background on the system.
 It obtains measurements (e.g. via the network) of the system's offset
 relative to other systems and adjusts the system time accordingly. For
 isolated systems, the user can periodically enter the correct time by
 hand (using 'chronyc'). In either case 'chronyd' determines the rate
 at which the computer gains or loses time, and compensates for this.
 Chronyd implements the NTP protocol and can act as either a client or
 a server.
 .
 chronyc: This is a command-line driven control and monitoring program.
 An administrator can use this to fine-tune various parameters within
 the daemon, add or delete servers etc whilst the daemon is running.