From 2b75798297188d4f04dbb44010208761d7da70bf Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 11 Nov 2020 23:06:58 +0100 Subject: [PATCH] Prva verzija za Debian buster. --- README.CARNET | 8 ++++++++ README.CARNet | 8 -------- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 12 ++++++------ debian/copyright | 2 +- debian/docs | 2 +- debian/postinst | 7 +++---- 8 files changed, 26 insertions(+), 21 deletions(-) create mode 100644 README.CARNET delete mode 100644 README.CARNet 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 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 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 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 -Uploaders: Zeljko Boros , Ivan Rako -Build-Depends: debhelper (>> 9) +Maintainer: Ivan Rako +Uploaders: Zeljko Boros +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# -- 1.7.10.4