Source: diceware
Maintainer: Andre Bianchi <drebs@riseup.net>
Uploaders: Micah Anderson <micah@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>=10)
             , dh-python
             , python3-setuptools
             , python3-all
             , python3-pytest-runner
             , python3-sphinx
             , python3-sphinx-rtd-theme
             , python3-pytest
Standards-Version: 4.6.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.
