File: control

package info (click to toggle)
flufl.password 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: python: 483; makefile: 8
file content (36 lines) | stat: -rw-r--r-- 1,360 bytes parent folder | download
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
Source: flufl.password
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://launchpad.net/flufl.password
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-sphinx (>= 1.0.7+dfsg-1~),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/python-team/modules/flufl.password.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flufl.password

Package: python-flufl.password-doc
Architecture: all
Section: doc
Breaks: python-flufl.password-docs
Replaces: python-flufl.password-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: password hashing and verification (common documentation)
 This package provides utilities for hashing and verification of passwords, as
 well as generating user-friendly passwords.
 .
 This is the common documentation package.

Package: python3-flufl.password
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.password-doc
Description: password hashing and verification
 This package provides utilities for hashing and verification of passwords, as
 well as generating user-friendly passwords.
 .
 This is the Python 3 version of the package.