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
|
Source: identity4c
Section: utils
Priority: optional
Maintainer: richardl <richardl@ufp.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libssl-dev, libxml2-dev
Standards-Version: 3.9.7
Homepage: https://github.com/ufpidentity/identity4c
Vcs-Git: https://git.debian.org/collab-maint/identity4c.git
Vcs-Browser: https://git.debian.org/?p=collab-maint/identity4c.git;a=summary
Package: libufpidentity-dev
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libufpidentity1 (= ${binary:Version})
Architecture: any
Multi-Arch: same
Description: UFP Identity development library for C applications
This library allows C applications to interact with the UFP Identity
service. Use this package if you want to develop applications that
interact with UFP Identity.
Package: libufpidentity1
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
Description: UFP Identity library for C applications
This library allows C applications to interact with the UFP Identity
service. Use this package if you want to run applications that interact
with UFP Identity.
|