diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-05-29 10:29:03 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-05-29 10:29:03 +0000 |
| commit | bec17c7df9c3b57cfed2dddb1f1f99ea5be0345a (patch) | |
| tree | 13906b8d46236abedb59ae41e4f80ed92a37e64e | |
| parent | 2a0299d80bf6d6e3e08c570f430dd43299fd4c75 (diff) | |
| download | lasso-bec17c7df9c3b57cfed2dddb1f1f99ea5be0345a.tar.gz lasso-bec17c7df9c3b57cfed2dddb1f1f99ea5be0345a.tar.xz lasso-bec17c7df9c3b57cfed2dddb1f1f99ea5be0345a.zip | |
debian/control is now generated
| -rw-r--r-- | debian/control.in | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 00000000..3eb3f68b --- /dev/null +++ b/debian/control.in @@ -0,0 +1,98 @@ +Source: lasso +Priority: optional +Section: libs +Maintainer: Frederic Peters <fpeters@debian.org> +Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python-all-dev (>= 2.3.5-11), libexpat1-dev, fastjar, python-central (>= 0.5), gcc-4.3, java-gcj-compat [!alpha !arm !hppa !hurd-i386], gcj [!alpha !arm !hppa !hurd-i386], gcj-4.3 [!alpha !arm !hppa !hurd-i386], php5-dev, python-lxml +XS-Python-Version: all +Standards-Version: 3.7.2 +Homepage: http://lasso.entrouvert.org + +Package: liblasso3-dev +Section: libdevel +Architecture: any +Depends: liblasso3 (= ${binary:Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev +Provides: liblasso-dev +Conflicts: liblasso-dev, liblasso0, liblasso1 +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. + . + Homepage: http://lasso.entrouvert.org + +Package: liblasso3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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. + . + Homepage: http://lasso.entrouvert.org + +Package: python-lasso +Conflicts: liblasso0-python2.3, python2.3-lasso, python2.4-lasso +Replaces: liblasso0-python2.3, python2.3-lasso, python2.4-lasso +Provides: liblasso0-python2.3, ${python:Provides} +Section: python +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:depends} +XB-Python-Version: ${python:Versions} +Description: Liberty ID-FF library - Python 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 bindings for liblasso, needed to use lasso + in Python applications. + . + Homepage: http://lasso.entrouvert.org + +#JAVA#Package: liblasso-java +#JAVA#Section: libs +#JAVA#Architecture: amd64 armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64 +#JAVA#Depends: ${shlibs:Depends}, ${misc:depends} +#JAVA#Description: Liberty ID-FF library - Java bindings +#JAVA# Lasso is an implementation of the Liberty Identity Federation specifications +#JAVA# defined by the Liberty Alliance consortium. They defines processes such as +#JAVA# network identity federation and single sign-on. +#JAVA# . +#JAVA# This package provides the Java interface to liblasso, needed to use lasso in +#JAVA# Java applications. +#JAVA# . +#JAVA# Homepage: http://lasso.entrouvert.org + +Package: liblasso-perl +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:depends}, ${perl:Depends} +Description: Liberty ID-FF library - Perl 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 Perl bindings for liblasso, needed to use lasso + in Perl applications. + . + Homepage: http://lasso.entrouvert.org + +Package: php5-lasso +Section: web +Architecture: any +Depends: ${shlibs:Depends}, ${misc:depends} +Description: Liberty ID-FF library - PHP 5 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 PHP bindings for liblasso, needed to use lasso + in PHP applications. + . + Homepage: http://lasso.entrouvert.org + |
