File: control

package info (click to toggle)
libassuan 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,280 kB
  • sloc: sh: 12,915; ansic: 9,048; makefile: 263; sed: 37
file content (68 lines) | stat: -rw-r--r-- 2,256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: libassuan
Section: libs
Priority: optional
Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Uploaders:
 Eric Dorland <eric@debian.org>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
 Andreas Metzler <ametzler@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libgpg-error-dev (>= 1.33),
Build-Depends-Indep:
 libgpg-error-mingw-w64-dev,
 mingw-w64,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/libassuan.git -b debian/unstable
Vcs-Browser: https://salsa.debian.org/debian/libassuan/tree/debian/unstable
Homepage: https://www.gnupg.org/related_software/libassuan/index.html
Rules-Requires-Root: no

Package: libassuan9
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: IPC library for the GnuPG components
 Libassuan is a small library implementing the so-called "Assuan
 protocol". This protocol is used for IPC between most newer GnuPG
 components. Both server and client side functions are provided.

Package: libassuan-dev
Architecture: any
Section: libdevel
Depends:
 libassuan9 (= ${binary:Version}),
 libgpg-error-dev (>= 1.33),
 ${misc:Depends},
Description: IPC library for the GnuPG components -- header files
 Libassuan is a small library implementing the so-called "Assuan
 protocol". This protocol is used for IPC between most newer GnuPG
 components. Both server and client side functions are provided.
 .
 This package contains header files and static libraries for libassuan.

Package: libassuan-mingw-w64-dev
Multi-Arch: foreign
Architecture: all
Section: libdevel
Depends:
 libgpg-error-mingw-w64-dev (>= 1.33),
 ${misc:Depends},
Recommends:
 mingw-w64,
Suggests:
 wine,
Description: IPC library for the GnuPG components -- Windows port
 Libassuan is a small library implementing the so-called "Assuan
 protocol". This protocol is used for IPC between most newer GnuPG
 components. Both server and client side functions are provided.
 .
 This package contains header files and static libraries for libassuan.
 .
 This is a Windows version of libassuan.  It's meant to be used when
 cross-building software that targets the Windows platform, e.g. the
 win32-loader component of Debian-Installer.