Last-Update: 2013-08-30
Forwarded: not-needed
Author: Gunnar Wolf <gwolf@debian.org>
Description: Avoid the 'ramaze' script's hard-coded paths
 The packaged Ramaze script fails as its directory structure now
 matches Debian's policies and not the same

Index: ruby-ramaze/bin/ramaze
===================================================================
--- ruby-ramaze.orig/bin/ramaze	2012-07-25 17:37:40.000000000 -0500
+++ ruby-ramaze/bin/ramaze	2013-08-29 12:31:05.000000000 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 begin; require 'rubygems'; rescue LoadError; end
 
-require File.expand_path('../../lib/ramaze'           , __FILE__)
-require File.expand_path('../../lib/ramaze/bin/runner', __FILE__)
+require 'ramaze'
+require 'ramaze/bin/runner'
 
 Ramaze::Bin::Runner.run
