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
|
Source: diceware
Maintainer: Andre Bianchi <drebs@riseup.net>
Uploaders: Micah Anderson <micah@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>=9)
, dh-python
, python3-setuptools
, python3-all
, python3-pytest-runner
, python3-sphinx
, python3-sphinx-rtd-theme
, python3-pytest
Standards-Version: 4.2.1
Vcs-Git: https://0xacab.org/drebs/diceware-debian
Vcs-browser: https://0xacab.org/drebs/diceware-debian
Homepage: https://github.com/ulif/diceware
Package: diceware
Architecture: all
Depends: ${misc:Depends}
, ${python3:Depends}
Description: Create memorizable passphrases from wordlists and various sources of randomness
Passphrase generator following the proposals of Arnold G.
Reinhold on http://diceware.com . It generates passphrases by concatenating
words randomly picked from wordlists.
Package: diceware-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
, ${sphinxdoc:Depends}
Description: Create memorizable passphrases from wordlists and various sources of randomness
Passphrase generator following the proposals of Arnold G.
Reinhold on http://diceware.com . It generates passphrases by concatenating
words randomly picked from wordlists.
.
This package ships the Sphinx documentation built with diceware.
|