Codebase list ruby-net-ssh-krb / 9d1ff6e
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on ruby-gssapi and ruby-net-ssh. * ruby-net-ssh-krb: Drop versioned constraint on ruby-gssapi and ruby-net-ssh in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1414 * Update watch file format version to 4.
1515 * Bump debhelper from old 12 to 13.
1616 * Update standards version to 4.5.1, no changes needed.
17 * Remove constraints unnecessary since buster:
18 + Build-Depends: Drop versioned constraint on ruby-gssapi and ruby-net-ssh.
19 + ruby-net-ssh-krb: Drop versioned constraint on ruby-gssapi and
20 ruby-net-ssh in Depends.
1721
1822 -- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 06:11:18 +0530
1923
55 Build-Depends: debhelper-compat (= 13),
66 gem2deb,
77 rake,
8 ruby-gssapi (>= 1.2.0),
9 ruby-net-ssh (>= 2.0),
8 ruby-gssapi,
9 ruby-net-ssh,
1010 ruby-rspec
1111 Standards-Version: 4.5.1
1212 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-net-ssh-krb.git
1919 Architecture: all
2020 XB-Ruby-Versions: ${ruby:Versions}
2121 Depends: ruby | ruby-interpreter,
22 ruby-gssapi (>= 1.2.0),
23 ruby-net-ssh (>= 2.0),
22 ruby-gssapi,
23 ruby-net-ssh,
2424 ${misc:Depends},
2525 ${shlibs:Depends}
2626 Description: Kerberos support for ruby-net-ssh