Bug#499662: libcairo-directfb2-dev: directfb2-dev build is missing a libtool archive

2008-10-11 Thread Luk Claes
Hi

Please upload fixed packages.

Note that I thought this was still being tested by Jérémy and that no
mail to debian-release was sent, but apparently my input was requested...

Cheers

Luk



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



Bug#499662: libcairo-directfb2-dev: directfb2-dev build is missing a libtool archive

2008-10-11 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Luk Claes [EMAIL PROTECTED] writes:

 Hi

 Please upload fixed packages.

 Note that I thought this was still being tested by Jérémy and that no
 mail to debian-release was sent, but apparently my input was requested...

:-)

Thanks by acking it. From d-i POV it looks fine.

I think we'll get the kernel finally built in all architectures today
and I'm temped to do a massupload using it to get it in RC1. If
Josselin can get this uploaded ASAP we could get it included in RC1 as
well and try to avoid an RC2.

Cheers,

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
Microsoft sells you Windows ... Linux gives
 you the whole house.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkjwy1oACgkQLqiZQEml+FU83ACfYpvORb07EhEudx3Y2UF5rgkW
SQYAoIDeW8pgHEpoDf3L+gQ36BTqbPxj
=KBNN
-END PGP SIGNATURE-



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



Bug#499662: libcairo-directfb2-dev: directfb2-dev build is missing a libtool archive

2008-09-20 Thread Jan Michael Alonzo
Package: libcairo-directfb2-dev
Version: 1.6.4-6
Severity: grave
Tags: patch
Justification: renders package unusable

This package is missing a libtool archive which makes software that depend
on
this library not able to build (link) properly. When Libtool is used and
-L/usr/lib/libcairo-directfb/lib is passed to the linker, libtool won't be
able to find /usr/lib/libcairo-directfb/lib/libcairo.so[1] and will use
/usr/lib/libcairo.so, which is incorrect.

Attached is a patch to fix this issue.

[1] libtool checks if the .la = .so in /usr/lib/libcairo-directfb/lib. But
since there is no .la, this won't be true and will use /usr/lib/libcairo.so
instead.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcairo-directfb2-dev depends on:
ii  libcairo-directfb21.6.4-6The Cairo 2D vector graphics
libra
ii  libdirectfb-dev   1.0.1-11   direct frame buffer graphics
libra
ii  libfontconfig1-dev2.6.0-1generic font configuration
library
ii  libfreetype6-dev  2.3.7-2FreeType 2 font engine,
developmen
ii  libpixman-1-dev   0.10.0-2   pixel-manipulation library for
X a
ii  libpng12-dev  1.2.27-1   PNG library - development

libcairo-directfb2-dev recommends no packages.

libcairo-directfb2-dev suggests no packages.

-- no debconf information
--- libcairo-directfb2-dev.install.orig	2008-09-21 15:17:32.0 +1000
+++ libcairo-directfb2-dev.install	2008-09-21 15:10:49.0 +1000
@@ -1,4 +1,5 @@
 debian/dist-directfb/usr/lib/libcairo-directfb/include/cairo/*.h /usr/lib/libcairo-directfb/include/cairo
 debian/dist-directfb/usr/lib/libcairo-directfb/lib/libcairo.so /usr/lib/libcairo-directfb/lib
 debian/dist-directfb/usr/lib/libcairo-directfb/lib/libcairo*.a /usr/lib/libcairo-directfb/lib
+debian/dist-directfb/usr/lib/libcairo-directfb/lib/libcairo*.la /usr/lib/libcairo-directfb/lib
 debian/dist-directfb/usr/lib/pkgconfig/cairo-directfb.pc /usr/lib/pkgconfig