File: control

package info (click to toggle)
ruby-password 0.5.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: ruby: 406; ansic: 48; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 1,327 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
30
31
32
33
34
Source: ruby-password
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Micah Anderson <micah@debian.org>,
           Gunnar Wolf <gwolf@debian.org>,
Build-Depends: cracklib-runtime,
               debhelper-compat (= 13),
               gem2deb,
               libcrack2-dev,
               ruby-termios (>= 1.0.0~) <!nocheck>,
               wamerican <!nocheck>| wordlist <!nocheck>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-password.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-password
Homepage: http://www.caliban.org/ruby/ruby-password.shtml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-password
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-termios,
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Description: Ruby library for handling passwords
 This package is a suite of password handling methods. Specifically, it
 handles manual entry of passwords from the keyboard in both buffered and
 unbuffered modes, password strength checking, random password generation,
 phonemic password generation, and encryption of passwords.
 .
 The common CrackLib library is used to perform password strength checking.