Source: ruby-winrm
Section: ruby
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby,
               ruby-builder (>= 2.1.2),
               ruby-erubi (>= 1.8),
               ruby-gssapi (>= 1.2),
               ruby-gyoku (>= 1.0),
               ruby-httpclient (>= 2.2.0.2),
               ruby-logging (<< 3.0),
               ruby-logging (>= 1.6.1),
               ruby-nori (>= 2.0),
               ruby-ntlm (>= 0.6.3),
# ruby-rexml: not packaged, but listed in gemspec !
# Check https://github.com/WinRb/WinRM/commit/4f7785a !
# Seems to be provided by libruby3.4 in Debian !
# Nothing to do then ?
#               ruby-rexml (>= 3.0")
Standards-Version: 4.6.2
Vcs-Git: https://gitlab.com/kalilinux/packages/ruby-winrm.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/ruby-winrm
Homepage: https://github.com/WinRb/WinRM
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-winrm
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Ruby library for Windows Remote Management
 This package contains a SOAP library that uses the functionality in Windows
 Remote Management(WinRM) to call native object in Windows. This includes, but
 is not limited to, running batch scripts, powershell scripts and fetching WMI
 variables.
