[DRE-commits] [ruby-octokit] 01/02: Fix dependency on ruby-sawyer

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Jul 24 17:28:19 UTC 2017


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

nomadium pushed a commit to branch master
in repository ruby-octokit.

commit dfff0c563e0d4299efe70059089b73ad6b976d7f
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Mon Jul 24 18:26:32 2017 +0100

    Fix dependency on ruby-sawyer
---
 debian/changelog | 7 +++++++
 debian/control   | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a800d5b..79c49ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-octokit (4.7.0-3) UNRELEASED; urgency=medium
+
+  * Drop erroneus dependency constraint on ruby-sawyer that rendered the
+    package as uninstallable. (Closes: #869417).
+
+ -- Miguel Landaeta <nomadium at debian.org>  Mon, 24 Jul 2017 18:23:46 +0100
+
 ruby-octokit (4.7.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 52a1bc5..0d88faa 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,7 @@ Package: ruby-octokit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-sawyer (>= 0.7.0~),
-         ruby-sawyer (<< 0.8~),
+         ruby-sawyer (>= 0.8~),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby toolkit for working with the GitHub API

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



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