[DRE-commits] [ruby-ruby2ruby] 06/06: Set minimal version for ruby-sexp-processor to 4.7

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 21 04:22:18 UTC 2016


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

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

commit f0d7ed56701990d77a00f27a40c03f3ed17fdbb7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 21 06:14:56 2016 +0200

    Set minimal version for ruby-sexp-processor to 4.7
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5c14e5..1505a02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-ruby2ruby (2.3.0-1) unstable; urgency=medium
   * Run wrap-and-sort on packaging files
   * Drop dont_require_rubygems patch. Not needed any more
   * Set Testsuite field to autopkgtest-pkg-ruby
+  * Set minimal version for ruby-sexp-processor dependency to 4.7
 
  -- Cédric Boutillier <boutil at debian.org>  Thu, 21 Jul 2016 05:34:56 +0200
 
diff --git a/debian/control b/debian/control
index 0e620db..4bbec87 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                ruby-minitest,
                ruby-parser (>= 3.1~),
-               ruby-sexp-processor (>= 4.0~)
+               ruby-sexp-processor (>= 4.7~)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ruby2ruby.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ruby2ruby.git
@@ -21,7 +21,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-parser (>= 3.1~),
-         ruby-sexp-processor (>= 4.0~),
+         ruby-sexp-processor (>= 4.7~),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Generate pure ruby code easily from ParseTree's Sexps

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



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