Package: libfreetype6-dev
Version: 2.2.1-2
Severity: minor

Hi,

There are spurious dependencies in freetype2.pc:

Libs: -L${libdir} -lfreetype -lz

-lz is _not_ needed in Libs (since the -lfreetype interface
doesn't depend on -lz interface) and just brings an unneeded
dependency. It should rather be put in Libs.private:

Libs: -L${libdir} -lfreetype
Libs.private: -lz

(so that static compiling still works).

Samuel


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libfreetype6-dev depends on:
ii  libc6-dev [libc-dev]          2.3.6-15   GNU C Library: Development Librari
ii  libfreetype6                  2.2.1-2    FreeType 2 font engine, shared lib
ii  zlib1g-dev [libz-dev]         1:1.2.3-11 compression library - development

libfreetype6-dev recommends no packages.

-- no debconf information


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

Reply via email to