summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7b46246a666c3a20e9f308ff99aee41ce1d98c66 (plain)
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: lasso
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python2.3-dev
Standards-Version: 3.6.0

Package: liblasso-dev
Section: devel
Architecture: any
Depends: liblasso0 (= ${Source-Version}), libxml2-dev, libxmlsec1-dev
Description: Liberty Alliance library - development kit
 Lasso is an implementation of the Liberty Alliance standard; it defines
 processes for federated identities, single signon and related protocols.
 .
 This package contains the development files for Lasso.
 .
 Homepage: http://lasso.entrouvert.org
 

Package: liblasso0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Liberty Alliance library - runtime library
 Lasso is an implementation of the Liberty Alliance standard; it defines
 processes for federated identities, single signon and related protocols.
 .
 This package contains liblasso library used by applications to gain Library
 Alliance support.
 .
 Homepage: http://lasso.entrouvert.org

Package: liblasso0-python2.3
Section: python
Architecture: any
Depends: python2.3, ${shlibs:Depends}, ${misc:depends}, ${python:Depends}
Description: Liberty Alliance library - Python 2.3 bindings
 Lasso is an implementation of the Liberty Alliance standard; it defines
 processes for federated identities, single signon and related protocols.
 .
 This package contains Python 2.3 bindings for liblasso, needed to use lasso
 in Python programs.
 .
 Homepage: http://lasso.entrouvert.org