Package: vpopmail Version: 5.4.4-1 Severity: serious Tags: patch When building 'vpopmail' on amd64/unstable, the resulting libvpopmail1 package does not contain the shared library files libvpopmail.so.1*.
This is apparently caused by outdated libtool scripts. With the attached patch 'vpopmail' can be compiled on amd64/unstable. The attached patch also adds the missing Build-Depends on 'adduser' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/vpopmail-5.4.4/debian/rules ./debian/rules --- ../tmp-orig/vpopmail-5.4.4/debian/rules 2005-09-05 13:51:07.000000000 +0000 +++ ./debian/rules 2005-09-05 13:47:28.000000000 +0000 @@ -13,6 +13,7 @@ configure: configure-stamp configure-stamp: dh_testdir + libtoolize -f /bin/sh ./autogen.sh \ --enable-vpopmail=/var/lib/vpopmail \ --enable-vpopmailbindir=/usr/sbin \ diff -urN ../tmp-orig/vpopmail-5.4.4/debian/control ./debian/control --- ../tmp-orig/vpopmail-5.4.4/debian/control 2005-09-05 13:51:07.000000000 +0000 +++ ./debian/control 2005-09-05 13:47:58.000000000 +0000 @@ -2,7 +2,7 @@ Section: contrib/mail Priority: optional Maintainer: Pawel Wiecek <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.16), autoconf, automake, freecdb, libmysqlclient10-dev | libmysqlclient-dev, libtool, zlib1g-dev, libglib-dev, ed +Build-Depends: debhelper (>= 4.1.16), autoconf, automake, adduser, freecdb, libmysqlclient10-dev | libmysqlclient-dev, libtool, zlib1g-dev, libglib-dev, ed Standards-Version: 3.6.1 Package: vpopmail-bin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]