From: Ivan Rako <ivan.rako@srce.hr>
Date: Wed, 11 Nov 2020 22:06:58 +0000 (+0100)
Subject: Prva verzija za Debian buster.
X-Git-Tag: debian/1.3.15+cn10u1^0
X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;ds=inline;p=roundcube-cn.git

Prva verzija za Debian buster.
---

diff --git a/README.CARNET b/README.CARNET
new file mode 100644
index 0000000..4d90186
--- /dev/null
+++ b/README.CARNET
@@ -0,0 +1,8 @@
+roundcube-cn
+~~~~~~~~~~~~
+
+Ovaj paket podesava tipicne vrijednosti u datoteci config.inc.php.
+
+Trenutno odrzava Ivan Rako <Ivan.Rako@CARNET.hr>.
+
+ -- Ivan Rako <Ivan.Rako@CARNET.hr>  Wed, 19 Jun 2019 13:01:21 +0200
diff --git a/README.CARNet b/README.CARNet
deleted file mode 100644
index 7c8e7ff..0000000
--- a/README.CARNet
+++ /dev/null
@@ -1,8 +0,0 @@
-roundcube-cn
-~~~~~~~~~~~~
-
-Ovaj paket podesava tipicne vrijednosti u datoteci config.inc.php.
-
-Trenutno odrzava Ivan Rako <Ivan.Rako@CARNet.hr>.
-
- -- Ivan Rako <Ivan.Rako@CARNet.hr>  Wed, 19 Jun 2019 13:01:21 +0200
diff --git a/debian/changelog b/debian/changelog
index 60ac420..bd6de67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+roundcube-cn (1.3.15+cn10u1) stable; urgency=low
+
+  * Prva verzija za buster
+
+ -- Ivan Rako <Ivan.Rako@carnet.hr>  Wed, 11 Nov 2020 23:02:06 +0100
+
 roundcube-cn (1.2.3+1cn0) stable; urgency=low
 
   * Dodana ovisnost o roundcube-plugins
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 76ccad6..3f73d2a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
 Source: roundcube-cn
 Priority: optional
 Section: web
-Maintainer: Ivan Rako <Ivan.Rako@carnet.hr>
-Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>, Ivan Rako <Ivan.Rako@carnet.hr>
-Build-Depends: debhelper (>> 9)
+Maintainer: Ivan Rako <Ivan.Rako@CARNET.hr>
+Uploaders: Zeljko Boros <Zeljko.Boros@CARNET.hr>
+Build-Depends: debhelper (>> 10)
 Standards-Version: 3.9.8
 Homepage: https://roundcube.net/
 
 Package: roundcube-cn
 Architecture: all
-Pre-Depends: apache2-cn (>= 2.4.10+1), php-cn | php5-cn | php7.0-cn
-Depends: roundcube (>= 1.2.3+dfsg.1-4+deb9u5), roundcube-plugins (>= 1.2.3+dfsg.1-4+deb9u5), carnet-tools-cn (>= 3.1.0), hostname (>= 3.15), ${misc:Depends}
+Pre-Depends: apache2-cn (>= 2.4.38), php-cn | php5-cn | php7.0-cn | php7.3-cn
+Depends: roundcube (>= 1.3.15), roundcube-plugins (>= 1.3.15), carnet-tools-cn (>= 3.3.0), hostname (>= 3.15), ${misc:Depends}
 Conflicts: squirrelmail-cn, squirrelmail
 Recommends: dovecot-cn | imap-server
 Description: skinnable AJAX based webmail solution for IMAP servers
@@ -19,4 +19,4 @@ Description: skinnable AJAX based webmail solution for IMAP servers
  expected from an e-mail client, including MIME support, address book,
  folder manipulation and message filters.
  .
- This package contains additional CARNet configuration.
+ This dummy package contains additional CARNET configuration.
diff --git a/debian/copyright b/debian/copyright
index 3683110..815b482 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Copyright 2019 CARNet
+Copyright 2019 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 8f7867f..640842d 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -27,7 +27,7 @@ PKG=roundcube-cn
 domainname=`dnsdomainname`
 FQDN=`hostname --fqdn`
 
-# Include CARNet functions
+# Include CARNET functions
 . /usr/share/carnet-tools/functions.sh
 unset CP_ECHO_RETURN
 
@@ -153,7 +153,7 @@ fi
 hconf=/etc/apache2/apache2.conf
 sconf=/etc/apache2/sites-available/ssl
 
-# Initial CARNet config tweaks.
+# Initial CARNET config tweaks.
 #
 CONF="$CONFDIR/config.inc.php"
 mv_old_backups "$CONF" "`basename $CONF`"
@@ -197,5 +197,4 @@ fi
 cp_mail "$PKG"
 
 
-
-exit 0
+#DEBHELPER#