[DRE-commits] [ruby-toml] 03/05: Set minimal version of ruby-parslet to 1.7

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 6 06:13:40 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-toml.

commit defc1274b70a7954de4f3f14dcf99f977ce7e331
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Jun 6 08:05:53 2016 +0200

    Set minimal version of ruby-parslet to 1.7
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f2f700a..3b9f1e1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                ruby-minitest,
                ruby-multi-json,
-               ruby-parslet (>= 1.5.0)
+               ruby-parslet (>= 1.7.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-toml.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-toml.git
@@ -19,7 +19,7 @@ Package: ruby-toml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-parslet (>= 1.5.0),
+         ruby-parslet (>= 1.7.0),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: TOML Parser library for Ruby

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



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