Your message dated Mon, 16 Aug 2010 02:47:14 +0000
with message-id <[email protected]>
and subject line Bug#592656: fixed in dokuwiki 0.0.20091225c-8
has caused the Debian Bug report #592656,
regarding dokuwiki: failed plugins location transition from Lenny
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
592656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592656
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dokuwiki
Version: 0.0.20091225c-7
Severity: important
Tags: patch

Dear myself,

Due to a mistake in the postinst, the plugins location change from Lenny is not
properly handled: as a consequence, all plugins become unavailable. That
includes the configuration editor, the ACL editor, and the plugin installer
itself, as they are provided as embedded plugins.

Here is what happens:
1. the plugins get moved from /usr/share/dokuwiki/lib/plugins/ to
   /var/lib/dokuwiki/lib/plugins/ as expected;
2. /usr/share/dokuwiki/lib/plugins/ is removed and replaced by a symlink to
   /var/lib/dokuwiki/plugins, that does not exist!
Instead, the symlink should point to /var/lib/dokuwiki/lib/plugins.

See the attached patch for the correction of that mistake.

Regards,

-- 
Tanguy

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dokuwiki depends on:
ii  debconf [debconf-2.0]         1.5.33     Debian configuration management sy
ii  libphp-simplepie              1.2-1      RSS and Atom feed parsing in PHP
ii  php-geshi                     1.0.8.4-1  Generic Syntax Highlighter
ii  php5                          5.3.2-1    server-side, HTML-embedded scripti
ii  ucf                           3.0025     Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  imagemagick                8:6.6.0.4-2.1 image manipulation programs
ii  php5-cli                   5.3.2-1       command-line interpreter for the p
ii  php5-gd                    5.3.2-1       GD module for php5

dokuwiki suggests no packages.

-- debconf information:
* dokuwiki/system/configure-webserver: apache2
* dokuwiki/system/restart-webserver: true
  dokuwiki/wiki/policy: public
* dokuwiki/system/writeplugins: true
  dokuwiki/wiki/fullname: DokuWiki Administrator
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: localhost only
* dokuwiki/wiki/title: Debian DokuWiki
  dokuwiki/system/localnet: 10.0.0.0/24
  dokuwiki/wiki/superuser: admin
  dokuwiki/wiki/email: webmas...@localhost
  dokuwiki/wiki/failpass:
* dokuwiki/wiki/acl: true
* dokuwiki/system/writeconf: true
* dokuwiki/webservers: apache2
* dokuwiki/system/purgepages: true
--- postinst.old	2010-08-11 21:41:18.221497943 +0200
+++ postinst	2010-08-11 21:43:12.478148710 +0200
@@ -421,7 +421,7 @@
             echo "please check them and consider removing them." >/dev/stderr
             mv /usr/share/dokuwiki/lib/plugins /usr/share/dokuwiki/lib/plugins.old
         fi
-        ln -s /var/lib/dokuwiki/plugins /usr/share/dokuwiki/lib/
+        ln -s /var/lib/dokuwiki/lib/plugins /usr/share/dokuwiki/lib/
         echo "[done]" >/dev/stderr
     fi
     # Possible cases for /var/lib/dokuwiki/plugins:

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: dokuwiki
Source-Version: 0.0.20091225c-8

We believe that the bug you reported is fixed in the latest version of
dokuwiki, which is due to be installed in the Debian FTP archive:

