[DRE-commits] r5324 - trunk/libhaml-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Fri May 14 10:22:13 UTC 2010


Author: deepak-guest
Date: 2010-05-14 10:22:13 +0000 (Fri, 14 May 2010)
New Revision: 5324

Modified:
   trunk/libhaml-ruby/debian/patches/001fix-hardcoded-gem-path.patch
Log:
Created patch fr saas-convert

Modified: trunk/libhaml-ruby/debian/patches/001fix-hardcoded-gem-path.patch
===================================================================
--- trunk/libhaml-ruby/debian/patches/001fix-hardcoded-gem-path.patch	2010-05-14 09:45:21 UTC (rev 5323)
+++ trunk/libhaml-ruby/debian/patches/001fix-hardcoded-gem-path.patch	2010-05-14 10:22:13 UTC (rev 5324)
@@ -5,8 +5,8 @@
 #setup.rb to the actual interpreter (/usr/bin/ruby1.8)
 Index: libhaml-ruby-3.0.3/bin/css2sass
 ===================================================================
---- libhaml-ruby-3.0.3.orig/bin/css2sass	2010-05-14 14:51:59.000000000 -0400
-+++ libhaml-ruby-3.0.3/bin/css2sass	2010-05-14 14:52:49.000000000 -0400
+--- libhaml-ruby-3.0.3.orig/bin/css2sass	2010-05-14 15:47:17.000000000 -0400
++++ libhaml-ruby-3.0.3/bin/css2sass	2010-05-14 15:47:26.000000000 -0400
 @@ -1,6 +1,6 @@
 -#!/usr/bin/env ruby
 +#!/usr/bin/ruby1.8
@@ -18,8 +18,8 @@
  warn <<END
 Index: libhaml-ruby-3.0.3/bin/haml
 ===================================================================
---- libhaml-ruby-3.0.3.orig/bin/haml	2010-05-14 14:53:01.000000000 -0400
-+++ libhaml-ruby-3.0.3/bin/haml	2010-05-14 14:53:30.000000000 -0400
+--- libhaml-ruby-3.0.3.orig/bin/haml	2010-05-14 15:47:17.000000000 -0400
++++ libhaml-ruby-3.0.3/bin/haml	2010-05-14 15:47:26.000000000 -0400
 @@ -1,7 +1,6 @@
 -#!/usr/bin/env ruby
 +#!/usr/bin/ruby1.8
@@ -31,8 +31,8 @@
  
 Index: libhaml-ruby-3.0.3/bin/html2haml
 ===================================================================
---- libhaml-ruby-3.0.3.orig/bin/html2haml	2010-05-14 14:53:44.000000000 -0400
-+++ libhaml-ruby-3.0.3/bin/html2haml	2010-05-14 14:54:20.000000000 -0400
+--- libhaml-ruby-3.0.3.orig/bin/html2haml	2010-05-14 15:47:17.000000000 -0400
++++ libhaml-ruby-3.0.3/bin/html2haml	2010-05-14 15:47:26.000000000 -0400
 @@ -1,6 +1,6 @@
 -#!/usr/bin/env ruby
 +#!/usr/bin/ruby1.8
@@ -44,8 +44,8 @@
  opts = Haml::Exec::HTML2Haml.new(ARGV)
 Index: libhaml-ruby-3.0.3/bin/sass
 ===================================================================
---- libhaml-ruby-3.0.3.orig/bin/sass	2010-05-14 14:54:30.000000000 -0400
-+++ libhaml-ruby-3.0.3/bin/sass	2010-05-14 14:54:47.000000000 -0400
+--- libhaml-ruby-3.0.3.orig/bin/sass	2010-05-14 15:47:17.000000000 -0400
++++ libhaml-ruby-3.0.3/bin/sass	2010-05-14 15:47:26.000000000 -0400
 @@ -1,7 +1,7 @@
 -#!/usr/bin/env ruby
 +#!/usr/bin/ruby1.8
@@ -56,3 +56,15 @@
  require 'haml/exec'
  
  opts = Haml::Exec::Sass.new(ARGV)
+Index: libhaml-ruby-3.0.3/bin/sass-convert
+===================================================================
+--- libhaml-ruby-3.0.3.orig/bin/sass-convert	2010-05-14 15:47:33.000000000 -0400
++++ libhaml-ruby-3.0.3/bin/sass-convert	2010-05-14 15:47:47.000000000 -0400
+@@ -1,6 +1,6 @@
+ #! /usr/bin/ruby1.8
+ 
+-require File.dirname(__FILE__) + '/../lib/haml'
++require 'haml'
+ require 'haml/exec'
+ 
+ opts = Haml::Exec::SassConvert.new(ARGV)




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