Package: mediawiki Version: 1.4.11-1 Hi, I've been working on a bug filed against mediawiki in the ubuntu bug tracker. You can see the bug at: https://launchpad.net/distros/ubuntu/+source/mediawiki/+bug/3922. The install location for mediawiki.conf defaults to the apache conf.d in the debconf template in the package. Since the package now depends on apache2, I think the default should be changed to apache2. I'm attaching a trivial patch that makes the change if you agree that the debconf template should be updated.
Ben
diff -u mediawiki-1.4.11/debian/templates mediawiki-1.4.11/debian/templates --- mediawiki-1.4.11/debian/templates +++ mediawiki-1.4.11/debian/templates @@ -3,3 +3,3 @@ _Choices: apache, apache-ssl, apache2 -Default: apache +Default: apache2 _Description: Web server(s) that should be configured automatically diff -u mediawiki-1.4.11/debian/changelog mediawiki-1.4.11/debian/changelog --- mediawiki-1.4.11/debian/changelog +++ mediawiki-1.4.11/debian/changelog @@ -1,3 +1,10 @@ +mediawiki (1.4.11-1ubuntu1) dapper; urgency=low + + * changed default for installation of configuration files from apache to apache2 + in debconf template. + + -- Benjamin Montgomery <[EMAIL PROTECTED]> Sat, 5 Nov 2005 21:48:10 -0600 + mediawiki (1.4.11-1) unstable; urgency=high * New upstream security release.
signature.asc
Description: OpenPGP digital signature