~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-10-18 10:46:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061018104648-azvqry2lsqqxeifc
Tags: 2.3.3-4
* Empty /etc/mailname was incorrectly handled.  Closes: #387641
* updated spanish,french translations.  Closes: #393770, #391884
* also copy /etc/nss_mdns.config into the chroot.  Closes: #393716

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
endif
45
45
 
46
46
CCARGS=-DDEBIAN -DMAX_DYNAMIC_MAPS -DHAS_PCRE -DHAS_LDAP \
 
47
        -DHAS_CDB \
47
48
        -DHAS_MYSQL -I/usr/include/mysql \
48
49
        -DHAS_PGSQL -I`pg_config --includedir` \
49
50
        -DHAS_SSL -I/usr/include/openssl \
111
112
        install lib/dict_mysql.so ${base}-mysql/${plibdir}
112
113
        install lib/dict_pgsql.so ${base}-pgsql/${plibdir}
113
114
        install lib/dict_tcp.so ${base}/${plibdir}
 
115
        install lib/dict_cdb.so ${base}-cdb/${plibdir}
114
116
        install libexec/[a-z]* ${base}/${plibdir}
115
117
        install bin/[a-z]* ${base}/${sbindir}
116
118
        install auxiliary/qshape/qshape.pl ${base}/${sbindir}/qshape