--- bind9-9.10.3.dfsg.P4/debian/changelog 2017-04-24 12:02:12.000000000 +0000 +++ bind9-9.10.3.dfsg.P4/debian/changelog 2017-04-26 17:43:24.000000000 +0000 @@ -1,3 +1,9 @@ +bind9 (1:9.10.3.dfsg.P4-10.1ubuntu7) artful; urgency=medium + + * Add json support for the statistics channels. (LP: #1669193) + + -- Andreas Hasenack Wed, 26 Apr 2017 17:43:24 +0000 + bind9 (1:9.10.3.dfsg.P4-10.1ubuntu6) artful; urgency=medium * rules: Fix path to libsofthsm2.so. (LP: #1685780) diff -Nru bind9-9.10.3.dfsg.P4/debian/control bind9-9.10.3.dfsg.P4/debian/control --- bind9-9.10.3.dfsg.P4/debian/control 2016-11-15 05:04:41.000000000 +0000 +++ bind9-9.10.3.dfsg.P4/debian/control 2017-04-26 17:43:24.000000000 +0000 @@ -10,6 +10,7 @@ libssl-dev, libtool, bison, libdb-dev (>>4.6), + libjson-c-dev, libldap2-dev, libxml2-dev, libcap2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], diff -Nru bind9-9.10.3.dfsg.P4/debian/rules bind9-9.10.3.dfsg.P4/debian/rules --- bind9-9.10.3.dfsg.P4/debian/rules 2017-04-24 12:00:37.000000000 +0000 +++ bind9-9.10.3.dfsg.P4/debian/rules 2017-04-26 17:43:24.000000000 +0000 @@ -72,6 +72,7 @@ --enable-filter-aaaa \ --enable-native-pkcs11 \ --with-pkcs11=\$${prefix}/lib/softhsm/libsofthsm2.so \ + --with-libjson=/usr \ $(EXTRA_FEATURES) touch $@ @@ -92,6 +93,7 @@ --disable-linux-caps \ --without-openssl \ --without-libxml2 \ + --without-libjson \ --enable-ipv6 \ --enable-shared \ --with-libtool \