Don't do "GETCONFIG data_directory" on an SSH connection.
[libpwmd.git] / debian / control
blobee4dd14f2cd916478f4eb2db479c617b97b213f2
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.0
7 Section: libs
9 Package: libpwmd5
10 Homepage: http://bjk.sourceforge.net/pwmd/
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}, pwmd (>= 1.11)
14 Provides: libpwmd
15 Description: library for applications making use of pwmd
16  A library that makes it easy for applications to use Password Manager Daemon.
17  Supports (non-blocking) password retrieval from pinentry and secure memory
18  management. A command line client is also included.
19  .
20  This package contains both the shared library and the development files.