+bind9-cn (2:9.11.5+cn10u1) stable; urgency=low
+
+  * prva verzija za buster
+
+ -- Ivan Rako <Ivan.Rako@CARNET.hr>  Fri, 21 Aug 2020 16:38:47 +0200
+
 bind9-cn (2:9.10.3~cn0) stable; urgency=low
 
   * prva verzija za stretch
 
 Source: bind9-cn
 Section: net
 Priority: optional
-Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 9)
+Maintainer: Ivan Rako <Ivan.Rako@CARNET.hr>
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.9.8
 
 Package: bind9-cn
 Architecture: all
-Depends: bind9 (>= 1:9.10.3.dfsg.P4-12.3+deb9u4), carnet-tools-cn (>= 3.2.1), ${misc:Depends}
-Recommends: bind9-doc (>= 1:9.10.3.dfsg.P4-12.3+deb9u4), bind9-host (>= 1:9.10.3.dfsg.P4-12.3+deb9u4), dnsutils, dnswalk, nslint
+Depends: bind9 (>= 1:9.11.5.P4+dfsg-5.1+deb10u1), carnet-tools-cn (>= 3.3.0), ${misc:Depends}
+Recommends: bind9-doc (>= 1:9.11.5.P4+dfsg-5.1+deb10u1), bind9-host (>= 1:9.11.5.P4+dfsg-5.1+deb10u1), dnsutils, dnswalk, nslint
 Description: Internet Domain Name Server
  The Berkeley Internet Name Domain (BIND) implements an Internet domain
  name server. BIND is the most widely-used name server software on the
  Internet, and is supported by the Internet Software Consortium, www.isc.org.
  .
- This is a basic CARNet Debian customization package.
+ This is a basic CARNET Debian customization package.
 
 
 [ "$1" = "configure" ] || exit 0
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
-# Load CARNet Tools
+# Load CARNET Tools
 . /usr/share/carnet-tools/functions.sh
 
 echo "CN: Making sample configurations in /usr/share/doc/bind9-cn/examples"
-echo "CN: Make sure you change them appropriately *before* running Bind9 service!"
+echo "CN: Make sure you change them appropriately *before* running bind9 service!"
 
 #variables
 cp_get_ifaddr
 SERNO=`date +%Y%m%d01`
 BROJ=`echo $CARNET_IPADDR | cut -d. -f4`
 
-echo "CN: Generating Bind9 examples in /usr/share/doc/bind9-cn/examples"
+echo "CN: Generating bind9 examples in /usr/share/doc/bind9-cn/examples"
 
 # make example named.conf.local
 cat > /usr/share/doc/bind9-cn/examples/named.conf.local <<EOF