From 0af202976ce472a92cf87a5ef1d09166d7e143ca Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 18 Jul 2018 14:58:49 +0200 Subject: [PATCH] prva verzija za stretch --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/postinst | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7509bd6..d2c95f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apache2-cn (2.4.25~cn0) stable; urgency=low + + * Prva verzija za stretch + * Izbacena ovisnost o php5-cn + + -- Ivan Rako Mon, 16 Jul 2018 15:50:10 +0200 + apache2-cn (2.4.10+2) stable; urgency=low * Azuriran tekst koji se dodaje u generirane konfiguracijske datoteke. diff --git a/debian/control b/debian/control index d7960af..ebc7fb4 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: apache2-cn Section: httpd Priority: optional -Maintainer: Dragan Dosen +Maintainer: Ivan Rako Build-Depends: debhelper (>> 9), po-debconf -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://httpd.apache.org/ Package: apache2-cn Architecture: all -Depends: apache2 (>= 2.4.10-10+deb8u5), apache2-suexec-pristine (>= 2.4.10-10+deb8u5), php5-cn (>= 5.4.4+4), carnet-tools-cn (>= 3.1.0), ssl-cert, procps, debconf (>= 1.5.56), postfix | mail-transport-agent, ${misc:Depends} +Depends: apache2 (>= 2.4.25-3+deb9u5), apache2-suexec-pristine (>= 2.4.25-3+deb9u5), carnet-tools-cn (>= 3.2.1), ssl-cert, procps, debconf (>= 1.5.56), postfix | mail-transport-agent, ${misc:Depends} Suggests: mod-security-cn, apache2-doc, ca-certificates, monit-cn Description: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of diff --git a/debian/postinst b/debian/postinst index 81a0891..8ae5cd1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -451,7 +451,7 @@ if [ -e "$CONF" ]; then a2enmod -m -q rewrite a2enmod -m -q userdir a2enmod -m -q suexec - a2enmod -m -q php5 +# a2enmod -m -q php5 a2enmod -m -q ssl fi -- 1.7.10.4