Package: openntpd Severity: minor Tags: patch Hi Ulises,
Chrony is part of the 'time-daemon' virtual package, consequently it is unnecessary to mention it in those fields. Obvious patch below. diff --git a/debian/control b/debian/control index 887e409..a64efe4 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/openntpd.git Package: openntpd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, netbase -Conflicts: time-daemon, ntp, chrony -Replaces: time-daemon, ntp, chrony +Conflicts: time-daemon, ntp +Replaces: time-daemon, ntp Provides: time-daemon Suggests: apparmor Description: OpenBSD NTP daemon Have a good day, Vincent -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

