[DRE-commits] [ruby-actionpack-xml-parser] 01/01: debian/control: adjust version requirements

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Sep 19 20:20:59 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-actionpack-xml-parser.

commit 6e7d435fc0b44596f02ba869b4dd6d890f6f9b96
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Sep 19 17:20:30 2015 -0300

    debian/control: adjust version requirements
    
    unfortunately we ended up with epochs in the rails versions
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6eace8a..2f9fe11 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Klee Dienes <klee at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-actionpack (<< 5),
-               ruby-actionpack (>= 4.0.0)
+               ruby-actionpack (<< 2:5),
+               ruby-actionpack (>= 2:4.0.0)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-xml-parser.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-actionpack-xml-parser.git
@@ -18,8 +18,8 @@ Package: ruby-actionpack-xml-parser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-actionpack (<< 5),
-         ruby-actionpack (>= 4.0.0),
+         ruby-actionpack (<< 2:5),
+         ruby-actionpack (>= 2:4.0.0),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: XML parameters parser for Action Pack

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



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