diff -u postfix-2.1.1/debian/changelog postfix-2.1.1/debian/changelog --- postfix-2.1.1/debian/changelog +++ postfix-2.1.1/debian/changelog @@ -1,3 +1,13 @@ +postfix (2.1.1-1.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, + libdb3-dev instead of libdb4.2-dev and libsasl-dev instead of libsasl2-dev + + reduced required versions of libldap2-dev and libssl-dev build-dependencies + + -- Norbert Tretkowski Wed, 02 Jun 2004 11:02:46 -0300 + postfix (2.1.1-2) unstable; urgency=low * Add IPv6 support. This may change when upstream incorporates IPv6, diff -u postfix-2.1.1/debian/control postfix-2.1.1/debian/control --- postfix-2.1.1/debian/control +++ postfix-2.1.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: LaMont Jones Standards-Version: 3.5.2.0 -Build-Depends: debhelper (>= 4.1.16), libdb4.2-dev, libldap2-dev (>=2.1), libpcre3-dev, libmysqlclient10-dev, patch, libssl-dev (>=0.9.7-1), libsasl2-dev, postgresql-dev, po-debconf (>= 0.5.0) +Build-Depends: debhelper (>= 4.1.16), libdb3-dev, libldap2-dev (>=2.0), libpcre3-dev, libmysqlclient10-dev, patch, libssl-dev (>=0.9.6-1), libsasl-dev, postgresql-dev, po-debconf (>= 0.5.0) Package: postfix Architecture: any diff -u postfix-2.1.1/debian/rules postfix-2.1.1/debian/rules --- postfix-2.1.1/debian/rules +++ postfix-2.1.1/debian/rules @@ -53,7 +53,7 @@ TLSCCARGS=-DUSE_TLS -I/usr/include/openssl -DHAS_SSL \ -DUSE_SASL_AUTH -I/usr/include/sasl ${CCARGS} -DUSE_TLS -TLSAUXLIBS=-lssl -lcrypto -lsasl2 +TLSAUXLIBS=-lssl -lcrypto -lsasl DOCFILES=README_FILES/*_README COMPATIBILITY TODO PORTING TLSDOCFILES=${TLSSRC}/README ${TLSSRC}/TODO ${TLSSRC}/ACKNOWLEDGEMENTS