pwmc and g++ compilation fix.
[libpwmd.git] / debian / control
bloba692ed7d2ba1e9cde11057a26af4c44b6e6c4fab
1 Source: libpwmd
2 Priority: optional
3 Maintainer: Ben Kibbey <bjk@luxsci.net>
4 Build-Depends: debhelper (>= 5), autotools-dev
5 Standards-Version: 3.7.2
6 Section: libs
8 Package: libpwmd0
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, pwmd (>= 1.4)
12 Provides: libpwmd
13 Recommends: pinentry
14 Description: library for applications making use of pwmd
15  A library that makes it easy for applications to use Password Manager Daemon.
16  Supports (non-blocking) password retrieval from pinentry and secure memory
17  management.
18  .
19  This package contains both the shared library and the development files.