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 102 103 104 105 106 107 108 109 110 111 112 113 114
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libpwquality
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-gnome,
dh-sequence-python3,
libcrack2-dev,
libpam0g-dev,
libpython3-dev,
python3-dev:any,
gnome-pkg-tools
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libpwquality
Vcs-Git: https://salsa.debian.org/gnome-team/libpwquality.git
Homepage: https://github.com/libpwquality/libpwquality
Package: libpwquality-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libpwquality1 (= ${binary:Version})
Description: Password quality checking and generation (development files)
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
This package contains the development files, and should be used for
compilation.
Package: libpwquality1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libpwquality-common
Description: library for password quality checking and generation
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
This package contains the shared library.
Package: libpwquality-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libpwquality-tools (<< 1.4.1-2~)
Replaces: libpwquality-tools (<< 1.4.1-2~)
Description: library for password quality checking and generation (data files)
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
This package contains the configuration file and man page for libpwquality.
Package: libpwquality-tools
Section: admin
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: cracklib-runtime
Description: tools for password quality checking and generation
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
Tools for password quality checking and generation.
Package: libpam-pwquality
Section: admin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libpam-runtime
Description: PAM module to check password strength
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
This module can be plugged into the password stack of a given service to
provide some plug-in strength-checking for passwords. The code was originaly
based on pam_cracklib module and the module is backwards compatible with its
options.
Package: python3-pwquality
Architecture: any
Multi-Arch: same
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: Python bindings for libpwquality
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
This package contains the Python bindings.
|