[DRE-commits] r2952 - in packages-wip/redmine/trunk/debian: . patches

rnhurt-guest at alioth.debian.org rnhurt-guest at alioth.debian.org
Thu Aug 21 18:59:10 UTC 2008


Author: rnhurt-guest
Date: 2008-08-21 18:59:10 +0000 (Thu, 21 Aug 2008)
New Revision: 2952

Modified:
   packages-wip/redmine/trunk/debian/changelog
   packages-wip/redmine/trunk/debian/files
   packages-wip/redmine/trunk/debian/patches/dispatch.patch
   packages-wip/redmine/trunk/debian/rules
Log:
Upstream update to 1752
Added .svn cleanup code to rules


Modified: packages-wip/redmine/trunk/debian/changelog
===================================================================
--- packages-wip/redmine/trunk/debian/changelog	2008-08-20 10:20:43 UTC (rev 2951)
+++ packages-wip/redmine/trunk/debian/changelog	2008-08-21 18:59:10 UTC (rev 2952)
@@ -1,3 +1,9 @@
+redmine (0.7.4~svn1752-1) unstable; urgency=low
+
+  * Upstream update
+
+ -- Richard Hurt <rnhurt at kangaroobox.com>  Thu, 21 Aug 2008 14:41:34 -0400
+
 redmine (0.7.4~svn1747-1) unstable; urgency=low
 
   * Initial release (Closes: #478741)  

Modified: packages-wip/redmine/trunk/debian/files
===================================================================
--- packages-wip/redmine/trunk/debian/files	2008-08-20 10:20:43 UTC (rev 2951)
+++ packages-wip/redmine/trunk/debian/files	2008-08-21 18:59:10 UTC (rev 2952)
@@ -1 +1 @@
-redmine_0.7.4~svn1747-1_all.deb web optional
+redmine_0.7.4~svn1752-1_all.deb web optional

Modified: packages-wip/redmine/trunk/debian/patches/dispatch.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/dispatch.patch	2008-08-20 10:20:43 UTC (rev 2951)
+++ packages-wip/redmine/trunk/debian/patches/dispatch.patch	2008-08-21 18:59:10 UTC (rev 2952)
@@ -36,13 +36,13 @@
  #
  # You may specify the path to the FastCGI crash log (a log of unhandled
  # exceptions which forced the FastCGI instance to exit, great for debugging)
-@@ -18,7 +18,7 @@
+@@ -18,7 +18,8 @@
  #   # Custom log path, normal GC behavior.
  #   RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
  #
 -require File.dirname(__FILE__) + "/../config/environment"
--require 'fcgi_handler'
 +RAILS_ROOT = "/usr/share/redmine"
 +require "/usr/share/redmine/config/environment"
+ require 'fcgi_handler'
  
  RailsFCGIHandler.process!

Modified: packages-wip/redmine/trunk/debian/rules
===================================================================
--- packages-wip/redmine/trunk/debian/rules	2008-08-20 10:20:43 UTC (rev 2951)
+++ packages-wip/redmine/trunk/debian/rules	2008-08-21 18:59:10 UTC (rev 2952)
@@ -46,6 +46,7 @@
 	rm -f debian/redmine/usr/share/redmine/vendor/plugins/ruby-net-ldap-0.0.4/LICENCE
 	# ...and other various files
 	rm -f debian/redmine/usr/share/redmine/vendor/plugins/engines/.gitignore
+	find debian/redmine -name '.svn' -type d | xargs rm -rf
 
 	# Replace the built-in prototype.js with libjs-prototype
 	rm -f debian/redmine/usr/share/redmine/public/javascripts/prototype.js




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