[DRE-commits] r3788 - in packages-wip/redmine/trunk/debian: . doc doc/examples doc/wwwconfig-examples

Jérémy Lal kapouer-guest at alioth.debian.org
Mon Jul 13 15:22:45 UTC 2009


Author: kapouer-guest
Date: 2009-07-13 15:22:44 +0000 (Mon, 13 Jul 2009)
New Revision: 3788

Added:
   packages-wip/redmine/trunk/debian/doc/examples/
   packages-wip/redmine/trunk/debian/doc/examples/apache2-alias.conf
   packages-wip/redmine/trunk/debian/doc/examples/apache2-host.conf
   packages-wip/redmine/trunk/debian/doc/examples/email.yml
   packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host-alias.conf
   packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host.conf
   packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket-alias.conf
   packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket.conf
Removed:
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-alias.conf
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-host.conf
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/email.yml
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host-alias.conf
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host.conf
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket-alias.conf
   packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket.conf
Modified:
   packages-wip/redmine/trunk/debian/README.Debian
   packages-wip/redmine/trunk/debian/control
   packages-wip/redmine/trunk/debian/copyright
   packages-wip/redmine/trunk/debian/docs
Log:
* web server is now a suggestion, not a dependency
* all three libdbd ruby bindings are now dependencies, so one of them can't be missing
* added missing copyright for fpdf.rb
* rename the examples dir, previous name was ugly
* add a simple example in README.Debian explaining how to launch redmine using webrick

Modified: packages-wip/redmine/trunk/debian/README.Debian
===================================================================
--- packages-wip/redmine/trunk/debian/README.Debian	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/README.Debian	2009-07-13 15:22:44 UTC (rev 3788)
@@ -5,15 +5,21 @@
 BUT NOT the web server.
 By default, admin account log/pass is admin/admin
 
-For web server configuration, examples for apache 2 and lighttpd are
+For web server configuration, examples are
 available in /usr/share/doc/redmine/examples
 
+To test redmine without installing a web server :
+cd /usr/share/redmine/
+ruby script/server webrick -e production
+and point your browser to http://localhost:3000
+
 Email settings are not automatically configured, for a quick setup, copy
 /usr/share/doc/redmine/examples/email.yml
 to
 /etc/redmine/email.yml
 then restart redmine and check if it's working by sending a test email in
 Administration panel -> Settings -> Email notifications -> Send a test email
+
 Or refer to /usr/share/doc/redmine/wiki.html for deeper explanations.
 
  -- Jérémy Lal <kapouer at melix.org>  Thu, 4 Jul 2009 01:42:37 +0200

Modified: packages-wip/redmine/trunk/debian/control
===================================================================
--- packages-wip/redmine/trunk/debian/control	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/control	2009-07-13 15:22:44 UTC (rev 3788)
@@ -10,9 +10,9 @@
 
 Package: redmine
 Architecture: all
-Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.2), libjs-prototype (> 1.6), dbconfig-common, lighttpd | httpd-cgi, libdbd-sqlite3-ruby, libdbd-pg-ruby, libdbd-mysql-ruby, sqlite3 | postgresql-client | mysql-client, ${misc:Depends}
+Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.2), libjs-prototype (> 1.6), dbconfig-common, libdbd-sqlite3-ruby, libdbd-pg-ruby, libdbd-mysql-ruby, sqlite3 | postgresql-client | mysql-client, ${misc:Depends}
 Recommends: libfcgi-ruby, libapache2-mod-fcgid, postgresql (>= 8) | mysql-server (>= 4)
-Suggests: libsvn-ruby (>= 1.3) , librmagick-ruby
+Suggests: libsvn-ruby (>= 1.3), librmagick-ruby, libopenid-ruby, thin | mongrel | httpd-cgi
 Description: flexible project management web application
  Redmine is a flexible project management web application. Written using Ruby
  on Rails framework, it is cross-platform and cross-database.

Modified: packages-wip/redmine/trunk/debian/copyright
===================================================================
--- packages-wip/redmine/trunk/debian/copyright	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/copyright	2009-07-13 15:22:44 UTC (rev 3788)
@@ -114,10 +114,16 @@
 
 
 Files: vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb
-Copyright: Copyright 2005 Brian Ollenberger
-License: none (waiting for author approval)
+Copyright: Copyright 2005 Brian Ollenberger <ollenberger at gmail.com>
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software to use, copy, modify, distribute, sublicense, and/or sell
+ copies of the software, and to permit persons to whom the software is furnished
+ to do so.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
 
 
 Files: lib/diff.rb
