[pkg-lighttpd] r581 - in lighttpd/trunk/debian: . conf-available conf-available2

Arno Töll atoell-guest at alioth.debian.org
Tue Jun 12 23:29:17 UTC 2012


Author: atoell-guest
Date: 2012-06-12 23:29:17 +0000 (Tue, 12 Jun 2012)
New Revision: 581

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/conf-available/05-auth.conf
   lighttpd/trunk/debian/conf-available/10-cgi.conf
   lighttpd/trunk/debian/conf-available/10-fastcgi.conf
   lighttpd/trunk/debian/conf-available/10-proxy.conf
   lighttpd/trunk/debian/conf-available/10-rrdtool.conf
   lighttpd/trunk/debian/conf-available/10-simple-vhost.conf
   lighttpd/trunk/debian/conf-available/10-ssi.conf
   lighttpd/trunk/debian/conf-available/10-ssl.conf
   lighttpd/trunk/debian/conf-available/10-status.conf
   lighttpd/trunk/debian/conf-available/10-userdir.conf
   lighttpd/trunk/debian/conf-available/15-fastcgi-php.conf
   lighttpd/trunk/debian/conf-available2/10-cml.conf
   lighttpd/trunk/debian/conf-available2/10-magnet.conf
   lighttpd/trunk/debian/conf-available2/10-trigger-b4-dl.conf
   lighttpd/trunk/debian/conf-available2/10-webdav.conf
Log:
Fix 676641 by merging the patch supplied by Denis Laxalde

Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/changelog	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,8 +1,11 @@
 lighttpd (1.4.31-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Fix "configuration files refer to wrong path for documentation"
+    by merging a patch supplied by  Denis Laxalde <denis at laxalde.org>
+     (Closes: #676641)
 
- -- Arno Töll <arno at debian.org>  Sat, 02 Jun 2012 00:43:11 +0200
+ -- Arno Töll <arno at debian.org>  Wed, 13 Jun 2012 01:28:28 +0200
 
 lighttpd (1.4.31-1) unstable; urgency=low
 

Modified: lighttpd/trunk/debian/conf-available/05-auth.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/05-auth.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/05-auth.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/authentication.txt.gz
+# /usr/share/doc/lighttpd/authentication.txt.gz
 
 server.modules                += ( "mod_auth" )
 

Modified: lighttpd/trunk/debian/conf-available/10-cgi.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-cgi.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-cgi.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/cgi.txt
+# /usr/share/doc/lighttpd/cgi.txt
 
 server.modules += ( "mod_cgi" )
 

Modified: lighttpd/trunk/debian/conf-available/10-fastcgi.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-fastcgi.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-fastcgi.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
+# /usr/share/doc/lighttpd/fastcgi.txt.gz
 # http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
 
 server.modules += ( "mod_fastcgi" )

Modified: lighttpd/trunk/debian/conf-available/10-proxy.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-proxy.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-proxy.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/proxy.txt
+# /usr/share/doc/lighttpd/proxy.txt
 
 server.modules   += ( "mod_proxy" )
 

Modified: lighttpd/trunk/debian/conf-available/10-rrdtool.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-rrdtool.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-rrdtool.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/rrdtool.txt
+# /usr/share/doc/lighttpd/rrdtool.txt
 
 server.modules += ( "mod_rrdtool" )
 

Modified: lighttpd/trunk/debian/conf-available/10-simple-vhost.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-simple-vhost.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-simple-vhost.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/simple-vhost.txt
+# /usr/share/doc/lighttpd/simple-vhost.txt
 
 server.modules += ( "mod_simple_vhost" )
 

Modified: lighttpd/trunk/debian/conf-available/10-ssi.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-ssi.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-ssi.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/ssi.txt
+# /usr/share/doc/lighttpd/ssi.txt
 
 server.modules += ( "mod_ssi" )
 

Modified: lighttpd/trunk/debian/conf-available/10-ssl.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-ssl.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-ssl.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/ssl.txt
+# /usr/share/doc/lighttpd/ssl.txt
 
 $SERVER["socket"] == "0.0.0.0:443" {
 	ssl.engine  = "enable"

Modified: lighttpd/trunk/debian/conf-available/10-status.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-status.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-status.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/status.txt
+# /usr/share/doc/lighttpd/status.txt
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModStatus
 
 server.modules += ( "mod_status" )

Modified: lighttpd/trunk/debian/conf-available/10-userdir.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-userdir.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/10-userdir.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,7 +1,7 @@
 ## The userdir module provides a simple way to link user-based directories into
 ## the global namespace of the webserver.
 ##
-# /usr/share/doc/lighttpd-doc/userdir.txt
+# /usr/share/doc/lighttpd/userdir.txt
 
 server.modules      += ( "mod_userdir" )
 

Modified: lighttpd/trunk/debian/conf-available/15-fastcgi-php.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/15-fastcgi-php.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available/15-fastcgi-php.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,5 +1,5 @@
 # -*- depends: fastcgi -*-
-# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
+# /usr/share/doc/lighttpd/fastcgi.txt.gz
 # http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
 
 ## Start an FastCGI server for php (needs the php5-cgi package)

Modified: lighttpd/trunk/debian/conf-available2/10-cml.conf
===================================================================
--- lighttpd/trunk/debian/conf-available2/10-cml.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available2/10-cml.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -2,7 +2,7 @@
 ## at one side and building a page from its fragments on the 
 ## other side using LUA.
 ##
-## /usr/share/doc/lighttpd-doc/cml.txt
+## /usr/share/doc/lighttpd/cml.txt
 
 server.modules += ( "mod_cml" )
 

Modified: lighttpd/trunk/debian/conf-available2/10-magnet.conf
===================================================================
--- lighttpd/trunk/debian/conf-available2/10-magnet.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available2/10-magnet.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/magnet.txt.gz
+# /usr/share/doc/lighttpd/magnet.txt.gz
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModMagnet
 
 server.modules += ( "mod_magnet" )

Modified: lighttpd/trunk/debian/conf-available2/10-trigger-b4-dl.conf
===================================================================
--- lighttpd/trunk/debian/conf-available2/10-trigger-b4-dl.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available2/10-trigger-b4-dl.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -1,6 +1,6 @@
 ## A module to prevent deep-linking from other sites.
 ## 
-# /usr/share/doc/lighttpd-doc/trigger-b4-dl.html
+# /usr/share/doc/lighttpd/trigger-b4-dl.html
 
 server.modules += ( "mod_trigger_b4_dl" )
 

Modified: lighttpd/trunk/debian/conf-available2/10-webdav.conf
===================================================================
--- lighttpd/trunk/debian/conf-available2/10-webdav.conf	2012-06-01 22:43:29 UTC (rev 580)
+++ lighttpd/trunk/debian/conf-available2/10-webdav.conf	2012-06-12 23:29:17 UTC (rev 581)
@@ -3,7 +3,7 @@
 ## the group defined which allows users to collaboratively edit and manage
 ## files on remote web servers.
 ##
-# /usr/share/doc/lighttpd-doc/webdav.txt
+# /usr/share/doc/lighttpd/webdav.txt
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV
 
 server.modules += ( "mod_webdav" )




More information about the pkg-lighttpd-maintainers mailing list