[DRE-commits] [rhc] 01/03: allow net-ssh >= 3.0
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Feb 10 05:30:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository rhc.
commit 269769dd58991dfaa40708323f0c5d49a5a62b9e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Feb 10 10:19:12 2016 +0530
allow net-ssh >= 3.0
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
debian/patches/allow-net-ssh-3.x.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b081eec..b55d29f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rhc (1.38.4-2) unstable; urgency=medium
+
+ * Team upload
+ * Allow net-ssh >= 3.0 (Closes: #812910)
+
+ -- Pirate Praveen <praveen at debian.org> Wed, 10 Feb 2016 10:18:44 +0530
+
rhc (1.38.4-1) unstable; urgency=medium
* [2ffd8b2] Imported Upstream version 1.38.4
diff --git a/debian/control b/debian/control
index 698667b..fa05d35 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-highline (>= 1.6.11),
ruby-httpclient,
ruby-net-scp (>= 1.1.2),
- ruby-net-ssh (>= 2.0.11),
+ ruby-net-ssh (>= 3.0),
ruby-net-ssh-multi (>= 1.2.0),
ruby-open4,
ruby-rspec
@@ -31,7 +31,7 @@ Depends: ruby | ruby-interpreter,
ruby-highline (>= 1.6.11),
ruby-httpclient,
ruby-net-scp (>= 1.1.2),
- ruby-net-ssh (>= 2.0.11),
+ ruby-net-ssh (>= 3.0),
ruby-net-ssh-multi (>= 1.2.0),
ruby-open4,
${misc:Depends},
diff --git a/debian/patches/allow-net-ssh-3.x.patch b/debian/patches/allow-net-ssh-3.x.patch
new file mode 100644
index 0000000..387a7fa
--- /dev/null
+++ b/debian/patches/allow-net-ssh-3.x.patch
@@ -0,0 +1,23 @@
+Index: rhc/metadata.yml
+===================================================================
+--- rhc.orig/metadata.yml
++++ rhc/metadata.yml
+@@ -23,14 +23,13 @@ dependencies:
+ requirement: &id001 !ruby/object:Gem::Requirement
+ none: false
+ requirements:
+- - - <=
++ - - >=
+ - !ruby/object:Gem::Version
+ hash: 47
+ segments:
+- - 2
+- - 9
+- - 2
+- version: 2.9.2
++ - 3
++ - 0
++ version: "3.0"
+ type: :runtime
+ version_requirements: *id001
+ - !ruby/object:Gem::Dependency
diff --git a/debian/patches/series b/debian/patches/series
index 7e9d20c..ae1a88b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
Default-to-ssl_version-tlsv1_2.patch
+allow-net-ssh-3.x.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rhc.git
More information about the Pkg-ruby-extras-commits
mailing list