File: control

package info (click to toggle)
cracklib2 2.7-8
  • links: PTS
  • area: main
  • in suites: potato
  • size: 424 kB
  • ctags: 113
  • sloc: ansic: 1,914; sh: 1,084; makefile: 166; perl: 63
file content (39 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
Source: cracklib2
Section: libs
Priority: optional
Maintainer: Jean Pierre LeJacq <jplejacq@quoininc.com>
Standards-Version: 2.5.0.0

Package: cracklib2
Section: libs
Architecture: any
Replaces: cracklib2.6
Conflicts: cracklib2.6
Depends: ${shlibs:Depends}
Recommends: cracklib-runtime
Description: A pro-active password checker library
 Shared library for cracklib2 which contains a C function which may be
 used in a passwd like program.  The idea is simple: try to prevent
 users from choosing passwords that could be guessed by crack by
 filtering them out, at source. cracklib2 is NOT a replacement passwd
 program.  cracklib2 is a LIBRARY.

Package: cracklib2-dev
Section: devel
Architecture: any
Replaces: cracklib2.6-dev
Conflicts: cracklib2.6-dev
Depends: cracklib2
Recommends: cracklib-runtime
Description: a pro-active password checker library
 Header files, static libraries, documentation, and symbolic links
 developers using cracklib2 will need.

Package: cracklib-runtime
Section: admin
Architecture: any
Depends: cracklib2, file
Description: A pro-active password checker library
 Run-time support programs which use the shared library in cracklib2
 including programs to build the password dictionary databases used by
 the functions in the shared library.