File: control

package info (click to toggle)
qtpass 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,224 kB
  • sloc: cpp: 5,834; xml: 44; makefile: 12
file content (42 lines) | stat: -rw-r--r-- 1,109 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
37
38
39
40
41
42
Source: qtpass
Section: utils
Priority: optional
Maintainer: Philip Rinn <rinni@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 qmake6:native,
 qt6-base-dev,
 qt6-tools-dev-tools,
Standards-Version: 4.7.0
Homepage: https://qtpass.org
Vcs-Git: https://salsa.debian.org/debian/qtpass.git
Vcs-Browser: https://salsa.debian.org/debian/qtpass
Rules-Requires-Root: no

Package: qtpass
Architecture: any
Depends:
 gnupg,
 libqt6svg6,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 pass,
 pass-otp,
 pwgen,
Suggests:
 git,
Description: GUI for password manager pass
 QtPass is a GUI password manager based on pass with the following
 features:
 .
  * Reading pass password stores
  * Decrypting and displaying the password info
  * Updating from the git repository
  * Editing and adding of passwords
  * Adding and removing people from gpg-id per folder
  * Read operations also supported without pass (using gpg and git)
  * Configuration options for backends and executable/folder locations
  * Copying password to clipboard
  * Hiding of password against shouldersurfing
  * Experimental WebDAV support