File: control

package info (click to toggle)
cpm 0.32-1.6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,644 kB
  • sloc: ansic: 7,380; makefile: 509; perl: 406; sh: 303
file content (37 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (2)
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
Source: cpm
Section: utils
Priority: optional
Maintainer: Kacper Wysocki (Redpill-Linpro) <kwy@redpill-linpro.com>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcdk5-dev,
 libcrack2-dev,
 libdotconf-dev,
 libgpgme-dev,
 libncurses-dev,
 libxml2-dev,
 pkg-config,
 txt2man,
 zlib1g-dev
Standards-Version: 4.6.0
Rules-Requires-Root: binary-targets
Homepage: https://github.com/comotion/cpm
Vcs-Browser: https://github.com/comotion/cpm
Vcs-Git: https://github.com/comotion/cpm.git

Package: cpm
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
 libxml2-utils
Description: Curses based password manager using PGP-encryption
 This program is a ncurses based console tool to manage passwords
 and store them public key encrypted in a file - even for more than
 one person. The encryption is handled via GnuPG so the programs data
 can be accessed via gpg as well, in case you want to have a look
 inside. The data is stored as zlib compressed XML so it's even
 possible to reuse the data for some other purpose.
 .
 The software uses CDK (ncurses) to handle the user interface, libxml2
 to store the information, the zlib library to compress the data and
 the library GpgMe to encrypt and decrypt the data securely.