[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#537304: Wrong #include "" paths in /usr/include/qt4/phonon/Phonon/*



Package: libphonon-dev
Version: 4:4.5.2-1
Severity: important

Hello,

#include paths generated in /usr/include/qt4/phonon/Phonon/* files are wrong.
They should point to parent directory rather than current directory. This
may cause FTBFSes when a filename of the phonon header is the same as the
filename of the custom header (e.g. see ##537023). So e.g.:

$ cat /usr/include/qt4/phonon/Phonon/VideoWidget
#include "videowidget.h"

should be

#include "../videowidget.h"

since the path to that phonon header is /usr/include/qt4/phonon/videowidget.h

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/1 CPU core)
Locale: LANG=lt_LT.UTF-8, LC_CTYPE=lt_LT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libphonon-dev depends on:
ii  libphonon4                    4:4.5.2-1  Qt 4 Phonon module

libphonon-dev recommends no packages.

libphonon-dev suggests no packages.

-- no debconf information



Reply to: