A few documentation updates.
[libpwmd.git] / debian / control
blobfc10dc4ecfe6d2a7881a3901dc215ad4a83c8731
1 Source: libpwmd
2 Priority: optional
3 Maintainer: Ben Kibbey <bjk@luxsci.net>
4 Homepage: http://bjk.sourceforge.net/pwmd/
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.8.1
7 Section: libs
9 Package: libpwmd6
10 Homepage: http://bjk.sourceforge.net/pwmd/
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Recommends: pwmd (>= 1.11), pinentry-curses (>= 0.7.5) | pinentry-gtk (>= 0.7.5) | pinentry-gtk2 (>= 0.7.5) | pinentry-qt (>= 0.7.5)
15 Provides: libpwmd
16 Description: library for applications making use of pwmd
17  A library that makes it easy for applications to use Password Manager Daemon.
18  Features include:
19  .
20     * Thread safe (libpth2 supported)
21     * Asynchronous pinentry when threading isn't available
22     * Secure remote connections over SSH using libssh2
23     * Secure memory management which applications can also use
24  .
25  A command line client is also included.
26  .
27  This package contains both the shared library and the development files.