[DRE-commits] [SCM] ruby-net-sftp.git branch, master, updated. upstream/2.0.5-18-g747ac15
Cédric Boutillier
boutil at debian.org
Fri Jul 12 22:57:54 UTC 2013
The following commit has been merged in the master branch:
commit 2b86d9734d07940c9a21ca375fbbc036d0934d8b
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Jul 12 15:49:41 2013 +0200
add a version check on the ruby-net-ssh dependency
diff --git a/debian/control b/debian/control
index af490be..96aaefa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-net-ssh
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-net-ssh (>= 2.6.5~)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-sftp.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-sftp.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-net-sftp
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5~)
Description: Ruby implementation of the SFTP protocol
Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
--
ruby-net-sftp.git
More information about the Pkg-ruby-extras-commits
mailing list