[DRE-commits] r4227 - trunk/redmine/debian

Jérémy Lal kapouer-guest at alioth.debian.org
Thu Oct 8 17:00:31 UTC 2009


Author: kapouer-guest
Date: 2009-10-08 17:00:24 +0000 (Thu, 08 Oct 2009)
New Revision: 4227

Modified:
   trunk/redmine/debian/changelog
   trunk/redmine/debian/control
   trunk/redmine/debian/dirs
Log:
* Add z-plugins folder, needed by some plugins to fix plugins loading before initilizers.
* Depends on rails < 2.3

Modified: trunk/redmine/debian/changelog
===================================================================
--- trunk/redmine/debian/changelog	2009-10-08 11:33:26 UTC (rev 4226)
+++ trunk/redmine/debian/changelog	2009-10-08 17:00:24 UTC (rev 4227)
@@ -3,8 +3,9 @@
   * Upstream update.
   * Removes circular dependencies (Closes: #549442)
   * Session cookies path should respect RAILS_RELATIVE_URL_ROOT env variable.
+  * Add folder for proper initialization of some plugins.
 
- -- Jérémy Lal <kapouer at melix.org>  Fri, 02 Oct 2009 19:59:34 +0200
+ -- Jérémy Lal <kapouer at melix.org>  Thu, 08 Oct 2009 18:56:37 +0200
 
 redmine (0.9.0~svn2902-1) unstable; urgency=low
 

Modified: trunk/redmine/debian/control
===================================================================
--- trunk/redmine/debian/control	2009-10-08 11:33:26 UTC (rev 4226)
+++ trunk/redmine/debian/control	2009-10-08 17:00:24 UTC (rev 4227)
@@ -12,7 +12,7 @@
 Package: redmine
 Architecture: all
 Pre-Depends: debconf
-Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.3), libjs-prototype (>= 1.6.1), libjs-scriptaculous (>= 1.8.2), dbconfig-common, redmine-sqlite | redmine-mysql | redmine-pgsql, ${misc:Depends}
+Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.3), rails (< 2.3), libjs-prototype (>= 1.6.1), libjs-scriptaculous (>= 1.8.2), dbconfig-common, redmine-sqlite | redmine-mysql | redmine-pgsql, ${misc:Depends}
 Recommends: libfcgi-ruby, libapache2-mod-fcgid
 Suggests: libsvn-ruby (>= 1.3), librmagick-ruby, libopenid-ruby, thin | mongrel | httpd-cgi
 Description: flexible project management web application

Modified: trunk/redmine/debian/dirs
===================================================================
--- trunk/redmine/debian/dirs	2009-10-08 11:33:26 UTC (rev 4226)
+++ trunk/redmine/debian/dirs	2009-10-08 17:00:24 UTC (rev 4227)
@@ -4,3 +4,4 @@
 usr/share/redmine/tmp
 usr/share/redmine/public/plugin_assets
 etc/redmine
+usr/share/redmine/config/initializers/z-plugins




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