[DRE-commits] [ruby-elasticsearch] 01/05: Released libs: extensions, dsl and watcher

Macártur Carvalho macartur-guest at moszumanska.debian.org
Mon Aug 1 19:55:55 UTC 2016


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

macartur-guest pushed a commit to branch master
in repository ruby-elasticsearch.

commit 4ccf3df7ea9d233bfeb18dfe0bee3702f2232281
Author: Macártur Carvalho <macartur.sc at gmail.com>
Date:   Mon Aug 1 13:28:48 2016 -0300

    Released libs: extensions, dsl and watcher
---
 debian/control       | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 debian/ruby-tests.rb |  5 +++--
 2 files changed, 49 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 93e919e..d1f05f9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 9),
                ruby-mocha,
                ruby-multi-json,
                ruby-shoulda-context,
-               ruby-test-unit
+               ruby-test-unit,
+               ruby-minitest-reporters
 Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-elasticsearch.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-elasticsearch.git
@@ -67,3 +68,47 @@ Description: low-level Ruby client for connecting to Elasticsearch
  This package provides a low-level Ruby client for connecting to
  an Elasticsearch cluster. It is normally used as a support module for
  the ruby-elasticsearch package.
+
+Package: ruby-elasticsearch-extensions
+X-DhRuby-Root: elasticsearch-extensions
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ruby-elasticsearch,
+         ruby-ansi,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Ruby implementation with a set of extensions to the base library
+ Elasticsearch is a distributed RESTful search engine built for the cloud.
+ .
+ This package provides a Ruby implementation with a set of extensions to the
+ base library. It is normally used as a support module for the
+ ruby-elasticsearch package.
+
+Package: ruby-elasticsearch-watcher
+X-DhRuby-Root: elasticsearch-watcher
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ruby-elasticsearch-api,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Ruby implementation of the Elasticsearch Watcher Plugin
+ Elasticsearch is a distributed RESTful search engine built for the cloud.
+ .
+ This package provides a Ruby implementation of Ruby API for the
+ Elasticsearch Watcher Plugin.It is normally used as a support module for
+ the ruby-elasticsearch package.
+
+Package: ruby-elasticsearch-dsl
+X-DhRuby-Root: elasticsearch-dsl
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Ruby implementation to provides API of Elasticsearch Query DSL
+ Elasticsearch is a distributed RESTful search engine built for the cloud.
+ .
+ This package provides a Ruby API for Elasticsearch Query DSL. It is
+ normally used as a support module for the ruby-elasticsearch package.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index fc3b54c..4d5cabb 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,6 +1,7 @@
 ENV["NOTURN"] = "1"
-modules = ['elasticsearch', 'elasticsearch-transport', 'elasticsearch-api']
-$: << 'elasticsearch-extensions/lib' << "."
+modules = ['elasticsearch', 'elasticsearch-transport', 'elasticsearch-api',
+           'elasticsearch-extensions','elasticsearch-watcher','elasticsearch-dsl']
+$: << "."
 modules.each { |m| $: << "#{m}/lib" }
 modules.each do |m|
   $: << "#{m}/test"

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



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