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
|
Source: shibboleth-resolver
Priority: optional
Maintainer: Shibboleth Packaging <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders: Sam Hartman <hartmans@debian.org>,
Ferenc Wágner <wferi@debian.org>,
Build-Depends: debhelper-compat (= 12),
libshibsp-dev (>= 3.1.0~),
libsaml-dev (>= 3.1.0~),
libxerces-c-dev, libxmltooling-dev (>= 3.1.0~), libkrb5-dev (>= 1.9), liblog4shib-dev, libboost-dev, pkg-config
Standards-Version: 4.5.0
Section: libs
Vcs-Git: https://salsa.debian.org/shib-team/shibboleth-resolver.git
Vcs-Browser: https://salsa.debian.org/shib-team/shibboleth-resolver
Package: libshibresolver-dev
Section: libdevel
Architecture: any
Depends: libshibresolver3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Shibboleth SP Attribute Resolver library (development)
This package contains a Shibboleth SP Extension that provides
externally accessible attribute resolver functionality for processing
local and remote sources of federated attribute information.
.
This package includes files needed for development.
Package: libshibresolver3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: Shibboleth SP Attribute Resolver library
This package contains a Shibboleth SP Extension that provides
externally accessible attribute resolver functionality for processing
local and remote sources of federated attribute information.
.
This package contains just the shared library.
|