add changelog for apache and the latest fixes, depend explicitely on apache and apache2 instead of relying on libapache-mod-php having the right dependencies: it doesn't
This commit is contained in:
parent
c6fcdcb271
commit
bdd9cf2c13
|
@ -2,7 +2,6 @@ alternc (0.9.6.5-12) testing; urgency=low
|
|||
|
||||
* Fixing MX check when hosting a mail (#1706)
|
||||
* Fixing dns / nodns issue (#772)
|
||||
* using apache-modconf again ...
|
||||
* Choose english as default language, (#1047)
|
||||
* parameter checking in subdomain creation (#1037)
|
||||
* Changing ownership of /var/alternc/tmp, makes file upload work again (#1058)
|
||||
|
@ -18,6 +17,8 @@ alternc (0.9.6.5-12) testing; urgency=low
|
|||
* fixes profftp configuration for Etch (#1046)
|
||||
* fixes .eu.be.name whois issue (#571)
|
||||
* change apache log format to a working one (using host request), also fix awstats issues.
|
||||
* fix modules manipulation rules (#1062)
|
||||
* try to support apache2, at least with the right dependencies
|
||||
|
||||
-- Benjamin Sonntag <benjamin@alternc.org> Tue, 23 May 2007 00:07:54 +0200
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ Standards-Version: 3.7.2.1
|
|||
Package: alternc
|
||||
Architecture: all
|
||||
Pre-depends: debconf (>= 0.5.00) | debconf-2.0
|
||||
Depends: debianutils (>= 1.13.1), libapache-mod-php5 | libapache2-mod-php5 | libapache-mod-php4 | libapache2-mod-php4, courier-ssl, courier-imap-ssl, courier-pop-ssl, mysql-server, php5-mysql | php4-mysql, phpmyadmin, postfix, proftpd-mysql, squirrelmail, postfix-tls, bind9, wget, rsync, quota, courier-authmysql | courier-authlib-mysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, libsasl2-modules, php5-cli | php4-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), pdksh (>= 5.2.14-6), adduser
|
||||
Depends: debianutils (>= 1.13.1), apache | apache2, libapache-mod-php5 | libapache2-mod-php5 | libapache-mod-php4 | libapache2-mod-php4, courier-ssl, courier-imap-ssl, courier-pop-ssl, mysql-server, php5-mysql | php4-mysql, phpmyadmin, postfix, proftpd-mysql, squirrelmail, postfix-tls, bind9, wget, rsync, quota, courier-authmysql | courier-authlib-mysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, libsasl2-modules, php5-cli | php4-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), pdksh (>= 5.2.14-6), adduser
|
||||
Recommends: libapache-mod-gzip, apache-ssl
|
||||
Conflicts: alternc-admintools, alternc-awstats (<= 0.3.2), alternc-webalizer (<= 0.9.4)
|
||||
Provides: alternc-admintools
|
||||
|
|
Loading…
Reference in New Issue