File: control

package info (click to toggle)
libgpg-error 1.26-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,196 kB
  • ctags: 1,770
  • sloc: ansic: 15,712; sh: 12,581; makefile: 397; awk: 333; lisp: 138; sed: 16
file content (77 lines) | stat: -rw-r--r-- 2,553 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
69
70
71
72
73
74
75
76
77
Source: libgpg-error
Section: libs
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Uploaders:
 Jose Carlos Garcia Sogo <jsogo@debian.org>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Priority: standard
Build-Depends:
 automake (>= 1.14),
 debhelper (>= 10~),
 dh-autoreconf,
 gettext (>= 0.19.3),
Build-Depends-Indep:
 mingw-w64,
Standards-Version: 3.9.8
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Vcs-Git: https://anonscm.debian.org/git/pkg-gnupg/libgpg-error.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gnupg/libgpg-error.git

Package: libgpg-error-dev
Priority: optional
Section: libdevel
Architecture: any
Depends:
 libgpg-error0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for common error values and messages in GnuPG components (development)
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.
 .
 This package contains the headers and other files needed to compile
 against this library.

Package: libgpg-error0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: library for common error values and messages in GnuPG components
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.

Package: libgpg-error0-udeb
Priority: optional
Section: debian-installer
Package-Type: udeb
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for common error values and messages in GnuPG components
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.

Package: libgpg-error-mingw-w64-dev
Architecture: all
Priority: extra
Section: libdevel
Depends:
 ${misc:Depends},
Suggests:
 wine,
Description: library of error values and messages in GnuPG (Windows development)
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.
 .
 This is a Windows version of libgpg-error.  It's meant to be used
 when cross-building software that targets the Windows platform,
 e.g. the win32-loader component of Debian-Installer.