[DRE-commits] [rhc] 04/07: Drop >= restrictions on ruby-httpclient dependency
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Jun 30 12:36:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rhc.
commit 8bf80b1e4504f413e14a111a12c7a973bf6aeae6
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Jun 30 09:27:36 2015 -0300
Drop >= restrictions on ruby-httpclient dependency
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42a1224..402fe1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rhc (1.35.4-3) UNRELEASED; urgency=medium
* Update packaging with a new dh-make-ruby run
* Continue skipping test suite
* Drop << dependency restrictions
+ * Drop >= restrictions on ruby-httpclient dependency
-- Antonio Terceiro <terceiro at debian.org> Tue, 30 Jun 2015 09:07:27 -0300
diff --git a/debian/control b/debian/control
index dcdc12f..f3d6e78 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-archive-tar-minitar,
ruby-commander (>= 4.0),
ruby-highline (>= 1.6.11),
- ruby-httpclient (>= 2.4.0),
+ ruby-httpclient,
ruby-net-scp (>= 1.1.2),
ruby-net-ssh (>= 2.0.11),
ruby-net-ssh-multi (>= 1.2.0),
@@ -29,7 +29,7 @@ Depends: ruby | ruby-interpreter,
ruby-archive-tar-minitar,
ruby-commander (>= 4.0),
ruby-highline (>= 1.6.11),
- ruby-httpclient (>= 2.4.0),
+ ruby-httpclient,
ruby-net-scp (>= 1.1.2),
ruby-net-ssh (>= 2.0.11),
ruby-net-ssh-multi (>= 1.2.0),
--
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