File: control

package info (click to toggle)
libisds 0.10.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,504 kB
  • ctags: 1,775
  • sloc: ansic: 26,822; sh: 11,772; makefile: 453; xml: 375; sed: 16
file content (45 lines) | stat: -rw-r--r-- 1,578 bytes parent folder | download | duplicates (2)
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
Source: libisds
Section: libs
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
               gettext,
               libcurl4-openssl-dev,
               libexpat-dev,
               libssl-dev,
               libxml2-dev
Standards-Version: 3.9.6
Homepage: http://xpisar.wz.cz/libisds/
Vcs-Git: git://anonscm.debian.org/collab-maint/libisds.git
Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libisds.git

Package: libisds5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Czech Data Boxes access library (shared library)
 This library implements all client SOAP services defined in ISDS
 (Informační systém datových schránek) specification as defined in
 Czech ISDS Act (300/2008 Coll.) and implied documents.  This library
 can also submit document for authorized conversion into Czech POINT
 deposit.
 .
 This package contains the shared runtime library.

Package: libisds-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libisds5 (= ${binary:Version}),
         libxml2-dev,
         ${misc:Depends}
Description: Czech Data Boxes access library (development files)
 This library implements all client SOAP services defined in ISDS
 (Informační systém datových schránek) specification as defined in
 Czech ISDS Act (300/2008 Coll.) and implied documents.  This library
 can also submit document for authorized conversion into Czech POINT
 deposit.
 .
 This package contains the static library and headers.