Attached is a quick fix for #851803 This is the quickest way to restore behaviour which was being used before the update of /etc/debian_version ready for Stretch's release.
In the future, it'd be better to use --with-locfile=debian and adjust the rules and install files to match the debian locations instead. But this shouldn't be done until Stretch is out. Thanks, Daniel. -- Daniel Silverstone http://www.digital-scurf.org/ PGP mail accepted and encouraged. Key Id: 3CCE BABE 206C 3B69
diff -Nru ntp-4.2.8p9+dfsg/debian/changelog ntp-4.2.8p9+dfsg/debian/changelog --- ntp-4.2.8p9+dfsg/debian/changelog 2016-11-21 19:09:17.000000000 +0000 +++ ntp-4.2.8p9+dfsg/debian/changelog 2017-01-28 11:58:18.000000000 +0000 @@ -1,3 +1,10 @@ +ntp (1:4.2.8p9+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Force program locations to use 'legacy' defaults (Closes: #851803) + + -- Daniel Silverstone <dsilv...@digital-scurf.org> Sat, 28 Jan 2017 11:58:18 +0000 + ntp (1:4.2.8p9+dfsg-2) unstable; urgency=medium * CVE-2016-0727: NTP statsdir cleanup cronjob insecure (Closes: #839998) diff -Nru ntp-4.2.8p9+dfsg/debian/rules ntp-4.2.8p9+dfsg/debian/rules --- ntp-4.2.8p9+dfsg/debian/rules 2016-05-19 19:53:43.000000000 +0100 +++ ntp-4.2.8p9+dfsg/debian/rules 2017-01-28 11:40:56.000000000 +0000 @@ -27,6 +27,7 @@ --disable-local-libopts \ --enable-ntp-signd \ --disable-dependency-tracking \ + --with-locfile=legacy \ --with-openssl-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) build: build-arch build-indep