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

Micah Anderson micah at alioth.debian.org
Fri Nov 20 19:41:47 UTC 2009


Author: micah
Date: 2009-11-20 19:41:47 +0000 (Fri, 20 Nov 2009)
New Revision: 4354

Modified:
   trunk/passenger/debian/changelog
   trunk/passenger/debian/rules
Log:
dont need to deal with the js anymore in the new version

Modified: trunk/passenger/debian/changelog
===================================================================
--- trunk/passenger/debian/changelog	2009-11-20 18:59:33 UTC (rev 4353)
+++ trunk/passenger/debian/changelog	2009-11-20 19:41:47 UTC (rev 4354)
@@ -1,7 +1,5 @@
 passenger (2.2.7debian-1) unstable; urgency=low
 
-  * setup.rb doesn't handle the symlinks properly, so 
-    force the symlink in the build target
   * Added possibile dependency on apache2-mpm-itk (Closes: #556230)
   * New upstream release
 

Modified: trunk/passenger/debian/rules
===================================================================
--- trunk/passenger/debian/rules	2009-11-20 18:59:33 UTC (rev 4353)
+++ trunk/passenger/debian/rules	2009-11-20 19:41:47 UTC (rev 4354)
@@ -22,7 +22,6 @@
 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)




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