diff --git a/debian/changelog b/debian/changelog index 67af844b..45a17af1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alternc (0.9.7) testing; urgency=low + + * preparation of 0.9.7, this version will be etch compliant. + + -- Benjamin Sonntag Thu, 31 May 2007 16:13:00 +0200 + alternc (0.9.6.3) stable; urgency=low * change dependency on courier-authmysql or courier-authlib-mysql for etch diff --git a/debian/control b/debian/control index 3e66f9f1..7aee0429 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,7 @@ Source: alternc Section: admin Priority: optional -Maintainer: Antoine Beaupré -Uploader: Benjamin Sonntag +Maintainer: Benjamin Sonntag Build-Depends-Indep: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5), po-debconf Standards-Version: 3.7.2.1 diff --git a/debian/postrm b/debian/postrm index 3309a546..77adef58 100644 --- a/debian/postrm +++ b/debian/postrm @@ -51,7 +51,7 @@ case "$1" in fi rm -rf /var/alternc/apacheconf /var/alternc/cgi-bin /var/alternc/bureau /var/alternc/exec.usr /var/alternc/mla /var/alternc/redir /var/alternc/tmp /var/log/alternc - rm -f /etc/apache/conf.d/override.php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf + rm -f /etc/apache/conf.d/override_php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade) ;; diff --git a/install/alternc.install b/install/alternc.install index 675fadbc..75bc0d0f 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -179,7 +179,8 @@ touch /var/run/alternc/refresh_slave # Apache will not start without this file touch /var/alternc/apacheconf/override_php.conf # Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... ) -apache-modconf apache enable mod_vhost_alias +apache-modconf apache enable mod_vhost_alias quiet