[DRE-commits] r5604 - trunk/libcompass-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Fri Jun 18 08:13:43 UTC 2010


Author: deepak-guest
Date: 2010-06-18 08:13:40 +0000 (Fri, 18 Jun 2010)
New Revision: 5604

Removed:
   trunk/libcompass-ruby/debian/patches/fix-binary-load-path
   trunk/libcompass-ruby/debian/patches/get-version-from-right-place
Log:
Removing unwanted patches...Need to check copyright file. rest is complete.


Deleted: trunk/libcompass-ruby/debian/patches/fix-binary-load-path
===================================================================
--- trunk/libcompass-ruby/debian/patches/fix-binary-load-path	2010-06-18 08:12:05 UTC (rev 5603)
+++ trunk/libcompass-ruby/debian/patches/fix-binary-load-path	2010-06-18 08:13:40 UTC (rev 5604)
@@ -1,15 +0,0 @@
-Index: libcompass-ruby-0.8.5debian/bin/compass
-===================================================================
---- libcompass-ruby-0.8.5debian.orig/bin/compass	2009-07-07 00:50:23.000000000 -0400
-+++ libcompass-ruby-0.8.5debian/bin/compass	2010-03-06 16:22:15.000000000 -0500
-@@ -1,8 +1,8 @@
- #!/usr/bin/env ruby
- # The compass command line utility
- 
--require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass'))
--require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass', 'exec'))
-+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass'))
-+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass', 'exec'))
- 
- command = Compass::Exec::Compass.new(ARGV)
- exit command.run!

Deleted: trunk/libcompass-ruby/debian/patches/get-version-from-right-place
===================================================================
--- trunk/libcompass-ruby/debian/patches/get-version-from-right-place	2010-06-18 08:12:05 UTC (rev 5603)
+++ trunk/libcompass-ruby/debian/patches/get-version-from-right-place	2010-06-18 08:13:40 UTC (rev 5604)
@@ -1,13 +0,0 @@
-Index: libcompass-ruby-0.8.5debian/lib/compass/version.rb
-===================================================================
---- libcompass-ruby-0.8.5debian.orig/lib/compass/version.rb	2009-07-07 00:50:23.000000000 -0400
-+++ libcompass-ruby-0.8.5debian/lib/compass/version.rb	2010-03-06 16:20:22.000000000 -0500
-@@ -28,7 +28,7 @@
- 
-     def read_version_file
-       require 'yaml'
--      @version = YAML::load(File.read(scope('VERSION.yml')))
-+      @version = YAML::load(File.read(File.join('/usr/lib/ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass/VERSION.yml')))
-       @version[:string] = "#{@version[:major]}.#{@version[:minor]}.#{@version[:patch]}"
-       @version[:teeny] = @version[:patch]
-     end




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