Changed the priority from extra to optional.
[pwmd.git] / debian / control
blobab91cb4126802c8c1a110ec768de772a9402c508
1 Source: pwmd
2 Section: utils
3 Priority: optional
4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.7.2
8 Package: pwmd
9 Architecture: i386
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Recommends: libpwmd
12 Description: locally serve clients sensitive data
13  Password Manager Daemon is a server that provides a way to securely store
14  data. The data is saved in an AES256 encrypted XML file. Here are some of the
15  features:
16  .
17     * Shared memory key cache supporting multiple files.
18     * Server configuration file which supports file specific settings
19       including encryption iterations, cache expiration, and encryption key or
20       key file.
21     * Compressed data file support.
22     * Secure memory usage. PWMD will zero out memory before freeing it.
23     * And more...
24  .
25  Homepage: http://bjk.sourceforge.net/pwmd/