Hello, I have created a patch to fix a bug in Lenny's moinmoin_1.7.1 documentation:
The problem is that moinmoin now updates the path to static contents on each minor updates (like 1.7.0 ==> 1.7.1). The patch is fairly large, but it just does that. Typically, the patch looks like : diff --git a/debian/README.Debian b/debian/README.Debian index b44b7de..6496e19 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -29,7 +29,7 @@ Example: A single wiki as CGI with Apache2 <VirtualHost *> ServerName wiki.example.org DocumentRoot /var/www/mywiki/ - Alias /moin_static170/ "/usr/share/moin/htdocs/" + Alias /moin_static171/ "/usr/share/moin/htdocs/" ScriptAlias /MyWiki "/var/www/mywiki/moin.cgi" </VirtualHost> The affected files are: debian/README.Debian debian/examples/apache13.conf debian/examples/apache20.conf debian/patches/20003_fix_version_in_doc.patch -> in turn, the 20003_fix... patch modifies: docs/INSTALL.html wiki/underlay/pages/HelpOnConfiguration/revisions/00000001 wiki/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/revisions/00000001 wiki/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/revisions/00000001 wiki/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/revisions/00000001 wiki/underlay/pages/HelpOnInstalling(2f)TroubleShooting/revisions/00000001 wiki/underlay/pages/HelpOnThemes/revisions/00000001 So only documentation are touched. Is it still appropriate for Lenny? (or 5.0r1?). Thanks, Franklin -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org