From 862bcff904a3c2b93116793924463270db150633 Mon Sep 17 00:00:00 2001 From: Frédéric Péters Date: Tue, 8 Feb 2011 11:14:28 +0100 Subject: [debian] sync packaging with official package --- debian/control | 69 ++++++++++++++++++++++++---------------------------------- 1 file changed, 28 insertions(+), 41 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d8ac53ea..819d41ef 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: lasso Priority: optional Section: libs Maintainer: Frederic Peters -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 +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), gcj, gcj-jre, gcj-jdk, php5-dev, python-lxml XS-Python-Version: all -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Homepage: http://lasso.entrouvert.org Package: liblasso3-dev @@ -13,28 +13,24 @@ 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. +Description: Library for Liberty Alliance and SAML protocols - development kit + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . 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. +Description: Library for Liberty Alliance and SAML protocols - runtime library + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . 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 @@ -44,55 +40,46 @@ 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. +Description: Library for Liberty Alliance and SAML protocols - Python bindings + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains Python bindings for liblasso, needed to use lasso in Python applications. - . - Homepage: http://lasso.entrouvert.org Package: liblasso-java Section: libs Architecture: amd64 armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64 Depends: ${shlibs:Depends}, ${misc:depends} -Description: Liberty ID-FF library - Java 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. +Description: Library for Liberty Alliance and SAML protocols - Java bindings + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package provides the Java interface to liblasso, needed to use lasso in Java applications. - . - Homepage: http://lasso.entrouvert.org Package: liblasso-perl -Section: libs +Section: perl 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. +Description: Library for Liberty Alliance and SAML protocols - Perl bindings + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . 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. +Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:depends} +Description: Library for Liberty Alliance and SAML protocols - PHP 5 bindings + Lasso is an implementation of Liberty Alliance and related protocols, for + network identity federations, single sign-on and other web services protocols. + The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains PHP bindings for liblasso, needed to use lasso in PHP applications. - . - Homepage: http://lasso.entrouvert.org - -- cgit