--- aolserver4-nsldap-0.8.orig/Makefile +++ aolserver4-nsldap-0.8/Makefile @@ -13,7 +13,7 @@ # directory, you can tell make where to find aolserver. # #NSHOME = /home/user/cvs/aolserver -NSHOME = ../aolserver +NSHOME = /usr/share/aolserver4 # # Module name @@ -41,5 +41,5 @@ CFLAGS = -I/usr/local/include -DUSE_TCL8X -include $(NSHOME)/include/Makefile.module +include $(NSHOME)/Makefile.module --- aolserver4-nsldap-0.8.orig/nsldap.c +++ aolserver4-nsldap-0.8/nsldap.c @@ -38,6 +38,7 @@ #include #include +#define LDAP_DEPRECATED 1 #include #define CONFIG_USER "user" /* LDAP default bind DN */ --- aolserver4-nsldap-0.8.orig/debian/control +++ aolserver4-nsldap-0.8/debian/control @@ -0,0 +1,15 @@ +Source: aolserver4-nsldap +Section: net +Priority: optional +Maintainer: Riccardo Setti +Uploaders: Francesco Paolo Lovergine +Build-Depends: debhelper (>= 7.0.0), aolserver4-dev (>= 4.5.1-5), libldap2-dev +Homepage: http://www.aolserver.com/ +Standards-Version: 3.8.2 + +Package: aolserver4-nsldap +Architecture: any +Depends: ${shlibs:Depends}, aolserver4-daemon, ${aolserver:Depends} +Description: AOLServer 4 module for LDAP + This module provides support to write an LDAP client in AOLServer4 + web server. --- aolserver4-nsldap-0.8.orig/debian/docs +++ aolserver4-nsldap-0.8/debian/docs @@ -0,0 +1 @@ +README --- aolserver4-nsldap-0.8.orig/debian/compat +++ aolserver4-nsldap-0.8/debian/compat @@ -0,0 +1 @@ +7 --- aolserver4-nsldap-0.8.orig/debian/install +++ aolserver4-nsldap-0.8/debian/install @@ -0,0 +1,2 @@ +libnsldap.so usr/lib/aolserver4/lib +nsldap.so usr/lib/aolserver4/bin --- aolserver4-nsldap-0.8.orig/debian/rules +++ aolserver4-nsldap-0.8/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + $(MAKE) clean + dh_clean + +# Build architecture-independent files here. +binary-indep: build +# We have nothing to do by default. + +MYPACKAGE=$(shell grep Package: debian/control|cut -d' ' -f2) + +# Build architecture-dependent files here. +binary-arch: build + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman + dh_install + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps -l/usr/lib/aolserver4/lib:$(CURDIR)/debian/aolserver4-nsldap/usr/lib/aolserver4/lib + cat /usr/share/aolserver4/debian.substvars >>$(CURDIR)/debian/$(MYPACKAGE).substvars + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary configure --- aolserver4-nsldap-0.8.orig/debian/copyright +++ aolserver4-nsldap-0.8/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Riccardo Setti on +Sat, 5 Jun 2004 15:34:55 +0200. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=3152 + +Upstream Author: Oscar Bonilla + +Copyright: + +This module is released under the GNU +Public License (GPL). +In debian system you can find a copy of the GPL +in /usr/share/common-licenses/GPL . --- aolserver4-nsldap-0.8.orig/debian/dirs +++ aolserver4-nsldap-0.8/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/aolserver4/bin +usr/lib/aolserver4/lib --- aolserver4-nsldap-0.8.orig/debian/README.Debian +++ aolserver4-nsldap-0.8/debian/README.Debian @@ -0,0 +1,6 @@ +aolserver4-nsldap for Debian +---------------------------- + +Please read README file for a complete help. + + -- Riccardo Setti , Sat, 5 Jun 2004 15:34:55 +0200 --- aolserver4-nsldap-0.8.orig/debian/changelog +++ aolserver4-nsldap-0.8/debian/changelog @@ -0,0 +1,52 @@ +aolserver4-nsldap (0.8-4build1) precise; urgency=low + + * No-change rebuild for aolserver4-core ABI transition. + + -- Ilya Barygin Sun, 13 Nov 2011 11:48:58 +0400 + +aolserver4-nsldap (0.8-4) unstable; urgency=low + + * Now depends on new ABI interface infrastructure via substvar + ${aolserver:Depends} as provided by aolserver4-dev >= 4.5.1-5 + * Policy bumped to 3.8.2 (no changes). + + -- Francesco Paolo Lovergine Tue, 23 Jun 2009 15:01:25 +0200 + +aolserver4-nsldap (0.8-3) unstable; urgency=low + + * Added local directories to dh_shlibdeps call in debian/rules. + * Fixed libndldap.so installation dir. + * Now use dh_install in debian/rules. + + -- Francesco Paolo Lovergine Sat, 07 Mar 2009 20:28:46 +0100 + +aolserver4-nsldap (0.8-2.2) unstable; urgency=low + + * Changed AOLserver dependency to >= 4.5.1 to avoid possible ABI breakages. + * Policy bumped to 3.8.0. + * Debehelper level set to 7. + + -- Francesco Paolo Lovergine Sat, 07 Mar 2009 12:39:02 +0100 + +aolserver4-nsldap (0.8-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Define LDAP_DEPRECATED to continue use of deprecated LDAP functions. + Closes: #463359 + + -- dann frazier Mon, 10 Mar 2008 09:31:19 -0600 + +aolserver4-nsldap (0.8-2) unstable; urgency=low + + * Updated for aolserver 4.5 + * Policy bumped to 3.7.2 + * Debhelper compatibility moved to 5 + + -- Francesco Paolo Lovergine Sun, 22 Apr 2007 11:21:54 +0200 + +aolserver4-nsldap (0.8-1) unstable; urgency=low + + * Initial Release. + + -- Francesco Paolo Lovergine Wed, 9 Jun 2004 23:24:06 +0200 +