~ubuntu-branches/ubuntu/karmic/openldap/karmic-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
# These variables are used only by get-orig-source, which will normally only
45
45
# be run by maintainers.
46
 
VERSION = 2.4.15
 
46
VERSION = 2.4.18
47
47
URL     = http://www.openldap.org/software/download/OpenLDAP/openldap-release/
48
48
 
49
49
# Download the upstream source and make changes as required for DFSG reasons.
104
104
build-indep:
105
105
build-stamp: configure-stamp
106
106
        $(MAKE) -C $(builddir) $(MAKEVARS)
107
 
        $(MAKE) -C contrib/slapd-modules/nssov/
 
107
        $(MAKE) -C contrib/slapd-modules/nssov/ $(MAKEVARS) nssov.la 
108
108
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
109
109
        RESOLV_MULTI=off $(MAKE) -C $(builddir) test
110
110
endif
117
117
install: install-stamp
118
118
install-stamp: build-stamp
119
119
        $(MAKE) -C $(builddir) $(MAKEVARS) install
120
 
        chrpath -d contrib/slapd-modules/nssov/.libs/nssov.so*
121
 
        cp -a contrib/slapd-modules/nssov/.libs/nssov.so* $(installdir)/usr/lib/ldap/
122
 
        cp -a contrib/slapd-modules/nssov/nssov.la $(installdir)/usr/lib/ldap/
123
 
        chmod a+x $(installdir)/usr/lib/ldap/nssov.la
 
120
        $(MAKE) -C contrib/slapd-modules/nssov/ $(MAKEVARS) install
124
121
        for F in $(installdir)/usr/lib/*.so.*.*.*; do \
125
122
            if echo "$$F" | grep -q libslapi ; then \
126
123
                continue; \