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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: cracklib2
Section: libs
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~),
python3-all-dev (>= 3.1.3-2~), chrpath, xmlto, automake (>= 1.10),
autoconf (>=2.61), libtool, python-setuptools, python3-setuptools,
dpkg-dev (>= 1.16.1~), autotools-dev
Homepage: http://sourceforge.net/projects/cracklib
Vcs-Git: git://git.debian.org/pkg-cracklib/pkg-cracklib.git
Vcs-Browser: http://git.debian.org/?p=pkg-cracklib/pkg-cracklib.git
Package: libcrack2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: cracklib-runtime
Description: 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: libcrack2-dev
Section: libdevel
Priority: extra
Architecture: any
Depends: libcrack2 (=${binary:Version}), ${misc:Depends}
Recommends: cracklib-runtime
Description: pro-active password checker library - development files
Header files, static libraries, documentation, and symbolic links
developers using cracklib2 will need.
.
If you want to build software using cracklib2 you will need to
install this package. For developing Python based applications for
cracklib2 you need to install python-cracklib instead.
Package: cracklib-runtime
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, libcrack2 (>=${binary:Version}), file,
${misc:Depends}
Recommends: wamerican | wordlist
Description: runtime support for password checker library cracklib2
Run-time support programs which use the shared library in libcrack2
including programs to build the password dictionary databases used by
the functions in the shared library.
Package: python-cracklib
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
libcrack2 (>=${binary:Version}), cracklib-runtime
(>=${binary:Version})
Provides: ${python:Provides}
Conflicts: python-crack
Description: Python bindings for password checker library cracklib2
This package provides Python bindings for cracklib. It contains a
pythonic interface to cracklib's functions and some Python
convenience functions.
.
You should install this package if you want to use or develop Python
applications that want to interface with cracklib2.
Package: python3-cracklib
Section: python
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
libcrack2 (>=${binary:Version}), cracklib-runtime
(>=${binary:Version})
Provides: ${python3:Provides}
Description: Python3 bindings for password checker library cracklib2
This package provides Python bindings for cracklib. It contains a
pythonic interface to cracklib's functions and some Python
convenience functions.
.
You should install this package if you want to use or develop Python3
applications that want to interface with cracklib2.
.
This package provides the Python3 version of cracklib2's Python binding.
|