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
|
Source: luckyluks
Section: misc
Priority: optional
Maintainer: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-setuptools,
python3-all
Standards-Version: 4.6.2
Homepage: https://github.com/jas-per/luckyLUKS
Vcs-Browser: https://salsa.debian.org/debian/luckyluks
Vcs-Git: https://salsa.debian.org/debian/luckyluks.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: luckyluks
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
cryptsetup,
sudo,
python3-pyqt5,
tcplay
Description: GUI for creating and unlocking LUKS/TrueCrypt
This program is a Linux GUI for creating and (un-)locking encrypted volumes
from container files. Unlocked containers leave an icon in the systray as
a reminder to close them eventually. Supports cryptsetup/LUKS and Truecrypt
container files.
|