contrib: Add helper to build Android dependencies.
[libpwmd.git] / debian / control
blob7de1575730fef1fb30a71926088770303d51b9f8
1 Source: libpwmd
2 Section: libs
3 Priority: optional
4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Build-Depends:
6  debhelper-compat (= 12),
7  dh-autoreconf,
8  libgpg-error-dev,
9  libassuan-dev (>= 2.1.0),
10  libgnutls28-dev (>= 3.3.0),
11  libssh2-1-dev,
12  libreadline-dev
13 Standards-Version: 4.5.0
14 Homepage: https://gitlab.com/bjk/libpwmd/wikis
15 Vcs-Git: https://gitlab.com/bjk/libpwmd.git
16 Vcs-Browser: https://gitlab.com/bjk/libpwmd
18 Package: libpwmd8
19 Section: libs
20 Architecture: any
21 Multi-Arch: same
22 Pre-Depends:
23  ${misc:Pre-Depends}
24 Depends:
25  ${misc:Depends},
26  ${shlibs:Depends}
27 Recommends:
28  pwmd (>= 3.3.5),
29  pinentry-curses (>= 0.9.7) |
30  pinentry-gnome3 (>= 0.9.7) |
31  pinentry-gtk2 (>= 0.9.7) |
32  pinentry-qt (>= 0.9.7) |
33  pinentry-qt4 (>= 0.9.7),
34  qpwmc (>= 0.7.5)
35 Provides: libpwmd
36 Description: library for applications making use of pwmd
37  A library that makes it easy for applications to use Password Manager Daemon.
38  Features include:
39  .
40     * Thread safe
41     * Secure remote connections over SSH or TLS.
42     * Secure memory management
43  .
44  A command line client 'pwmc' is also included.
45  .
46  This package contains the shared library, development files and the
47  libpwmd(3) manual page. Also read tutorial.html for example pwmc usage.