diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 18:58:49 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 18:58:49 +0000 |
| commit | f877c37ab22aa3d6d857657d093cc98f15577f8b (patch) | |
| tree | bf317235495625b58b2fde9c8e7e8d00a5ec9f69 /debian/control | |
| parent | 4b9f87788e5dc9822147cdeddc0cf53c439a21c7 (diff) | |
updated debian package description; added packaging of the C# assembly.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 9634d45e..664810d5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: lasso Priority: optional Section: libs 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 +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev, + libxmlsec1-openssl, libglib2.0-dev, python2.3-dev, mono-mcs, mono-gac Standards-Version: 3.6.1 Package: liblasso0-dev @@ -11,9 +12,10 @@ Architecture: any Depends: liblasso0 (= ${Source-Version}), libxml2-dev, libxmlsec1-dev Provides: liblasso-dev Conflicts: liblasso-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. +Description: Liberty ID-FF library - development kit + Lasso is an implementation of the Liberty Identity Federation specifications + defined by the Liberty Alliance consortium. They defines processes such as + network identity federation and single sign-on. . This package contains the development files for Lasso. . @@ -24,9 +26,10 @@ 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. +Description: Liberty ID-FF library - runtime library + Lasso is an implementation of the Liberty Identity Federation specifications + defined by the Liberty Alliance consortium. They defines processes such as + network identity federation and single sign-on. . This package contains liblasso library used by applications to gain Library Alliance support. @@ -37,12 +40,27 @@ 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. +Description: Liberty ID-FF library - Python 2.3 bindings + Lasso is an implementation of the Liberty Identity Federation specifications + defined by the Liberty Alliance consortium. They defines processes such as + network identity federation and single sign-on. . This package contains Python 2.3 bindings for liblasso, needed to use lasso in Python programs. . Homepage: http://lasso.entrouvert.org +Package: liblasso0-cil +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${misc:depends}, mono-assemblies-base +Description: Liberty ID-FF library - .NET bindings + Lasso is an implementation of the Liberty Identity Federation specifications + defined by the Liberty Alliance consortium. They defines processes such as + network identity federation and single sign-on. + . + This package contains .NET assemblies that allow .NET / C# programs to use + lasso. + . + Homepage: http://lasso.entrouvert.org + |
