Prva verzija za Debian buster. master debian/1.3.15+cn10u1
authorIvan Rako <ivan.rako@srce.hr>
Wed, 11 Nov 2020 22:06:58 +0000 (23:06 +0100)
committerIvan Rako <ivan.rako@srce.hr>
Wed, 11 Nov 2020 22:06:58 +0000 (23:06 +0100)
README.CARNET [new file with mode: 0644]
README.CARNet [deleted file]
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/postinst

diff --git a/README.CARNET b/README.CARNET
new file mode 100644 (file)
index 0000000..4d90186
--- /dev/null
@@ -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 (file)
index 7c8e7ff..0000000
+++ /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
index 60ac420..bd6de67 100644 (file)
@@ -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
index ec63514..f599e28 100644 (file)
@@ -1 +1 @@
-9
+10
index 76ccad6..3f73d2a 100644 (file)
@@ -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.
index 3683110..815b482 100644 (file)
@@ -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.
index 8f6e250..db3c4b3 100644 (file)
@@ -1 +1 @@
-README.CARNet
+README.CARNET
index 8f7867f..640842d 100755 (executable)
@@ -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#