[DRE-commits] [ruby-elasticsearch] 01/01: Replace hardcoded version numbers with ${source:Version}

Tim Potter tpot-guest at moszumanska.debian.org
Thu Sep 18 04:37:54 UTC 2014


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

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

commit 487e21fb4b84c975c1dbae01bcbea6546001dad0
Author: Tim Potter <tpot at booleancandy.com.au>
Date:   Thu Sep 18 14:37:24 2014 +1000

    Replace hardcoded version numbers with ${source:Version}
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7962711..6b94863 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: ruby-elasticsearch
 X-DhRuby-Root: elasticsearch
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-elasticsearch-transport (= 1.0.5-1), ruby-elasticsearch-api (= 1.0.5-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-elasticsearch-transport (= ${source:Version}), ruby-elasticsearch-api (= ${source:Version})
 Description: Ruby client for connecting to an Elasticsearch cluster
  This package implements a client for connecting to an Elasticsearch
  cluster via the Elasticsearch REST interface.

-- 
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