[pkg-ntp-maintainers] [pkg-ntp] 09/13: Use tzdata leapfile in default configuration
Bernhard Schmidt
berni at moszumanska.debian.org
Sun May 7 19:44:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch berni-wip
in repository pkg-ntp.
commit 8d1803cbdfcabe8e7b52f1f9d2f9f99f399b8873
Author: Bernhard Schmidt <berni at debian.org>
Date: Thu May 4 22:47:48 2017 +0200
Use tzdata leapfile in default configuration
Closes: #858548
Thanks: Edmund Grimley Evans
---
debian/control | 2 +-
debian/ntp.conf | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 05e5b85..1762f55 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-ntp/pkg-ntp.git/
Package: ntp
Architecture: any
-Depends: adduser, lsb-base (>= 3.2-13), netbase, ${misc:Depends}, ${shlibs:Depends}
+Depends: adduser, lsb-base (>= 3.2-13), netbase, tzdata, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: ${perl:Depends}
Suggests: ntp-doc
diff --git a/debian/ntp.conf b/debian/ntp.conf
index b51b4f9..d473b43 100644
--- a/debian/ntp.conf
+++ b/debian/ntp.conf
@@ -2,6 +2,9 @@
driftfile /var/lib/ntp/ntp.drift
+# Leap seconds definition provided by tzdata
+leapfile /usr/share/zoneinfo/leap-seconds.list
+
# Enable this if you want statistics to be logged.
#statsdir /var/log/ntpstats/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ntp/pkg-ntp.git
More information about the pkg-ntp-maintainers
mailing list