[DRE-commits] [SCM] ruby-ferret.git branch, master, updated. 8952f9afee0619572864f1286c02cec4d8fa8569

Antonio Terceiro terceiro at softwarelivre.org
Thu Jul 28 08:47:06 UTC 2011


The following commit has been merged in the master branch:
commit 16b18c3d9dee40820af174b79e6dd7907c85d174
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Jul 28 00:44:25 2011 -0700

    Build for Ruby 1.8 only for now

diff --git a/bin/ferret-browser b/bin/ferret-browser
index add19c5..c2706e8 100755
--- a/bin/ferret-browser
+++ b/bin/ferret-browser
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/ruby1.8
 
 $: << File.expand_path(File.join(File.basename(__FILE__), '../lib'))
 require 'ferret'
diff --git a/debian/control b/debian/control
index 330cc34..1c54903 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,12 @@ Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ferret.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ferret.git;a=summary
 Homepage: http://rubyforge.org/projects/ferret/
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.8
 
 Package: ruby-ferret
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
 Replaces: libferret-ruby (<< 0.11.6-2~), libferret-ruby1.8 (<< 0.11.6-2~)
 Breaks: libferret-ruby (<< 0.11.6-2~), libferret-ruby1.8 (<< 0.11.6-2~)
 Provides: libferret-ruby, libferret-ruby1.8

-- 
ruby-ferret.git



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