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

Jérémy Lal kapouer-guest at alioth.debian.org
Tue Jul 20 21:23:39 UTC 2010


Author: kapouer-guest
Date: 2010-07-20 21:23:39 +0000 (Tue, 20 Jul 2010)
New Revision: 5703

Modified:
   trunk/redmine/debian/changelog
   trunk/redmine/debian/postinst
Log:
Test separately for railties or rails, ensure new link is created.

Modified: trunk/redmine/debian/changelog
===================================================================
--- trunk/redmine/debian/changelog	2010-07-20 14:59:11 UTC (rev 5702)
+++ trunk/redmine/debian/changelog	2010-07-20 21:23:39 UTC (rev 5703)
@@ -1,3 +1,9 @@
+redmine (1.0.0-3) unstable; urgency=low
+
+  * Ensure vendor/rails link is created.
+
+ -- Jérémy Lal <kapouer at melix.org>  Tue, 20 Jul 2010 23:22:42 +0200
+
 redmine (1.0.0-2) unstable; urgency=low
 
   * Fix detection of rails 2.2 links. (Closes: #588583) 

Modified: trunk/redmine/debian/postinst
===================================================================
--- trunk/redmine/debian/postinst	2010-07-20 14:59:11 UTC (rev 5702)
+++ trunk/redmine/debian/postinst	2010-07-20 21:23:39 UTC (rev 5703)
@@ -65,6 +65,8 @@
 			rm -f vendor/activesupport
 			rm -f vendor/railties
 			rm -f vendor/rails
+		fi
+		if [ ! -e vendor/rails ]; then
 			ln -s /usr/share/rails-ruby1.8 vendor/rails
 		fi
 		if [ ! -e app/views/members ]; then




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