diff -Nru ntp-4.2.8p8+dfsg/debian/changelog ntp-4.2.8p8+dfsg/debian/changelog --- ntp-4.2.8p8+dfsg/debian/changelog 2016-07-29 15:24:23.000000000 +0200 +++ ntp-4.2.8p8+dfsg/debian/changelog 2016-08-03 12:37:38.000000000 +0200 @@ -1,3 +1,14 @@ +ntp (1:4.2.8p8+dfsg-1ubuntu2) yakkety; urgency=medium + + * remove disabling of sntp (LP: #1604010) + - d/rules: remove --with-sntp=no + - d/rules: remove --disable-local-libopts to make sntp build properly. + Otherwise via libopts and autogen it will crash into + 'error: ‘EX_SOFTWARE’ undeclared'. + - debian/ntp.install add sntp binary + + -- Christian Ehrhardt Wed, 03 Aug 2016 10:01:50 +0200 + ntp (1:4.2.8p8+dfsg-1ubuntu1) yakkety; urgency=medium [ Christian Ehrhardt ] diff -Nru ntp-4.2.8p8+dfsg/debian/ntp.install ntp-4.2.8p8+dfsg/debian/ntp.install --- ntp-4.2.8p8+dfsg/debian/ntp.install 2016-07-29 15:24:23.000000000 +0200 +++ ntp-4.2.8p8+dfsg/debian/ntp.install 2016-08-03 12:34:50.000000000 +0200 @@ -3,6 +3,7 @@ debian/tmp/usr/bin/ntpq debian/tmp/usr/bin/ntptrace debian/tmp/usr/bin/update-leap +debian/tmp/usr/bin/sntp debian/tmp/usr/sbin/ntp-keygen debian/tmp/usr/sbin/ntp-wait debian/tmp/usr/sbin/ntpd diff -Nru ntp-4.2.8p8+dfsg/debian/rules ntp-4.2.8p8+dfsg/debian/rules --- ntp-4.2.8p8+dfsg/debian/rules 2016-07-29 15:24:23.000000000 +0200 +++ ntp-4.2.8p8+dfsg/debian/rules 2016-08-03 12:33:35.000000000 +0200 @@ -21,10 +21,8 @@ --prefix=/usr \ --enable-all-clocks --enable-parse-clocks --enable-SHM \ --enable-debugging --sysconfdir=/var/lib/ntp \ - --with-sntp=no \ --with-lineeditlibs=edit \ --without-ntpsnmpd \ - --disable-local-libopts \ --enable-ntp-signd \ --disable-dependency-tracking \ --with-openssl-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)