File: control

package info (click to toggle)
ruby-sshkey 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: ruby: 1,144; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-sshkey
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sshkey.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sshkey
Homepage: https://github.com/bensie/sshkey
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-sshkey
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends}
Breaks: gitlab (<< 11.9~)
Multi-Arch: foreign
Description: SSH private/public key generator in Ruby
 Generate private/public SSH keypairs (RSA and DSA supported) using pure Ruby.
 .
 When generating a new keypair the default key type is 2048-bit RSA, but you
 can supply the type (RSA or DSA) and bits in the options. You can also
 (optionally) supply a comment or passphrase.
 .
 This library can read a public or private key and present it as a string.