From c8b871efcd3cfc461191f74b8f2265faad188624 Mon Sep 17 00:00:00 2001
From: Ivan Rako <ivan.rako@srce.hr>
Date: Tue, 25 Aug 2020 16:47:34 +0200
Subject: [PATCH] Prva verzija za buster.

---
 README.CARNet => README.CARNET |    0
 debian/changelog               |    6 ++++++
 debian/compat                  |    2 +-
 debian/control                 |    6 ++++--
 debian/copyright               |    2 +-
 debian/docs                    |    2 +-
 debian/postinst                |    2 +-
 debian/source/format           |    1 +
 8 files changed, 15 insertions(+), 6 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 2555a28..43e2073 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mailman-cn (2:2.1.29+cn10u1) stable; urgency=low
+
+  * Prva verzija za buster
+
+ -- Ivan Rako <Ivan.Rako@CARNET.hr>  Tue, 25 Aug 2020 16:46:10 +0200
+
 mailman-cn (2:2.1.23~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 a955d4b..8394311 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: mailman-cn
 Section: mail
 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: mailman-cn
@@ -16,3 +16,5 @@ Description: Powerful, web-based mailing list manager
  Mailman gives each mailing list a web page, and allows users to
  subscribe, unsubscribe, etc. over the web.  Even the list manager can
  administer his or her list entirely from the web.
+ .
+ This metapackage brings CARNET-related configuration.
diff --git a/debian/copyright b/debian/copyright
index 28add9f..840ef7c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Copyright 2006 CARNet <paketi@carnet.hr>
+Copyright 2006 CARNET <paketi@carnet.hr>
 
 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 a631659..298f3e9 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -5,7 +5,7 @@ set -e
 [ "$1" = "configure" ] || exit 0
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
-# Load CARNet tools
+# Load CARNET tools
 . /usr/share/carnet-tools/functions.sh
 
 # Load Debconf
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