summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-31 11:39:36 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-31 11:39:36 +0000
commitd94ba8cff23c22859bfcf1e9c49e2b7b33c08f90 (patch)
tree0e1384e4bc1a8982b3bd532be818fed5068ed227
parent5d55d61805c9f6a013e15e292d4a074d17b17aeb (diff)
downloadlasso-d94ba8cff23c22859bfcf1e9c49e2b7b33c08f90.tar.gz
lasso-d94ba8cff23c22859bfcf1e9c49e2b7b33c08f90.tar.xz
lasso-d94ba8cff23c22859bfcf1e9c49e2b7b33c08f90.zip
php4 packaging and renamed liblasso0-python2.3 to python2.3-lasso
-rw-r--r--debian/.cvsignore9
-rw-r--r--debian/changelog4
-rw-r--r--debian/control26
-rw-r--r--debian/php4-lasso.examples1
-rw-r--r--debian/php4-lasso.files2
-rw-r--r--debian/python2.3-lasso.files (renamed from debian/liblasso0-python2.3.files)0
-rwxr-xr-xdebian/rules4
7 files changed, 33 insertions, 13 deletions
diff --git a/debian/.cvsignore b/debian/.cvsignore
index 1a0614c4..0c5f41df 100644
--- a/debian/.cvsignore
+++ b/debian/.cvsignore
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 335a9843..beceaa8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 664810d5..79fd307a 100644
--- a/debian/control
+++ b/debian/control
@@ -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
+
diff --git a/debian/php4-lasso.examples b/debian/php4-lasso.examples
new file mode 100644
index 00000000..b809b977
--- /dev/null
+++ b/debian/php4-lasso.examples
@@ -0,0 +1 @@
+php/examples/sample-sp/
diff --git a/debian/php4-lasso.files b/debian/php4-lasso.files
new file mode 100644
index 00000000..6f557535
--- /dev/null
+++ b/debian/php4-lasso.files
@@ -0,0 +1,2 @@
+usr/lib/php4/20020429/*.so
+
diff --git a/debian/liblasso0-python2.3.files b/debian/python2.3-lasso.files
index fb065643..fb065643 100644
--- a/debian/liblasso0-python2.3.files
+++ b/debian/python2.3-lasso.files
diff --git a/debian/rules b/debian/rules
index fd9f7e2a..f62218b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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