mirror of
https://github.com/roddhjav/pass-import.git
synced 2026-03-01 18:23:34 +01:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
Source: pass-import
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Alexandre Pujol <alexandre@pujol.io>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-setuptools,
|
|
python3-yaml,
|
|
python3-requests,
|
|
python3-zxcvbn,
|
|
pass (>= 1.7.0),
|
|
Homepage: https://github.com/roddhjav/pass-import
|
|
Vcs-Browser: https://github.com/roddhjav/pass-import
|
|
Vcs-Git: https://github.com/roddhjav/pass-import.git
|
|
Standards-Version: 4.6.0.1
|
|
Rules-Requires-Root: no
|
|
Testsuite: autopkgtest-pkg-python
|
|
|
|
Package: pass-extension-import
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
pass (>= 1.7.0),
|
|
Recommends:
|
|
python3-defusedxml,
|
|
python3-secretstorage,
|
|
python3-cryptography,
|
|
Description: passwords importer swiss army knife (pass extensions)
|
|
An extension to import data from most of the existing password manager.
|
|
.
|
|
This package provides an extension for the password store that allows one to
|
|
use import passwords. It also provide the pimport script to support other
|
|
passwod managers as destination.
|