Package: asmail Severity: important Version: 2.1-1 Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch hardy
Hi, asmail Build-Depends on libx11-dev, but also requires libxext-dev. Previously the former depended on the latter, but the version in experimental drops that dependency, meaning that your package will FTBFS. Ubuntu did this transition a while ago, and as such Albin Tonnerre patched the package there to correct this problem. You can see the patch at http://patches.ubuntu.com/a/asmail/asmail_2.1-1ubuntu2.patch It is included inline below for your convenience. This bug is currently only Severity: important, but when libx11-dev moves from experimental to unstable it will become serious severity. Thanks, James diff -pruN 2.1-1/debian/changelog 2.1-1ubuntu2/debian/changelog --- 2.1-1/debian/changelog 2007-08-09 23:13:01.000000000 +0100 +++ 2.1-1ubuntu2/debian/changelog 2007-08-09 23:12:05.000000000 +0100 @@ -1,3 +1,17 @@ +asmail (2.1-1ubuntu2) gutsy; urgency=low + + * Actually Build-Depend on libxext-dev rather than x11proto-xext-dev. Fix + the actual FTBFS + + -- Albin Tonnerre <[EMAIL PROTECTED]> Thu, 09 Aug 2007 22:55:59 +0200 + +asmail (2.1-1ubuntu1) gutsy; urgency=low + + * debian/control: Build-Depend on x11proto-xext-dev. Fixes FTBFS + * Modify Maintainer value to match the DebianMaintainerField specification. + + -- Albin Tonnerre <[EMAIL PROTECTED]> Thu, 09 Aug 2007 21:32:00 +0200 + asmail (2.1-1) unstable; urgency=low * New upstream release diff -pruN 2.1-1/debian/control 2.1-1ubuntu2/debian/control --- 2.1-1/debian/control 2007-08-09 23:13:01.000000000 +0100 +++ 2.1-1ubuntu2/debian/control 2007-08-09 23:12:05.000000000 +0100 @@ -1,9 +1,10 @@ Source: asmail Section: mail Priority: optional -Maintainer: Fredrik Hallenberg <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Fredrik Hallenberg <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>=4), libx11-dev, libxpm-dev, libssl-dev +Build-Depends: debhelper (>=4), libx11-dev, libxpm-dev, libssl-dev, libxext-dev Package: asmail Architecture: any -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]