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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: cracklib2
Section: libs
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>
Standards-Version: 4.6.0
Build-Depends: autoconf (>=2.61),
automake (>= 1.10),
chrpath,
cracklib-runtime <cross>,
debhelper (>= 10),
dh-python <!nopython>,
docbook-utils,
docbook-xml,
dpkg-dev (>= 1.16.1~),
libtool,
libpython3-all-dev (>= 3.1.3-2~) <!nopython>,
python3-all-dev:any (>= 3.1.3-2~) <!nopython>,
python3-setuptools <!nopython>
Homepage: https://github.com/cracklib/cracklib
Vcs-Git: https://salsa.debian.org/debian/pkg-cracklib.git
Vcs-Browser: https://salsa.debian.org/debian/pkg-cracklib/
Package: libcrack2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: cracklib-runtime
Breaks: cracklib-runtime (<< 2.9.2-4)
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-udeb
Package-Type: udeb
Build-Profiles: <!noudeb>
Section: debian-installer
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
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.
.
This is an udeb package that can be used by the Debian installer.
Package: libcrack2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
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 python3-cracklib instead.
Package: cracklib-runtime
Section: admin
Architecture: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: file,
libcrack2 (>=${binary:Version}),
${misc:Depends},
${shlibs: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: python3-cracklib
Section: python
Architecture: any
Depends: cracklib-runtime
(>=${binary:Version}),
libcrack2 (>=${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Provides: ${python3:Provides}
Build-Profiles: <!nopython>
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.
|