File: control

package info (click to toggle)
cpm 0.32-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,264 kB
  • sloc: ansic: 7,378; makefile: 509; perl: 406; sh: 303
file content (39 lines) | stat: -rw-r--r-- 1,283 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
38
39
Source: cpm
Section: utils
Priority: extra
Maintainer: Kacper Wysocki (Redpill-Linpro) <kwy@redpill-linpro.com>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 debhelper (>= 9~),
 autotools-dev,
 dh-autoreconf,
 libcdk5-dev,
 libcrack2-dev,
 libdotconf-dev,
 libgpgme11-dev,
 libncurses5-dev,
 libncursesw5-dev,
 libxml2-dev,
 txt2man,
 zlib1g-dev,
 libcdk5-dev,
Standards-Version: 3.9.5
Vcs-Git: git://github.com/comotion/cpm.git
Vcs-Browser: https://github.com/comotion/cpm
Homepage: http://github.com/comotion/cpm

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.