** Description changed: Feature Freeze Exception for dokuwiki Please sync dokuwiki 0.0.20091225c-3 (universe) from Debian testing (main) The current version of dokuwiki is utterly broken and is unusable unless you manually edit /etc/apache2/conf.d/dokuwiki.conf and restart apache2 manually (LP #516006, #431795, #219418). After inspection of the packaging there is nothing to restart apache2 after - the creation of dokuwiki.conf, and this is needed so apache2 can load the new + the creation of dokuwiki.conf, and this is needed so apache2 can load the new settings. This is taken from debian/postinst: - ucf --debconf-ok /usr/share/dokuwiki/inc/.htaccess /usr/share/dokuwiki/inc/.htaccess - ucf --debconf-ok /usr/share/dokuwiki/inc/lang/.htaccess /usr/share/dokuwiki/inc/lang/.htaccess + ucf --debconf-ok /usr/share/dokuwiki/inc/.htaccess /usr/share/dokuwiki/inc/.htaccess + ucf --debconf-ok /usr/share/dokuwiki/inc/lang/.htaccess /usr/share/dokuwiki/inc/lang/.htaccess - db_stop + db_stop - # TODO: Web servers have to be restarted elsewhere + # TODO: Web servers have to be restarted elsewhere - # Move template directory from /usr/share/dokuwiki/lib/tpl to - # /var/lib/dokuwiki/tpl and create a symlink to it - if dpkg --compare-versions "$2" lt "0.0.20080411~rc.1"; then + # Move template directory from /usr/share/dokuwiki/lib/tpl to + # /var/lib/dokuwiki/tpl and create a symlink to it + if dpkg --compare-versions "$2" lt "0.0.20080411~rc.1"; then This has be fixed in version 0.0.20091225c-3 Changelog entries since current lucid version 0.0.20090214b-3.1: dokuwiki (0.0.20091225c-3) unstable; urgency=low - * Switch to dpkg-source 3.0 (quilt) format - * debian/postinst: corrected web server configuration path. + * Switch to dpkg-source 3.0 (quilt) format + * debian/postinst: corrected web server configuration path. - -- Tanguy Ortolo <[email protected]> Sun, 28 Feb 2010 11:50:46 + -- Tanguy Ortolo <[email protected]> Sun, 28 Feb 2010 11:50:46 +0100 dokuwiki (0.0.20091225c-2) unstable; urgency=low - [ Tanguy Ortolo ] - * debconf/templates: new templates to chose webserver to reconfigure - and to restart. - * debconf/config: reconfigure and restart the webservers according to the - user choice. + [ Tanguy Ortolo ] + * debconf/templates: new templates to chose webserver to reconfigure + and to restart. + * debconf/config: reconfigure and restart the webservers according to the + user choice. - [ Mohammed Adnène Trojette ] - * Review and upload to unstable. + [ Mohammed Adnène Trojette ] + * Review and upload to unstable. - -- Mohammed Adnène Trojette <[email protected]> Sat, 27 Feb 2010 + -- Mohammed Adnène Trojette <[email protected]> Sat, 27 Feb 2010 19:16:30 +0100 dokuwiki (0.0.20091225c-1) unstable; urgency=low - * New upstream release. - * patches: - + annotated according to DEP-3. - + removed deprecated ones. - + debianize.diff: added the Debian version hash to install.php - * postinst: corrected not to depend on the existence of /etc/apache2 - (Closes: #565451) - * Debconf template translation updates: - + Spanish, thanks to Francisco Javier Cuadrado. (Closes: #564184) - * Add changelog, thanks to Adrian Lang. - * debian/control: bump Standards-Version to 3.8.4. + * New upstream release. + * patches: + + annotated according to DEP-3. + + removed deprecated ones. + + debianize.diff: added the Debian version hash to install.php + * postinst: corrected not to depend on the existence of /etc/apache2 + (Closes: #565451) + * Debconf template translation updates: + + Spanish, thanks to Francisco Javier Cuadrado. (Closes: #564184) + * Add changelog, thanks to Adrian Lang. + * debian/control: bump Standards-Version to 3.8.4. - -- Tanguy Ortolo <[email protected]> Fri, 12 Feb 2010 08:34:27 + -- Tanguy Ortolo <[email protected]> Fri, 12 Feb 2010 08:34:27 +0100 dokuwiki (0.0.20090214b-4) unstable; urgency=low - * Move /usr/share/dokuwiki/.htaccess to - /etc/dokuwiki/htaccess and create a symlink to it, to make it a - conffile. (Closes: #506100) - * Use ucfr to register files managed with ucf. - * Move /usr/share/dokuwiki/lib/plugins to - /var/lib/dokuwiki/plugins to be more respectful of the FHS. - (Closes: #567709) - * Updated Standards-Version to 3.8.3. - * Added Homepage: and Vcs-*: control fields. - * NEWS: moved relevant parts of README.Debian to a newly created NEWS. - * README.Debian: added information about Debian-specific file locations. + * Move /usr/share/dokuwiki/.htaccess to + /etc/dokuwiki/htaccess and create a symlink to it, to make it a + conffile. (Closes: #506100) + * Use ucfr to register files managed with ucf. + * Move /usr/share/dokuwiki/lib/plugins to + /var/lib/dokuwiki/plugins to be more respectful of the FHS. + (Closes: #567709) + * Updated Standards-Version to 3.8.3. + * Added Homepage: and Vcs-*: control fields. + * NEWS: moved relevant parts of README.Debian to a newly created NEWS. + * README.Debian: added information about Debian-specific file locations. - -- Tanguy Ortolo <[email protected]> Sat, 06 Feb 2010 13:22:30 + -- Tanguy Ortolo <[email protected]> Sat, 06 Feb 2010 13:22:30 +0100
** Description changed: Feature Freeze Exception for dokuwiki Please sync dokuwiki 0.0.20091225c-3 (universe) from Debian testing (main) The current version of dokuwiki is utterly broken and is unusable unless you manually edit /etc/apache2/conf.d/dokuwiki.conf and restart apache2 manually - (LP #516006, #431795, #219418). + (LP: #516006, #431795, #219418). After inspection of the packaging there is nothing to restart apache2 after the creation of dokuwiki.conf, and this is needed so apache2 can load the new settings. This is taken from debian/postinst: ucf --debconf-ok /usr/share/dokuwiki/inc/.htaccess /usr/share/dokuwiki/inc/.htaccess ucf --debconf-ok /usr/share/dokuwiki/inc/lang/.htaccess /usr/share/dokuwiki/inc/lang/.htaccess db_stop # TODO: Web servers have to be restarted elsewhere # Move template directory from /usr/share/dokuwiki/lib/tpl to # /var/lib/dokuwiki/tpl and create a symlink to it if dpkg --compare-versions "$2" lt "0.0.20080411~rc.1"; then This has be fixed in version 0.0.20091225c-3 Changelog entries since current lucid version 0.0.20090214b-3.1: dokuwiki (0.0.20091225c-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * debian/postinst: corrected web server configuration path. -- Tanguy Ortolo <[email protected]> Sun, 28 Feb 2010 11:50:46 +0100 dokuwiki (0.0.20091225c-2) unstable; urgency=low [ Tanguy Ortolo ] * debconf/templates: new templates to chose webserver to reconfigure and to restart. * debconf/config: reconfigure and restart the webservers according to the user choice. [ Mohammed Adnène Trojette ] * Review and upload to unstable. -- Mohammed Adnène Trojette <[email protected]> Sat, 27 Feb 2010 19:16:30 +0100 dokuwiki (0.0.20091225c-1) unstable; urgency=low * New upstream release. * patches: + annotated according to DEP-3. + removed deprecated ones. + debianize.diff: added the Debian version hash to install.php * postinst: corrected not to depend on the existence of /etc/apache2 (Closes: #565451) * Debconf template translation updates: + Spanish, thanks to Francisco Javier Cuadrado. (Closes: #564184) * Add changelog, thanks to Adrian Lang. * debian/control: bump Standards-Version to 3.8.4. -- Tanguy Ortolo <[email protected]> Fri, 12 Feb 2010 08:34:27 +0100 dokuwiki (0.0.20090214b-4) unstable; urgency=low * Move /usr/share/dokuwiki/.htaccess to /etc/dokuwiki/htaccess and create a symlink to it, to make it a conffile. (Closes: #506100) * Use ucfr to register files managed with ucf. * Move /usr/share/dokuwiki/lib/plugins to /var/lib/dokuwiki/plugins to be more respectful of the FHS. (Closes: #567709) * Updated Standards-Version to 3.8.3. * Added Homepage: and Vcs-*: control fields. * NEWS: moved relevant parts of README.Debian to a newly created NEWS. * README.Debian: added information about Debian-specific file locations. -- Tanguy Ortolo <[email protected]> Sat, 06 Feb 2010 13:22:30 +0100 -- FFE: Sync dokuwiki 0.0.20091225c-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/536846 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