-Copyright: Copyright (C) 2001 Lars Christensen, larsch at cs.auc.dk.
+Copyright: Copyright (C) 2001 Lars Christensen <larsch at cs.auc.dk>
 License: GPL

Copied: packages-wip/redmine/trunk/debian/doc/examples/apache2-alias.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-alias.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/apache2-alias.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/apache2-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,21 @@
+<VirtualHost localhost>
+	# if one day the special option is no longer needed
+	SetEnv RAILS_RELATIVE_URL_ROOT "/redmine"
+	# the needed special fcgid option
+	DefaultInitEnv RAILS_RELATIVE_URL_ROOT "/redmine"
+	# the fcgid socket path
+	SocketPath "/var/run/redmine/sockets"
+	Alias "/redmine" /usr/share/redmine/public
+	<Directory "/usr/share/redmine/public">
+		Options +FollowSymLinks +ExecCGI
+		Order allow,deny
+		Allow from all
+		RewriteEngine On
+		RewriteBase "/redmine"
+		RewriteRule ^$ index.html [QSA]
+		RewriteRule ^([^.]+)$ $1.html [QSA]
+		RewriteCond %{REQUEST_FILENAME} !-f [OR]
+		RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
+		RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
+	</Directory>
+</VirtualHost>

Copied: packages-wip/redmine/trunk/debian/doc/examples/apache2-host.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-host.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/apache2-host.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/apache2-host.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,16 @@
+<VirtualHost localhost>
+	# the fcgid socket path
+	SocketPath "/var/run/redmine/sockets"
+	DocumentRoot /usr/share/redmine/public
+	<Directory "/usr/share/redmine/public">
+		Options +FollowSymLinks +ExecCGI
+		Order allow,deny
+		Allow from all
+		RewriteEngine On
+		RewriteRule ^$ index.html [QSA]
+		RewriteRule ^([^.]+)$ $1.html [QSA]
+		RewriteCond %{REQUEST_FILENAME} !-f [OR]
+		RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
+		RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
+	</Directory>
+</VirtualHost>

Copied: packages-wip/redmine/trunk/debian/doc/examples/email.yml (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/email.yml)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/email.yml	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/email.yml	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,25 @@
+## Outgoing email settings
+## Read redmine documentation for setting up mail notifications
+
+## simple smtp server
+#production:
+#  delivery_method: :smtp
+#  smtp_settings:
+#    address: smtp.example.net
+#    port: 25
+#    domain: example.net
+#    authentication: :login
+#    user_name: redmine at example.net
+#    password: redmine
+
+## typical gmail smtp server
+#production:
+#  delivery_method: :smtp
+#  smtp_settings:
+#    enable_starttls_auto: true
+#    address: smtp.gmail.com
+#    port: 587
+#    domain: gmail.com
+#    authentication: :plain
+#    user_name: xxxxxx at gmail.com
+#    password: xxxxxx

Copied: packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host-alias.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host-alias.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host-alias.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,24 @@
+$HTTP["host"] =~ "^localhost$" {
+	$HTTP["url"] =~ "^/redmine(/|$)" {
+		server.document-root = "/usr/share/redmine/public/"
+		server.indexfiles = ( "dispatch.fcgi" )
+		server.error-handler-404 = "/redmine/dispatch.fcgi"
+		alias.url = ("/redmine" => "/usr/share/redmine/public")
+		fastcgi.server += (
+			".fcgi" => (
+				"localhost" => (
+					"min-procs"       => 1,
+					# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
+					"max-procs"       => 2,
+					"socket"          => "/var/run/redmine/sockets/fcgi.socket",
+					"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
+					"bin-environment" => (
+						"RAILS_RELATIVE_URL_ROOT" => "/redmine"
+					),
+					"check-local"    => "disable",
+					"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
+				)
+			)
+		)
+	}
+}

Copied: packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/lighttpd-host.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,18 @@
+$HTTP["host"] =~ "^localhost$" {
+	server.document-root     = "/usr/share/redmine/public/"
+	server.indexfiles = ( "dispatch.fcgi" )
+	server.error-handler-404 = "/dispatch.fcgi"
+	#url.rewrite              = ( "^\/$" => "index.html", "^([^.]+)$" => "$1.html" )
+	fastcgi.server += (
+		".fcgi" => (
+			"redmine" => (
+				"min-procs"       => 1,
+				# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
+				"max-procs"       => 2,
+				"socket"          => "/var/run/redmine/sockets/fcgi.socket",
+				"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
+				"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
+			)
+		)
+	)
+}

