From 6f5455a7eb42c0e6586ab1e952b4576fa4374d7f Mon Sep 17 00:00:00 2001
From: Ivan Rako <ivan.rako@srce.hr>
Date: Fri, 21 Aug 2020 16:46:11 +0200
Subject: [PATCH] Prva verzija za buster.

---
 README.CARNet => README.CARNET |    0
 debian/changelog               |    6 ++++++
 debian/compat                  |    2 +-
 debian/control                 |   10 +++++-----
 debian/copyright               |    2 +-
 debian/docs                    |    2 +-
 debian/postinst                |    6 +++---
 debian/source/format           |    1 +
 8 files changed, 18 insertions(+), 11 deletions(-)
 rename README.CARNet => README.CARNET (100%)
 create mode 100644 debian/source/format

diff --git a/README.CARNet b/README.CARNET
similarity index 100%
rename from README.CARNet
rename to README.CARNET
diff --git a/debian/changelog b/debian/changelog
index 87eca50..f31e4de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 496b469..21d8eb4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 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.
 
diff --git a/debian/copyright b/debian/copyright
index b8602d4..788b02b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Copyright 2013 CARNet 
+Copyright 2013 CARNET 
 
 You are free to distribute this software package under the terms of the
 GNU General Public License.
diff --git a/debian/docs b/debian/docs
index 8f6e250..db3c4b3 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-README.CARNet
+README.CARNET
diff --git a/debian/postinst b/debian/postinst
index 2b22637..ca7f6bf 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -5,11 +5,11 @@ set -e
 [ "$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
@@ -22,7 +22,7 @@ CARNET_REV=`echo $CARNET_IPADDR | awk -F. '{ print $3 "." $2 "." $1 ".in-addr.ar
 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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
-- 
1.7.10.4