--- postfix-2.1.4/debian/rules Thu Nov 4 22:17:54 2004 +++ postfix-2.1.4-freax/debian/rules Thu Nov 4 22:08:36 2004 @@ -54,7 +54,7 @@ TLSCCARGS=-DUSE_TLS -I/usr/include/openssl -DHAS_SSL \ -DUSE_SASL_AUTH -I/usr/include/sasl ${CCARGS} -DUSE_TLS -TLSAUXLIBS=-lssl -lcrypto -lsasl +TLSAUXLIBS=-lssl -lcrypto -lsasl2 DOCFILES=README_FILES/*_README COMPATIBILITY TODO PORTING TLSDOCFILES=${TLSSRC}/README ${TLSSRC}/TODO ${TLSSRC}/ACKNOWLEDGEMENTS --- postfix-2.1.4/debian/control Thu Nov 4 22:17:54 2004 +++ postfix-2.1.4-freax/debian/control Thu Nov 4 22:10:05 2004 @@ -3,7 +3,7 @@ Priority: extra Maintainer: LaMont Jones Standards-Version: 3.5.2.0 -Build-Depends: debhelper (>= 4.1.16), libdb3-dev, libldap2-dev, libpcre3-dev, libmysqlclient10-dev, patch, libssl-dev, libsasl-dev, postgresql-dev, po-debconf (>= 0.5.0) +Build-Depends: debhelper (>= 4.1.16), libdb3-dev, libldap2-dev, libpcre3-dev, libmysqlclient10-dev, patch, libssl-dev, libsasl2-dev, postgresql-dev, po-debconf (>= 0.5.0) Package: postfix Architecture: any --- postfix-2.1.4/debian/changelog Thu Nov 4 22:17:54 2004 +++ postfix-2.1.4-freax/debian/changelog Thu Nov 4 22:12:47 2004 @@ -1,5 +1,13 @@ postfix (2.1.4-2.backports.org.1) unstable; urgency=low + * adapted for libsasl2 + + modified the rules file + + modified the control file + + -- Philip Van Hoof Thu, 4 Nov 2004 22:12:16 +0200 + +postfix (2.1.4-2.backports.org.1) unstable; urgency=low + * recompiled for http://www.backports.org/ + modified $TLSAUXLIBS in debian/rules to use sasl instead of sasl2 + modified build-dependencies in debian/control to use sasl instead of sasl2,