Copied: packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket-alias.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket-alias.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket-alias.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,24 @@
+$SERVER["socket"] == "localhost:8080" {
+	$HTTP["url"] =~ "^/redmine(/|$)" {
+		server.document-root = "/usr/share/redmine/public/"
+		server.indexfiles = ( "dispatch.fcgi" )
+		server.error-handler-404 = "/redmine/dispatch.fcgi"
+		alias.url = ("/redmine" => "/usr/share/redmine/public")
+		fastcgi.server += (
+			".fcgi" => (
+				"localhost" => (
+					"min-procs"       => 1,
+					# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
+					"max-procs"       => 2,
+					"socket"          => "/var/run/redmine/sockets/fcgi.socket",
+					"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
+					"bin-environment" => (
+						"RAILS_RELATIVE_URL_ROOT" => "/redmine"
+					),
+					"check-local"    => "disable",
+					"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
+				)
+			)
+		)
+	}
+}

Copied: packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket.conf (from rev 3787, packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket.conf)
===================================================================
--- packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket.conf	                        (rev 0)
+++ packages-wip/redmine/trunk/debian/doc/examples/lighttpd-socket.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -0,0 +1,18 @@
+$SERVER["socket"] == "localhost:8080" {
+	server.document-root     = "/usr/share/redmine/public/"
+	server.indexfiles = ( "dispatch.fcgi" )
+	server.error-handler-404 = "/dispatch.fcgi"
+	#url.rewrite              = ( "^\/$" => "index.html", "^([^.]+)$" => "$1.html" )
+	fastcgi.server += (
+		".fcgi" => (
+			"redmine" => (
+				"min-procs"       => 1,
+				# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
+				"max-procs"       => 2,
+				"socket"          => "/var/run/redmine/sockets/fcgi.socket",
+				"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
+				"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
+			)
+		)
+	)
+}

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-alias.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-alias.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,21 +0,0 @@
-<VirtualHost localhost>
-	# if one day the special option is no longer needed
-	SetEnv RAILS_RELATIVE_URL_ROOT "/redmine"
-	# the needed special fcgid option
-	DefaultInitEnv RAILS_RELATIVE_URL_ROOT "/redmine"
-	# the fcgid socket path
-	SocketPath "/var/run/redmine/sockets"
-	Alias "/redmine" /usr/share/redmine/public
-	<Directory "/usr/share/redmine/public">
-		Options +FollowSymLinks +ExecCGI
-		Order allow,deny
-		Allow from all
-		RewriteEngine On
-		RewriteBase "/redmine"
-		RewriteRule ^$ index.html [QSA]
-		RewriteRule ^([^.]+)$ $1.html [QSA]
-		RewriteCond %{REQUEST_FILENAME} !-f [OR]
-		RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
-		RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
-	</Directory>
-</VirtualHost>

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-host.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-host.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/apache2-host.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,16 +0,0 @@
-<VirtualHost localhost>
-	# the fcgid socket path
-	SocketPath "/var/run/redmine/sockets"
-	DocumentRoot /usr/share/redmine/public
-	<Directory "/usr/share/redmine/public">
-		Options +FollowSymLinks +ExecCGI
-		Order allow,deny
-		Allow from all
-		RewriteEngine On
-		RewriteRule ^$ index.html [QSA]
-		RewriteRule ^([^.]+)$ $1.html [QSA]
-		RewriteCond %{REQUEST_FILENAME} !-f [OR]
-		RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
-		RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
-	</Directory>
-</VirtualHost>

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/email.yml
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/email.yml	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/email.yml	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,25 +0,0 @@
-## Outgoing email settings
-## Read redmine documentation for setting up mail notifications
-
-## simple smtp server
-#production:
-#  delivery_method: :smtp
-#  smtp_settings:
-#    address: smtp.example.net
-#    port: 25
-#    domain: example.net
-#    authentication: :login
-#    user_name: redmine at example.net
-#    password: redmine
-
-## typical gmail smtp server
-#production:
-#  delivery_method: :smtp
-#  smtp_settings:
-#    enable_starttls_auto: true
-#    address: smtp.gmail.com
-#    port: 587
-#    domain: gmail.com
-#    authentication: :plain
-#    user_name: xxxxxx at gmail.com
-#    password: xxxxxx

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host-alias.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host-alias.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,24 +0,0 @@
-$HTTP["host"] =~ "^localhost$" {
-	$HTTP["url"] =~ "^/redmine(/|$)" {
-		server.document-root = "/usr/share/redmine/public/"
-		server.indexfiles = ( "dispatch.fcgi" )
-		server.error-handler-404 = "/redmine/dispatch.fcgi"
-		alias.url = ("/redmine" => "/usr/share/redmine/public")
-		fastcgi.server += (
-			".fcgi" => (
-				"localhost" => (
-					"min-procs"       => 1,
-					# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
-					"max-procs"       => 2,
-					"socket"          => "/var/run/redmine/sockets/fcgi.socket",
-					"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
-					"bin-environment" => (
-						"RAILS_RELATIVE_URL_ROOT" => "/redmine"
-					),
-					"check-local"    => "disable",
-					"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
-				)
-			)
-		)
-	}
-}

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-host.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,18 +0,0 @@
-$HTTP["host"] =~ "^localhost$" {
-	server.document-root     = "/usr/share/redmine/public/"
-	server.indexfiles = ( "dispatch.fcgi" )
-	server.error-handler-404 = "/dispatch.fcgi"
-	#url.rewrite              = ( "^\/$" => "index.html", "^([^.]+)$" => "$1.html" )
-	fastcgi.server += (
-		".fcgi" => (
-			"redmine" => (
-				"min-procs"       => 1,
-				# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
-				"max-procs"       => 2,
-				"socket"          => "/var/run/redmine/sockets/fcgi.socket",
-				"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
-				"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
-			)
-		)
-	)
-}

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket-alias.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket-alias.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket-alias.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,24 +0,0 @@
-$SERVER["socket"] == "localhost:8080" {
-	$HTTP["url"] =~ "^/redmine(/|$)" {
-		server.document-root = "/usr/share/redmine/public/"
-		server.indexfiles = ( "dispatch.fcgi" )
-		server.error-handler-404 = "/redmine/dispatch.fcgi"
-		alias.url = ("/redmine" => "/usr/share/redmine/public")
-		fastcgi.server += (
-			".fcgi" => (
-				"localhost" => (
-					"min-procs"       => 1,
-					# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
-					"max-procs"       => 2,
-					"socket"          => "/var/run/redmine/sockets/fcgi.socket",
-					"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
-					"bin-environment" => (
-						"RAILS_RELATIVE_URL_ROOT" => "/redmine"
-					),
-					"check-local"    => "disable",
-					"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
-				)
-			)
-		)
-	}
-}

