Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-17 Thread Josip Rodin
On Tue, Feb 06, 2007 at 07:17:42PM +0100, Kurt Roeckx wrote: Why does this only happen on amd64? I don't really want an architecture-specific kludge in the package, let's fix the tools to be consistent. Or at least produce useful error information (e.g. crapping out instead of letting bad

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-06 Thread Steve Langasek
On Mon, Feb 05, 2007 at 12:09:03AM +0100, Josip Rodin wrote: Can someone please suggest a proper solution to #395529? What happened there, really? Why is the package not getting built properly on amd64 only? % cd debian/pool/main/m/maildrop % for i in maildrop_2.0.2-11_*.deb; do dpkg -I $i

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-06 Thread Steve Langasek
On Mon, Feb 05, 2007 at 08:54:28PM +0100, Kurt Roeckx wrote: On Sun, Feb 04, 2007 at 11:54:47PM +, Stephen Gran wrote: [EMAIL PROTECTED]:~$ dpkg -x maildrop_2.0.3-1_amd64.deb tmp/maildrop/ [EMAIL PROTECTED]:~$ objdump -x tmp/maildrop/usr/bin/maildrop | grep auth NEEDED

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-06 Thread Josip Rodin
On Tue, Feb 06, 2007 at 04:31:35AM -0800, Steve Langasek wrote: [EMAIL PROTECTED]:~$ dpkg -x maildrop_2.0.3-1_amd64.deb tmp/maildrop/ [EMAIL PROTECTED]:~$ objdump -x tmp/maildrop/usr/bin/maildrop | grep auth NEEDED libcourierauth.so.0 RPATH

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-06 Thread Kurt Roeckx
On Tue, Feb 06, 2007 at 02:22:06PM +0100, Josip Rodin wrote: BTW, couldn't this also be addressed just by adding a -l/usr/lib/courier-authlib option to dh_shlibdeps? That seems to work too. Why does this only happen on amd64? I don't really want an architecture-specific kludge in the

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-05 Thread Kurt Roeckx
On Sun, Feb 04, 2007 at 11:54:47PM +, Stephen Gran wrote: [EMAIL PROTECTED]:~$ dpkg -x maildrop_2.0.3-1_amd64.deb tmp/maildrop/ [EMAIL PROTECTED]:~$ objdump -x tmp/maildrop/usr/bin/maildrop | grep auth NEEDED libcourierauth.so.0 RPATH /usr/lib:/usr/lib/courier-authlib

maildrop lacking courier-authlib dependency on amd64, still

2007-02-04 Thread Josip Rodin
Hi, Can someone please suggest a proper solution to #395529? What happened there, really? Why is the package not getting built properly on amd64 only? % cd debian/pool/main/m/maildrop % for i in maildrop_2.0.2-11_*.deb; do dpkg -I $i | grep Depends | grep -q courier-authlib || echo $i; done

Re: maildrop lacking courier-authlib dependency on amd64, still

2007-02-04 Thread Stephen Gran
This one time, at band camp, Josip Rodin said: Hi, Can someone please suggest a proper solution to #395529? What happened there, really? Why is the package not getting built properly on amd64 only? % cd debian/pool/main/m/maildrop % for i in maildrop_2.0.2-11_*.deb; do dpkg -I $i | grep