diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-21 15:10:03 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-21 15:10:03 +0000 |
| commit | 0de9b07e69fb1eb70bb7ac03eff9f8d54d0a2226 (patch) | |
| tree | b40b77ca5327a27d4a30b71d0df9752fba13dee3 /debian | |
| parent | d002c77cd79d19699bb214ebe83fd6c7d076e59d (diff) | |
* ajout d'un package debian pour le binding php5
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 14 | ||||
| -rw-r--r-- | debian/php5-lasso.files | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 858fc6ab..a2fca93f 100644 --- a/debian/control +++ b/debian/control @@ -68,3 +68,17 @@ Description: Liberty ID-FF library - Java bindings . Homepage: http://lasso.entrouvert.org +Package: php5-lasso +Section: web +Architecture: any +Depends: ${shlibs:Depends}, ${misc:depends} +Description: Liberty ID-FF library - PHP5 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 provides the Java interface to liblasso, needed to use lasso in + Java applications. + . + Homepage: http://lasso.entrouvert.org + diff --git a/debian/php5-lasso.files b/debian/php5-lasso.files new file mode 100644 index 00000000..9dfeab0a --- /dev/null +++ b/debian/php5-lasso.files @@ -0,0 +1,3 @@ +etc/php5/conf.d/lasso.ini +usr/lib/php5/*/*.so +usr/share/php/lasso.php |
