Package: dokuwiki Severity: minor
There are different ways to fix the problem: 1. Create symlink to the original VERSION file postinst: ln -fs /usr/share/doc/dokuwiki/VERSION /usr/share/dokuwiki/ postrm: rm -f /usr/share/dokuwiki/VERSION 2. Install the original VERSION file into /usr/share/dokuwiki/ (It would be good to automatically include Debian version along with the original one.) 3. Patch inc/infoutils.php:getVersion() to return correct version instead of 'snapshot?' string. (Must be done automatically somehow to make it suitable for future versions.) etc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

