~ubuntu-branches/ubuntu/intrepid/lasso/intrepid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-x3ow7nvsgfjmt27y
Tags: 0.4.1-3
debian/control: added libexpat1-dev to build-depends; it is required for
the PHP binding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: lasso
 
2
Priority: optional
 
3
Section: libs
 
4
Maintainer: Frederic Peters <fpeters@debian.org>
 
5
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python, python2.3-dev, mono-mcs, mono-gac, mono-utils, php4-dev, libexpat1-dev
 
6
Standards-Version: 3.6.1
 
7
 
 
8
Package: liblasso1-dev
 
9
Section: libdevel
 
10
Architecture: any
 
11
Depends: liblasso1 (= ${Source-Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev
 
12
Provides: liblasso-dev
 
13
Conflicts: liblasso-dev, liblasso0
 
14
Description: Liberty ID-FF library - development kit
 
15
 Lasso is an implementation of the Liberty Identity Federation specifications
 
16
 defined by the Liberty Alliance consortium.  They defines processes such as
 
17
 network identity federation and single sign-on.
 
18
 .
 
19
 This package contains the development files for Lasso.
 
20
 .
 
21
 Homepage: http://lasso.entrouvert.org
 
22
 
 
23
 
 
24
Package: liblasso1
 
25
Section: libs
 
26
Architecture: any
 
27
Depends: ${shlibs:Depends}, ${misc:Depends}
 
28
Description: Liberty ID-FF library - runtime library
 
29
 Lasso is an implementation of the Liberty Identity Federation specifications
 
30
 defined by the Liberty Alliance consortium.  They defines processes such as
 
31
 network identity federation and single sign-on.
 
32
 .
 
33
 This package contains liblasso library used by applications to gain Library
 
34
 Alliance support.
 
35
 .
 
36
 Homepage: http://lasso.entrouvert.org
 
37
 
 
38
Package: python2.3-lasso
 
39
Conflicts: liblasso0-python2.3
 
40
Replaces: liblasso0-python2.3
 
41
Provides: liblasso0-python2.3
 
42
Section: python
 
43
Architecture: any
 
44
Depends: python2.3, ${shlibs:Depends}, ${misc:depends}, ${python:Depends}
 
45
Description: Liberty ID-FF library - Python 2.3 bindings
 
46
 Lasso is an implementation of the Liberty Identity Federation specifications
 
47
 defined by the Liberty Alliance consortium.  They defines processes such as
 
48
 network identity federation and single sign-on.
 
49
 .
 
50
 This package contains Python 2.3 bindings for liblasso, needed to use lasso
 
51
 in Python applications.
 
52
 .
 
53
 Homepage: http://lasso.entrouvert.org
 
54
 
 
55
Package: liblasso-cil
 
56
Section: libs
 
57
Architecture: any
 
58
Depends: ${shlibs:Depends}, ${misc:depends}, mono-assemblies-base
 
59
Description: Liberty ID-FF library - .NET bindings
 
60
 Lasso is an implementation of the Liberty Identity Federation specifications
 
61
 defined by the Liberty Alliance consortium.  They defines processes such as
 
62
 network identity federation and single sign-on.
 
63
 .
 
64
 This package contains .NET assemblies that allow .NET / C# applications to use
 
65
 lasso.
 
66
 .
 
67
 Homepage: http://lasso.entrouvert.org
 
68
 
 
69
Package: php4-lasso
 
70
Section: web
 
71
Architecture: any
 
72
Depends: phpapi-20020918, ${shlibs:Depends}, ${misc:depends}
 
73
Description: Liberty ID-FF library - PHP 4 bindings
 
74
 Lasso is an implementation of the Liberty Identity Federation specifications
 
75
 defined by the Liberty Alliance consortium.  They defines processes such as
 
76
 network identity federation and single sign-on.
 
77
 .
 
78
 This package contains PHP 4 bindings for liblasso, needed to use lasso
 
79
 in PHP applications.
 
80
 .
 
81
 Homepage: http://lasso.entrouvert.org
 
82