php4 packaging and renamed liblasso0-python2.3 to python2.3-lasso

This commit is contained in:
Frédéric Péters 2004-08-31 11:39:36 +00:00
parent 5d55d61805
commit d94ba8cff2
7 changed files with 33 additions and 13 deletions

9
debian/.cvsignore vendored
View File

@ -1,10 +1,9 @@
files
liblasso-dev
liblasso0
liblasso0-python2.3
liblasso0-python2.3.substvars
liblasso0.postinst.debhelper
liblasso0.postrm.debhelper
liblasso0.substvars
python2.3-lasso
php4-lasso
*.substvars
*.debhelper
tmp

4
debian/changelog vendored
View File

@ -1,8 +1,8 @@
lasso (0.4.0-0.pre20040821.0) unstable; urgency=low
lasso (0.4.0-0.pre20040831.0) unstable; urgency=low
* CVS snapshot.
-- Frederic Peters <fpeters@debian.org> Sat, 21 Aug 2004 17:29:24 +0200
-- Frederic Peters <fpeters@debian.org> Tue, 31 Aug 2004 13:33:43 +0200
lasso (0.3.0-4) unstable; urgency=low

26
debian/control vendored
View File

@ -3,7 +3,8 @@ 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, mono-mcs, mono-gac
libxmlsec1-openssl, libglib2.0-dev, python2.3-dev, mono-mcs, mono-gac,
php4-dev
Standards-Version: 3.6.1
Package: liblasso0-dev
@ -36,7 +37,10 @@ Description: Liberty ID-FF library - runtime library
.
Homepage: http://lasso.entrouvert.org
Package: liblasso0-python2.3
Package: python2.3-lasso
Conflicts: liblasso0-python2.3
Replaces: liblasso0-python2.3
Provides: liblasso0-python2.3
Section: python
Architecture: any
Depends: python2.3, ${shlibs:Depends}, ${misc:depends}, ${python:Depends}
@ -46,7 +50,7 @@ Description: Liberty ID-FF library - Python 2.3 bindings
network identity federation and single sign-on.
.
This package contains Python 2.3 bindings for liblasso, needed to use lasso
in Python programs.
in Python applications.
.
Homepage: http://lasso.entrouvert.org
@ -59,8 +63,22 @@ Description: Liberty ID-FF library - .NET bindings
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
This package contains .NET assemblies that allow .NET / C# applications to use
lasso.
.
Homepage: http://lasso.entrouvert.org
Package: php4-lasso
Section: web
Architecture: any
Depends: phpapi-20020918, ${shlibs:Depends}, ${misc:depends}
Description: Liberty ID-FF library - PHP 4 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 4 bindings for liblasso, needed to use lasso
in PHP applications.
.
Homepage: http://lasso.entrouvert.org

1
debian/php4-lasso.examples vendored Normal file
View File

@ -0,0 +1 @@
php/examples/sample-sp/

2
debian/php4-lasso.files vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/php4/20020429/*.so

4
debian/rules vendored
View File

@ -32,7 +32,7 @@ major=`ls src/.libs/lib*.so.* | \
config.status: configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no --disable-java --disable-php
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no --disable-java
build: build-stamp
@ -82,7 +82,7 @@ binary-arch: build install
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installexamples -XCVS
dh_installman
dh_movefiles
dh_link