Deleted: packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket.conf
===================================================================
--- packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket.conf	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/doc/wwwconfig-examples/lighttpd-socket.conf	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,18 +0,0 @@
-$SERVER["socket"] == "localhost:8080" {
-	server.document-root     = "/usr/share/redmine/public/"
-	server.indexfiles = ( "dispatch.fcgi" )
-	server.error-handler-404 = "/dispatch.fcgi"
-	#url.rewrite              = ( "^\/$" => "index.html", "^([^.]+)$" => "$1.html" )
-	fastcgi.server += (
-		".fcgi" => (
-			"redmine" => (
-				"min-procs"       => 1,
-				# max-procs >= 2 for Upload Progress or other tasks that need a second parallel request
-				"max-procs"       => 2,
-				"socket"          => "/var/run/redmine/sockets/fcgi.socket",
-				"bin-path"        => "/usr/share/redmine/public/dispatch.fcgi",
-				"kill-signal" => 10 # this is because programs linked against libfcgi need USR1 kill-signal
-			)
-		)
-	)
-}

Modified: packages-wip/redmine/trunk/debian/docs
===================================================================
--- packages-wip/redmine/trunk/debian/docs	2009-07-13 08:14:51 UTC (rev 3787)
+++ packages-wip/redmine/trunk/debian/docs	2009-07-13 15:22:44 UTC (rev 3788)
@@ -1,2 +1,2 @@
 debian/doc/wiki.html
-debian/doc/wwwconfig-examples
+debian/doc/examples




More information about the Pkg-ruby-extras-commits mailing list