diff -u cyrus-sasl2-2.1.18/debian/changelog cyrus-sasl2-2.1.18/debian/changelog --- cyrus-sasl2-2.1.18/debian/changelog +++ cyrus-sasl2-2.1.18/debian/changelog @@ -1,3 +1,14 @@ +cyrus-sasl2 (2.1.18-3.backports.org.1) unstable; urgency=medium + + * recompiled for http://www.backports.org/ + + reduced versions from heimdal-dev, libssl-dev, libldap-dev and libmysqlclient10-dev + build-dependencies + + removed comerr-dev build-dependency + + fixed base-passwd dependency + + added sasl group in sasl2-bin.postinst + + -- Norbert Tretkowski Tue, 20 Apr 2004 01:18:17 +0200 + cyrus-sasl2 (2.1.18-4) unstable; urgency=medium * Added the build dependency on libtool diff -u cyrus-sasl2-2.1.18/debian/control cyrus-sasl2-2.1.18/debian/control --- cyrus-sasl2-2.1.18/debian/control +++ cyrus-sasl2-2.1.18/debian/control @@ -1,5 +1,5 @@ Source: cyrus-sasl2 -Build-Depends: autotools-dev, debhelper, libpam0g-dev, zlib1g-dev, libdb3-dev (>= 3.2.9-14), libopie-dev (>= 2.32-8), chrpath, heimdal-dev (>= 0.4e-16), libssl-dev (>= 0.9.6d-1), kerberos4kth-dev (>= 1.1-11), libmysqlclient10-dev (>= 3.23.52), postgresql-dev, libldap2-dev (>= 2.1.21), automake1.7 (>= 1.7.9), autoconf (>=2.57), dbs, groff-base, comerr-dev, libtool (>= 1.5.2-1) +Build-Depends: autotools-dev, debhelper, libpam0g-dev, zlib1g-dev, libdb3-dev (>= 3.2.9-14), libopie-dev (>= 2.32-8), chrpath, heimdal-dev, libssl-dev, kerberos4kth-dev (>= 1.1-11), libmysqlclient10-dev, postgresql-dev, libldap2-dev, automake1.7 (>= 1.7.9), autoconf (>=2.57), dbs, groff-base, libtool (>= 1.5.2-1) Section: devel Priority: important Maintainer: Dima Barsky @@ -8,7 +8,7 @@ Package: sasl2-bin Architecture: any Section: utils -Depends: ${shlibs:Depends}, base-passwd (>= 3.4.2) +Depends: ${shlibs:Depends}, base-passwd Description: Programs for manipulating the SASL users database This is the Cyrus SASL API implementation, version 2. See package libsasl2 and RFC 2222 for more information. diff -u cyrus-sasl2-2.1.18/debian/sasl2-bin.postinst cyrus-sasl2-2.1.18/debian/sasl2-bin.postinst --- cyrus-sasl2-2.1.18/debian/sasl2-bin.postinst +++ cyrus-sasl2-2.1.18/debian/sasl2-bin.postinst @@ -5,6 +5,8 @@ if [ "$1" = "configure" ]; then + groupadd -g 45 sasl 2>&1 >/dev/null || true + test -d $PWDIR || mkdir $PWDIR dpkg-statoverride --list $PWDIR 2>&1 >/dev/null || dpkg-statoverride --update --add root sasl 710 $PWDIR