Your message dated Thu, 28 Jul 2005 01:17:39 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319973: fixed in courier 0.47-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jul 2005 01:45:45 +0000
>From [EMAIL PROTECTED] Mon Jul 25 18:45:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DxEVt-0008Gd-00; Mon, 25 Jul 2005 18:45:45 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6Q1jiMQ021711
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Mon, 25 Jul 2005 18:45:44 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1Dx5MY-0000vb-UC
        for [EMAIL PROTECTED]; Mon, 25 Jul 2005 08:59:30 -0700
Date: Mon, 25 Jul 2005 08:59:30 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Unable to find libpq-fe.h
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--kORqDWCi7qDJ0mEj
Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr"
Content-Disposition: inline


--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: courier
Version: 0.47-4
Severity: serious
Tags: patch

courier fails to build because it cannot find libpq-fe.h, which has
moved from /usr/include/postgresql to /usr/include/postgresql/8.0:

> Compiling authpgsql.c
> In file included from authpgsql.c:19:
> authpgsql.h:8:22: error: libpq-fe.h: No such file or directory

The attached patch makes it look in the new location, which fixes the
problem.

--=20
Matt

--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -u courier-0.47/debian/rules courier-0.47/debian/rules
--- courier-0.47/debian/rules
+++ courier-0.47/debian/rules
@@ -49,7 +49,7 @@
                --with-mysql-includes=/usr/include/mysql \
                --with-mysql-libs=/usr/lib \
                --with-authpgsql \
-               --with-pgsql-includes=/usr/include/postgresql \
+               --with-pgsql-includes=/usr/include/postgresql/8.0 \
                --with-pgsql-libs=/usr/lib \
                --without-authshadow \
                --without-authvchkpw \

--PNTmBPCT7hxwcZjr--

--kORqDWCi7qDJ0mEj
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC5QxifNdgYxVXvBARAt/PAJ9xqRNkF2LBwj6cqOGwXUzsr+xlzQCfVaG9
TyDnFJSGMEHq8nhIpWcz/Ms=
=xoa2
-----END PGP SIGNATURE-----

--kORqDWCi7qDJ0mEj--

---------------------------------------
Received: (at 319973-close) by bugs.debian.org; 28 Jul 2005 08:34:22 +0000
>From [EMAIL PROTECTED] Thu Jul 28 01:34:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dy3aF-0005z0-00; Thu, 28 Jul 2005 01:17:39 -0700
From: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319973: fixed in courier 0.47-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 01:17:39 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.2 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,MLM 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: courier
Source-Version: 0.47-5

We believe that the bug you reported is fixed in the latest version of
courier, which is due to be installed in the Debian FTP archive:

courier-authdaemon_0.47-5_i386.deb
  to pool/main/c/courier/courier-authdaemon_0.47-5_i386.deb
courier-authmysql_0.47-5_i386.deb
  to pool/main/c/courier/courier-authmysql_0.47-5_i386.deb
courier-authpostgresql_0.47-5_i386.deb
  to pool/main/c/courier/courier-authpostgresql_0.47-5_i386.deb
courier-base_0.47-5_i386.deb
  to pool/main/c/courier/courier-base_0.47-5_i386.deb
courier-doc_0.47-5_all.deb
  to pool/main/c/courier/courier-doc_0.47-5_all.deb
courier-faxmail_0.47-5_i386.deb
  to pool/main/c/courier/courier-faxmail_0.47-5_i386.deb
courier-imap-ssl_3.0.8-5_i386.deb
  to pool/main/c/courier/courier-imap-ssl_3.0.8-5_i386.deb
courier-imap_3.0.8-5_i386.deb
  to pool/main/c/courier/courier-imap_3.0.8-5_i386.deb
courier-ldap_0.47-5_i386.deb
  to pool/main/c/courier/courier-ldap_0.47-5_i386.deb
courier-maildrop_0.47-5_i386.deb
  to pool/main/c/courier/courier-maildrop_0.47-5_i386.deb
courier-mlm_0.47-5_i386.deb
  to pool/main/c/courier/courier-mlm_0.47-5_i386.deb
courier-mta-ssl_0.47-5_i386.deb
  to pool/main/c/courier/courier-mta-ssl_0.47-5_i386.deb
courier-mta_0.47-5_i386.deb
  to pool/main/c/courier/courier-mta_0.47-5_i386.deb
courier-pcp_0.47-5_i386.deb
  to pool/main/c/courier/courier-pcp_0.47-5_i386.deb
courier-pop-ssl_0.47-5_i386.deb
  to pool/main/c/courier/courier-pop-ssl_0.47-5_i386.deb
courier-pop_0.47-5_i386.deb
  to pool/main/c/courier/courier-pop_0.47-5_i386.deb
courier-ssl_0.47-5_i386.deb
  to pool/main/c/courier/courier-ssl_0.47-5_i386.deb
courier-webadmin_0.47-5_i386.deb
  to pool/main/c/courier/courier-webadmin_0.47-5_i386.deb
courier_0.47-5.diff.gz
  to pool/main/c/courier/courier_0.47-5.diff.gz
courier_0.47-5.dsc
  to pool/main/c/courier/courier_0.47-5.dsc
