[DRE-commits] [ruby-ffi-rzmq] 01/04: drop direct depencies on ruby-ffi/libzmq, those moved to ruby-ffi-rzmq-core
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 16 20:22:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-ffi-rzmq.
commit 6c9bec0425ac6d94350e3a85f9bc5e21950ba8c9
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Apr 14 14:45:31 2014 +0200
drop direct depencies on ruby-ffi/libzmq, those moved to ruby-ffi-rzmq-core
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 2eb5295..662c6a2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Dmitry Borodaenko <angdraug at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ffi, ruby-ffi-rzmq-core, libzmq3, ruby-rspec (>= 2.6~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ffi-rzmq-core, libzmq3, ruby-rspec (>= 2.6~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ffi-rzmq.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ffi-rzmq.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-ffi-rzmq
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi, ruby-ffi-rzmq-core, libzmq3
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi-rzmq-core
Description: FFI based Ruby bindings for ZeroMQ (ØMQ) networking library
ØMQ is a library which extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-rzmq.git
More information about the Pkg-ruby-extras-commits
mailing list