[DRE-commits] [ruby-ffi-yajl] 03/06: Don't use libyajl2 gem

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jun 13 16:08:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-ffi-yajl.

commit 398ba4d186268ec4023746eac253ce4e62c28377
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 13 12:53:01 2015 -0300

    Don't use libyajl2 gem
    
    This gem contains a copy of the libyajl2 source code and we don't need
    that in debian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d33030f..4031221 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: ruby-ffi-yajl
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-libyajl2 (>= 1.2),
+         libyajl-dev,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby FFI wrapper around YAJL 2.x

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-yajl.git



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