[DRE-commits] [ruby-cucumber-core] 01/02: Drop unnecessary ~ suffixes from versioned dependencies.

Stefano Rivera stefano at rivera.za.net
Mon Jul 25 18:07:13 UTC 2016


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

stefanor pushed a commit to branch master
in repository ruby-cucumber-core.

commit 437eec094da78502aa679a88aa85324d734d4888
Author: Stefano Rivera <stefanor at debian.org>
Date:   Mon Jul 25 10:29:10 2016 -0700

    Drop unnecessary ~ suffixes from versioned dependencies.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 902623d..a664d9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ruby-cucumber-core (1.5.0-1) UNRELEASED; urgency=medium
   * Bump gherkin dependency, following upstream.
   * Bump copyright years.
   * Bump Standards-Version to 3.9.8, no changes needed.
+  * Drop unnecessary ~ suffixes from versioned dependencies.
 
   [ Cédric Boutillier ]
   * Bump debhelper compatibility level to 9
diff --git a/debian/control b/debian/control
index 169fa99..8117258 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 9),
                gem2deb,
                rake,
-               ruby-gherkin (>= 4~),
+               ruby-gherkin (>= 4),
                ruby-kramdown,
-               ruby-rspec (>= 3~)
+               ruby-rspec (>= 3)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-cucumber-core.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-cucumber-core.git
@@ -20,7 +20,7 @@ Package: ruby-cucumber-core
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-gherkin (>= 4~),
+         ruby-gherkin (>= 4),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: core library for the Cucumber application

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



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