sqwebmail_0.47-5_i386.deb
  to pool/main/c/courier/sqwebmail_0.47-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Hornburg (Racke) <[EMAIL PROTECTED]> (supplier of updated courier 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 26 Jul 2005 10:59:47 +0200
Source: courier
Binary: courier-authpostgresql courier-ldap courier-faxmail courier-pcp 
courier-authmysql courier-imap courier-authdaemon courier-base sqwebmail 
courier-ssl courier-pop courier-mta courier-webadmin courier-imap-ssl 
courier-doc courier-mlm courier-maildrop courier-mta-ssl courier-pop-ssl
Architecture: source i386 all
Version: 0.47-5
Distribution: unstable
Urgency: high
Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Changed-By: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Description: 
 courier-authdaemon - Courier Mail Server - Authentication daemon
 courier-authmysql - Courier Mail Server - MySQL authentication
 courier-authpostgresql - Courier Mail Server - PostgreSQL Authentication
 courier-base - Courier Mail Server - Base system
 courier-doc - Courier Mail Server - Additional documentation
 courier-faxmail - Courier Mail Server - Faxmail gateway
 courier-imap - Courier Mail Server - IMAP server
 courier-imap-ssl - Courier Mail Server - IMAP over SSL
 courier-ldap - Courier Mail Server - LDAP support
 courier-maildrop - Courier Mail Server - Mail delivery agent
 courier-mlm - Courier Mail Server - Mailing list manager
 courier-mta - Courier Mail Server - ESMTP daemon
 courier-mta-ssl - Courier Mail Server - ESMTP over SSL
 courier-pcp - Courier Mail Server - PCP server
 courier-pop - Courier Mail Server - POP3 server
 courier-pop-ssl - Courier Mail Server - POP3 over SSL
 courier-ssl - Courier Mail Server - SSL/TLS Support
 courier-webadmin - Courier Mail Server - Web-based administration frontend
 sqwebmail  - Courier Mail Server - Webmail server
Closes: 319973
Changes: 
 courier (0.47-5) unstable; urgency=high
 .
   * fixes FTBFS due to change location of PostgreSQL include files
     (Closes: #319973, thank to Matt Kraai <[EMAIL PROTECTED]> for the
     report)
Files: 
 36633293b263a11e2ea707fd31d5bb51 1204 mail optional courier_0.47-5.dsc
 012d84aacf66d5ca4d2c3b80f7f06420 94980 mail optional courier_0.47-5.diff.gz
 c9343785370c7c11ad88a8f7651425a4 370262 doc optional courier-doc_0.47-5_all.deb
 39e2a6d7e38f3f42be86a67ce7105b58 232706 mail optional 
courier-base_0.47-5_i386.deb
 3099e803dad23be3b7597430ae86502b 930894 mail optional 
courier-maildrop_0.47-5_i386.deb
 b02da9610610634106081f75f00ceda3 109030 mail optional 
courier-mlm_0.47-5_i386.deb
 d746730ec2d40ae9bc57f789f5c72957 2077386 mail extra courier-mta_0.47-5_i386.deb
 7d4db0db892bff736e6c8f55b43b45e9 28608 mail optional 
courier-faxmail_0.47-5_i386.deb
 aa373dde11e28ef6883e5350c75dace2 34440 mail optional 
courier-webadmin_0.47-5_i386.deb
 f406b0844b21cf0789ba16fa91f1f393 778578 mail optional sqwebmail_0.47-5_i386.deb
 2025e72473cfd8601479c283b6279a46 60400 mail optional 
courier-pcp_0.47-5_i386.deb
 00b1a0ab51a1ae8053e1679d0fd40587 416912 mail extra courier-pop_0.47-5_i386.deb
 2ffbf8023b416b10016a5c10d3a84faf 66294 mail optional 
courier-ldap_0.47-5_i386.deb
 810a5c171d0b4ac2758656d4a78617db 55254 mail optional 
courier-authdaemon_0.47-5_i386.deb
 e8e833bf4b2da3c2813e8f9921ad7027 51500 mail optional 
courier-authmysql_0.47-5_i386.deb
 53dbafc0ffce97880e422937609a01cc 191568 mail optional 
courier-ssl_0.47-5_i386.deb
 7088e0b2f0dd8724a709acd22ed8b74d 19004 mail extra 
courier-mta-ssl_0.47-5_i386.deb
 cc10d22942cbd299cc1b6dcea046c03b 20706 mail optional 
courier-pop-ssl_0.47-5_i386.deb
 9629e5e606193ab8a9337fb5f21e8b9a 51618 mail optional 
courier-authpostgresql_0.47-5_i386.deb
 be5a97faa50198ce2d46ce95e5a749f2 938404 mail extra 
courier-imap_3.0.8-5_i386.deb
 14f32dc3883a68b19b5097bd2d4250ee 20896 mail extra 
courier-imap-ssl_3.0.8-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC5gA1jgVfE5tya3ERAnC5AJ4nt/WSx6lSNJtyS5s3FriuHaAmsACdGXfo
ft7wu+BJS/3sL1NkCW3AqAU=
=Wyh5
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to