[DRE-commits] r4336 - trunk/passenger/debian

Micah Anderson micah at alioth.debian.org
Wed Nov 18 02:25:26 UTC 2009


Author: micah
Date: 2009-11-18 02:25:26 +0000 (Wed, 18 Nov 2009)
New Revision: 4336

Modified:
   trunk/passenger/debian/changelog
   trunk/passenger/debian/rules
Log:
fix symlink to the prototype.js

Modified: trunk/passenger/debian/changelog
===================================================================
--- trunk/passenger/debian/changelog	2009-11-18 02:16:14 UTC (rev 4335)
+++ trunk/passenger/debian/changelog	2009-11-18 02:25:26 UTC (rev 4336)
@@ -1,3 +1,10 @@
+passenger (2.2.5debian1-2) UNRELEASED; urgency=low
+
+  * setup.rb doesn't handle the symlinks properly, so 
+    force the symlink in the build target
+
+ -- Micah Anderson <micah at debian.org>  Tue, 17 Nov 2009 21:23:30 -0500
+
 passenger (2.2.5debian1-1) unstable; urgency=low
 
   * Really sort out the Build-deps this time (Closes: #555155)

Modified: trunk/passenger/debian/rules
===================================================================
--- trunk/passenger/debian/rules	2009-11-18 02:16:14 UTC (rev 4335)
+++ trunk/passenger/debian/rules	2009-11-18 02:25:26 UTC (rev 4336)
@@ -22,7 +22,8 @@
 build/libapache2-mod-passenger build/passenger-doc::
 	rake fakeroot
 	mv $(builddir) $(DEB_DESTDIR)
- 
+	ln -s /usr/share/javascript/prototype/prototype.js $(CURDIR)/debian/$(cdbs_curpkg)/test/stub/rails_apps/mycook/public/javascripts
+
 binary-install/libapache2-mod-passenger::
 	mkdir -p $(CURDIR)/debian/$(cdbs_curpkg)/$(modsavailabledir)
 	mkdir -p $(CURDIR)/debian/$(cdbs_curpkg)/$(moddir)




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