diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-08-10 12:17:07 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-08-10 12:17:07 +0000 |
| commit | 445ec210a533270a3bc997eb42df7e77c917cb1f (patch) | |
| tree | 695437f66687ca0a8718a0ec9809a64999fb835a /debian | |
| parent | 37e124af5d817b5da972fd30ab6fc24b06f48273 (diff) | |
disabled c# in debian apckage
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 14 | ||||
| -rwxr-xr-x | debian/rules | 6 |
2 files changed, 3 insertions, 17 deletions
diff --git a/debian/control b/debian/control index 2956a6ae..302cbbb4 100644 --- a/debian/control +++ b/debian/control @@ -52,20 +52,6 @@ Description: Liberty ID-FF library - Python 2.3 bindings . Homepage: http://lasso.entrouvert.org -Package: liblasso-cil -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:depends}, ${cli:Depends} -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# applications to use - lasso. - . - Homepage: http://lasso.entrouvert.org - Package: php4-lasso Section: web Architecture: any diff --git a/debian/rules b/debian/rules index 1d5c9630..1e13f124 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-gtk-doc --disable-perl + 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-gtk-doc --disable-perl --enable-wsf --disable-csharp build: build-stamp @@ -74,7 +74,7 @@ install: build # Build architecture-independent files here. binary-indep: build install - dh_makeclilibs -L liblasso-cil -r + #dh_makeclilibs -L liblasso-cil -r # Build architecture-dependent files here. binary-arch: build install @@ -90,7 +90,7 @@ binary-arch: build install dh_compress dh_fixperms dh_makeshlibs -a -V - dh_clideps -L liblasso-cil -r -d + #dh_clideps -L liblasso-cil -r -d dh_installdeb dh_shlibdeps -a dh_gencontrol |
