[DRE-commits] [ruby-passenger] 03/11: Refresh fix_install_path.patch.

Felix Geyer fgeyer at moszumanska.debian.org
Sat Nov 23 10:22:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository ruby-passenger.

commit b8a542a8890bfcfefcf51df1b2f10baa9830cdf1
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Nov 22 18:44:23 2013 +0100

    Refresh fix_install_path.patch.
---
 debian/changelog                      | 1 +
 debian/patches/fix_install_path.patch | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f6ccb42..bd68d03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-passenger (4.0.20-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh fix_install_path.patch.
 
  -- Felix Geyer <fgeyer at debian.org>  Thu, 10 Oct 2013 23:06:56 +0200
 
diff --git a/debian/patches/fix_install_path.patch b/debian/patches/fix_install_path.patch
index cb9b05a..41bcdf7 100644
--- a/debian/patches/fix_install_path.patch
+++ b/debian/patches/fix_install_path.patch
@@ -4,12 +4,12 @@ Date: Thu, 22 Mar 2012 13:55:53 +0100
 
 --- a/build/packaging.rb
 +++ b/build/packaging.rb
-@@ -191,7 +191,7 @@
+@@ -320,7 +320,7 @@
  	# on the packaging machine might be in /usr/local.
  	fake_rubylibdir = "#{fakeroot}/usr/lib/ruby/vendor_ruby"
- 	fake_libdir = "#{fakeroot}/usr/lib/passenger"
+ 	fake_libdir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}"
 -	fake_native_support_dir = "#{fakeroot}/usr/lib/ruby/#{CONFIG['ruby_version']}/#{CONFIG['arch']}"
 +	fake_native_support_dir = "#{fakeroot}/usr/lib/ruby/vendor_ruby/#{CONFIG['ruby_version']}/#{CONFIG['arch']}"
  	fake_agents_dir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}/agents"
  	fake_helper_scripts_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/helper-scripts"
- 	fake_resources_dir = "#{fakeroot}/usr/share/passenger"
+ 	fake_resources_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-passenger.git



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