~ubuntu-branches/ubuntu/dapper/cyrus-sasl2/dapper

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Adam Conrad
  • Date: 2006-04-10 11:46:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060410114653-ze3gs0xfkofg7pqd
Tags: 2.1.19.dfsg1-0.1ubuntu1
* Synchronize to Debian (#28137)
* Reapply remaining Ubuntu changes to clean Debian package:
  - debian/patches/13_libdb42_autotools.diff, debian/control: Build against
    db4.3 instead of 4.2.
  - debian/control:  Since the libsasl2 package description so clearly states
    that the library is "completely useless" without one of the
    libsasl2-modules packages, upgrade the Recommends on a single package to
    an ORd Depends on the complete list of them. (Ubuntu bug #8046) 
    [Adam Conrad]

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
SCRIPT_DIR     = /usr/share/dbs
11
11
 
12
12
# the dbs rules
13
 
TAR_DIR := cyrus-sasl-2.1.19
 
13
TAR_DIR := cyrus-sasl-2.1.19.dfsg1
14
14
include $(SCRIPT_DIR)/dbs-build.mk
15
15
 
16
16
# dpkg-arch rules
35
35
        dh_testdir
36
36
        dh_movefiles -plibsasl2
37
37
        dh_movefiles -plibsasl2-modules-gssapi-heimdal
38
 
        dh_movefiles -plibsasl2-modules-kerberos-heimdal
39
38
        dh_movefiles -plibsasl2-modules-sql
40
39
        dh_movefiles
41
40
        touch $@
93
92
        cd saslauthd; \
94
93
        $(AUTOTOOLS); \
95
94
        cd ..; \
96
 
        ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-saslauthd=/var/run/saslauthd --enable-login  --enable-auth-sasldb --with-ldap --enable-sql --enable-ntlm --enable-static --enable-alwaystrue --disable-krb4)
 
95
        ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-saslauthd=/var/run/saslauthd --enable-login  --enable-auth-sasldb --with-ldap --enable-sql --enable-ntlm --enable-static --enable-alwaystrue)
97
96
 
98
97
        touch $@
99
98