diff options
author | Didier Raboud <odyx@debian.org> | 2012-05-03 22:02:28 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-05-03 22:02:37 +0200 |
commit | a7c3316335b8cb679c2afacfa05e7c392a9248e0 (patch) | |
tree | 1a6e22b23a10e54ed38cf7ae6fb9acec3de5eff4 | |
parent | 005cc5e84451c368c7f40fd1b5b5f989a8388395 (diff) | |
download | qt4-x11-a7c3316335b8cb679c2afacfa05e7c392a9248e0.tar.gz |
Add libqt4-dev Breaks against libphonon-dev << multiarch.
Breaks against libphonon-dev << 4:4.6.0.0-1+exp1~ because otherwise
phonon might not be there in its multiarch'ed version, hence might not
be detected by the usual cmake Qt modules detectors.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bb6de21..dee54b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ qt4-x11 (4:4.8.1-2) UNRELEASED; urgency=low + [ Didier Raboud ] + * Add libqt4-dev Breaks against libphonon-dev << 4:4.6.0.0-1+exp1~ + because otherwise phonon might not be there in its multiarch'ed + version, hence might not be detected by the usual cmake Qt modules + detectors. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 03 May 2012 21:58:22 +0200 diff --git a/debian/control b/debian/control index 8f57d33..0d0cdfd 100644 --- a/debian/control +++ b/debian/control @@ -536,7 +536,8 @@ Depends: libqt4-dbus (= ${binary:Version}), Recommends: libqt4-opengl-dev (= ${binary:Version}), libqtwebkit-dev (>= 2.0~) Breaks: g++-4.6 (<< 4.6.0-7~) [armel], libqt4-opengl-dev (<< 4.4.0-2), - libqtwebkit-dev (<< 2.0~) + libqtwebkit-dev (<< 2.0~), + libphonon4-dev (<< 4:4.6.0.0-1+exp1~) Replaces: libqt4-opengl-dev (<< 4.4.0-2), libqtwebkit-dev (<< 2.0~) Suggests: firebird-dev, libmysqlclient-dev, |