summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-21 18:58:49 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-21 18:58:49 +0000
commitf877c37ab22aa3d6d857657d093cc98f15577f8b (patch)
treebf317235495625b58b2fde9c8e7e8d00a5ec9f69
parent4b9f87788e5dc9822147cdeddc0cf53c439a21c7 (diff)
downloadlasso-f877c37ab22aa3d6d857657d093cc98f15577f8b.tar.gz
lasso-f877c37ab22aa3d6d857657d093cc98f15577f8b.tar.xz
lasso-f877c37ab22aa3d6d857657d093cc98f15577f8b.zip
updated debian package description; added packaging of the C# assembly.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control38
-rw-r--r--debian/liblasso0-cil.files5
-rw-r--r--debian/liblasso0-dev.files10
-rwxr-xr-xdebian/rules3
5 files changed, 46 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index c690b2eb..335a9843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lasso (0.4.0-0.pre20040821.0) unstable; urgency=low
+
+ * CVS snapshot.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 21 Aug 2004 17:29:24 +0200
+
lasso (0.3.0-4) unstable; urgency=low
* debian/copyright: fixed address of the FSF; add a pointer to
diff --git a/debian/control b/debian/control
index 9634d45e..664810d5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: lasso
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
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev,
+ libxmlsec1-openssl, libglib2.0-dev, python2.3-dev, mono-mcs, mono-gac
Standards-Version: 3.6.1
Package: liblasso0-dev
@@ -11,9 +12,10 @@ Architecture: any
Depends: liblasso0 (= ${Source-Version}), libxml2-dev, libxmlsec1-dev
Provides: liblasso-dev
Conflicts: liblasso-dev
-Description: Liberty Alliance library - development kit
- Lasso is an implementation of the Liberty Alliance standard; it defines
- processes for federated identities, single signon and related protocols.
+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.
.
@@ -24,9 +26,10 @@ Package: liblasso0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Liberty Alliance library - runtime library
- Lasso is an implementation of the Liberty Alliance standard; it defines
- processes for federated identities, single signon and related protocols.
+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.
@@ -37,12 +40,27 @@ Package: liblasso0-python2.3
Section: python
Architecture: any
Depends: python2.3, ${shlibs:Depends}, ${misc:depends}, ${python:Depends}
-Description: Liberty Alliance library - Python 2.3 bindings
- Lasso is an implementation of the Liberty Alliance standard; it defines
- processes for federated identities, single signon and related protocols.
+Description: Liberty ID-FF library - Python 2.3 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 2.3 bindings for liblasso, needed to use lasso
in Python programs.
.
Homepage: http://lasso.entrouvert.org
+Package: liblasso0-cil
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:depends}, mono-assemblies-base
+Description: Liberty ID-FF library - .NET 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 .NET assemblies that allow .NET / C# programs to use
+ lasso.
+ .
+ Homepage: http://lasso.entrouvert.org
+
diff --git a/debian/liblasso0-cil.files b/debian/liblasso0-cil.files
new file mode 100644
index 00000000..9a997af7
--- /dev/null
+++ b/debian/liblasso0-cil.files
@@ -0,0 +1,5 @@
+usr/lib/liblassosharpglue.so
+usr/lib/pkgconfig/lasso-sharp.pc
+usr/share/dotnet/lasso/lasso.dll
+usr/share/dotnet/lasso/lasso.dll.config
+usr/lib/mono/gac/
diff --git a/debian/liblasso0-dev.files b/debian/liblasso0-dev.files
index bba219c8..cfa37bf1 100644
--- a/debian/liblasso0-dev.files
+++ b/debian/liblasso0-dev.files
@@ -1,5 +1,5 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-/usr/lib/*.la
+usr/include/lasso
+usr/lib/liblasso.a
+usr/lib/liblasso.so
+usr/lib/liblasso.la
+usr/lib/pkgconfig/lasso.pc
diff --git a/debian/rules b/debian/rules
index f774f051..fd9f7e2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,8 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
+ GACUTIL="/usr/bin/gacutil -root $(CURDIR)/debian/tmp/usr/lib"
# Build architecture-independent files here.