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 40 41 42
|
Source: cracklib2
Section: libs
Priority: optional
Maintainer: Martin Pitt <mpitt@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4.0.0), patch
Package: cracklib2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: cracklib-runtime
Conflicts: cracklib2.6
Replaces: cracklib2.6
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: libdevel
Priority: extra
Architecture: any
Depends: cracklib2
Recommends: cracklib-runtime
Provides: cracklib-dev
Conflicts: cracklib-dev
Description: A pro-active password checker library - development
Header files, static libraries, documentation, and symbolic links
developers using cracklib2 will need.
Package: cracklib-runtime
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, cracklib2, file
Recommends: wenglish | wordlist
Description: Runtime support for password checker library cracklib2
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.
|