Fix Coverity warnings.
[libpwmd.git] / debian / control
blob5450522ff2a5eaa6ee3d696a71555d54be5723c3
1 Source: libpwmd
2 Priority: optional
3 Maintainer: Ben Kibbey <bjk@luxsci.net>
4 Homepage: http://libpwmd.sourceforge.net/
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.9.1
7 Section: libs
9 Package: libpwmd7
10 Homepage: http://libpwmd.sourceforge.net/
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Recommends: pwmd (>= 3.0), pinentry-curses (>= 0.7.6) | pinentry-gtk (>= 0.7.6) | pinentry-gtk2 (>= 0.7.6) | pinentry-qt (>= 0.7.6) | pinentry-qt4 (>= 0.7.6), qpwmc
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
21     * Asynchronous pinentry when threading isn't available
22     * Secure remote connections over SSH or TLS.
23     * Secure memory management which applications can also use
24  .
25  A command line client 'pwmc' is also included.
26  .
27  This package contains the shared library, development files and the
28  libpwmd(3) manual page. Also read tutorial.html for example pwmc usage.