[DRE-commits] [ruby-toml] 05/05: Depend on ruby-parslet >= 0.18

Cédric Boutillier boutil at moszumanska.debian.org
Mon Dec 4 17:42:35 UTC 2017


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

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

commit 7c74686e3180547f72032ca4fe7de11759abda1b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Dec 4 12:04:04 2017 +0100

    Depend on ruby-parslet >= 0.18
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5fbdbe0..689e4ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,11 @@ ruby-toml (0.2.0-1) unstable; urgency=medium
 
   * Team upload
   * New upstream version 0.2.0
-    + support for parslet >= 1.7
   * https for Homepage
   * Bump Standards-Version to 4.1.2 (no changes needed)
   * Bump debhelper compatibility level to 10
   * Drop 0003_parslet17.patch, fixed upstream
+  * Depend on ruby-parslet >= 0.18
 
  -- Cédric Boutillier <boutil at debian.org>  Mon, 04 Dec 2017 11:43:05 +0100
 
diff --git a/debian/control b/debian/control
index 1c2cc03..41f2eaf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
                gem2deb,
                ruby-minitest,
                ruby-multi-json,
-               ruby-parslet (>= 1.7.0)
+               ruby-parslet (>= 1.8.0)
 Standards-Version: 4.1.2
 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
@@ -20,7 +20,7 @@ Package: ruby-toml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-parslet (>= 1.7.0),
+         ruby-parslet (>= 1.8.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