Update m4/ax_pthread.m4.
[libpwmd.git] / debian / control
blob61d2c6b8ad8ad3e35d895627582f4c233c1a17cc
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: libpwmd8
10 Homepage: http://libpwmd.sourceforge.net/
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Recommends: pwmd (>= 3.1.0), pinentry-curses (>= 0.9.7) | pinentry-gnome3 (>= 0.9.7) | pinentry-gtk2 (>= 0.9.7) | pinentry-qt (>= 0.9.7) | pinentry-qt4 (>= 0.9.7), 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     * Secure remote connections over SSH or TLS.
22     * Secure memory management
23  .
24  A command line client 'pwmc' is also included.
25  .
26  This package contains the shared library, development files and the
27  libpwmd(3) manual page. Also read tutorial.html for example pwmc usage.