Debian patch tracker
Debian patches are now available from:
Debian
Notes and comments regarding Debian patches.
TWikiDrawPlugin
TWikiDrawPlugin is not included with binary Debian packages, as it needs to be compiled from source1 and noone has yet stepped forward with the skills needed to do that. The binary plugin is available in the Moin tarball and at debian.jones.dk/auryn/pool-all/official/moin/twikidraw/ -- JonasSmedegaard 2005-07-31 17:45:30
I running MoinMoin on a Debian box and i'm having issues installing TWikiDrawPlugin.
I've installed the .zip file under /usr/share/moin and /usr/share/moin/mywiki in separate instances. Unzipped them and I get the dir structure of data/TWiki, lib/Twiki, templates and so forth. Nothing seems to appear when I get into a topic and I can't seem to find any documentation on installing/configuration this. Any ideas?
Sounds like you grabbed the plugin from Twiki instead of the one from moinmoin (see above for locations). -- -- JonasSmedegaard 2005-11-07 14:33:27
Please ask the maintainer of the debian package. He changed the directory layout of that plugin.
directory layout is not changed, but the plugin has been removed completely as explained above. -- JonasSmedegaard 2005-05-04 07:15:18
Please help produce the jar from the source (I haven't had time to do it myself yet) so that the plugin can be properly included with Debian. -- -- JonasSmedegaard 2005-05-04 07:15:18 build.xml is now in http://thinkmo.de/ArchRepository (1.3). The current build.xml requires Internet access, seems to ignore the provided source and instead grab several other sources via web, and seems to do unclean patching. It is not suitable for use with Debian The problem is what OliverGraf's patch isn't compatible with the latest version of TWikiDrawPlugin from original site. So I've created a new patch and a new build.xml which should work fine. This version still download plugin archives files from Internet. But you can supress this step by placing three following files in the ${repository.home} directory: TWikiDrawPlugin.zip from the original site, twikidraw-png.zip and twikidraw-1.103-full.diff from OliverGraf's page. If you have to include only source code into Debian distribution you should extract source code from zips to the ${build.home}/current directory and patch it manually. Then you shoud launch Ant with the source.code.is.ready property set to bypass downloading and patching phases. -- VoldemarLeGrand 2005-11-28 22:42:53 build.xml Debian Policy mandates all binary code be generated from source (1) -- -- JonasSmedegaard 2005-11-07 14:33:27