[DRE-commits] [SCM] ruby-diff-lcs.git branch, master, updated. upstream/1.1.3-27-g7ceffbf

Cédric Boutillier boutil at debian.org
Tue May 7 15:05:48 UTC 2013


The following commit has been merged in the master branch:
commit b0f3b5491239677b48f901c332465b4e19a7696a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 7 16:02:57 2013 +0200

    depend on ruby instead of ruby1.8

diff --git a/debian/control b/debian/control
index e071308..c593cda 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-diff-lcs
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: McIlroy-Hunt longest common subsequence algorithm implementation
  Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt
  longest common subsequence (LCS) algorithm to compute intelligent

-- 
ruby-diff-lcs.git



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