dokuwiki_0.0.20091225c-8.debian.tar.gz
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-8.debian.tar.gz
dokuwiki_0.0.20091225c-8.dsc
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-8.dsc
dokuwiki_0.0.20091225c-8_all.deb
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-8_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
[email protected] (supplier of updated dokuwiki package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 13 Aug 2010 22:28:17 +0200
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20091225c-8
Distribution: unstable
Urgency: low
Maintainer: Tanguy Ortolo <[email protected]>
Changed-By: [email protected]
Description: 
 dokuwiki   - standards compliant simple to use wiki
Closes: 592593 592651 592653 592656
Changes: 
 dokuwiki (0.0.20091225c-8) unstable; urgency=low
 .
   * debian/rules: remove lib/exe/multipleUpload.swf from binary package, as it
     cannot be built from source, violating the Policy. (Closes: #592593)
   * debian/NEWS: document that removal and how to get
     lib/exe/multipleUpload.swf from the upstream distribution.
   * debian/postinst: correct wrong plugin path
      + in the dpkg-statoverride. (Closes: #592653)
      + in the symlink creation. (Closes: #592656)
   * debian/po/de.po: debconf template translation update
      + German, thanks to Holger Wansing. (Closes: #592651)
   * debian/copyright: explicited the license of lib/_fla/* (the Flash-base
     multiple upload applet).
Checksums-Sha1: 
 bf45849dcc86e9807394b5f62154028ac5092f05 1914 dokuwiki_0.0.20091225c-8.dsc
 b5c558601a2c8ecb65206b72cdd096772aa1561f 66867 
dokuwiki_0.0.20091225c-8.debian.tar.gz
 60667d4426f4b7ef7ccbdb978fc4accf4c3c42ef 1527394 
dokuwiki_0.0.20091225c-8_all.deb
Checksums-Sha256: 
 8128082a189d6695fe43ff1a2cda5619c499e94c733a620c73e18c567d8e0c70 1914 
dokuwiki_0.0.20091225c-8.dsc
 b43c06319cb8e6485746b794bb7e2329b97bb54bdfe7d150927501c4a1f0a11c 66867 
dokuwiki_0.0.20091225c-8.debian.tar.gz
 4ecbfd2587bd8d9e5caf84984b5481298f37a5ae4847189c955576627d898753 1527394 
dokuwiki_0.0.20091225c-8_all.deb
Files: 
 f35ceb1d1f33d2a091cd7183b9e62829 1914 web optional dokuwiki_0.0.20091225c-8.dsc
 554478bb32d3fcb7518dd05d39b0f0ce 66867 web optional 
dokuwiki_0.0.20091225c-8.debian.tar.gz
 bb2bd9499af88616828e664160937ca8 1527394 web optional 
dokuwiki_0.0.20091225c-8_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMaKR+AAoJEAsA+2zr4tACK6cQAL85JnaynCkCUXCnWP6IWbSX
rXLdNvv8/ARA5u4mRLU8lYPeJFQKrVG5pcn7E31107/m8b4KVO/VKXo8zYk/6Rwb
I8h558iwddptUOlB0PU2OF1OBKtk/RE95w+hz0EN3wkqZHWRzJn99X83V4HPkn6a
hm+4U2QW1EwEO7RM4nPRLmk6UIs8xBbuXnuNvspCs4QDyTOD1k+KMtZR6faeyEur
kfwtYk9Dt2RLATCU6JLbsvAIdjFRhS25s3rktOoeA3heSY/sPNDlaepKJIjLrebA
US3QbQE6LVyaJDa1rlaB+eVF7iVKbNdJkJcZH/1Ii+FjjNTyN4mRtUXG3dkzBvvh
PGsNqgfApQGQlPT/bQKJcBmq4wl8As+l3lfbRjCeLFNk4eODJm0PUhFz/HKqExuZ
3mohO8Q5UjpbuiJTufJdTw9GGaUAO9Yp4jT2kNbTCVorTIhk5BFaEDyB8j95DOQX
WkvUfafWxdZKp0M+DVtmdn6SP/9OVPk5rDuzEhSDiNIP+jk4YjowSOvsPDsKkjT9
GoPVySNCHMu1ZUdE232HtVht6I+j9WdCHwzRu9IJvvf4IyJboDbUieRJLkQD1xWw
/JmN+P5pAXBTXEwiI5+hNF7TQ9FRFPdAgLCwfMxS3gTzuip1nsKaKVx06mfqJQbW
nkjS4qin4RN3aVU7vUxe
=2ml6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to