Merge lp:~timo-jyrinki/kubuntu-packaging/qt4-qtchooser-migration-raring into lp:~kubuntu-packagers/kubuntu-packaging/qt

Proposed by Timo Jyrinki
Status: Merged
Approved by: Fathi Boudra
Approved revision: 351
Merged at revision: 347
Proposed branch: lp:~timo-jyrinki/kubuntu-packaging/qt4-qtchooser-migration-raring
Merge into: lp:~kubuntu-packagers/kubuntu-packaging/qt
Diff against target: 1164 lines (+183/-617)
44 files modified
debian/changelog (+10/-1)
debian/control (+23/-4)
debian/libqt4-dev-bin.install (+7/-7)
debian/libqt4-dev-bin.links.in (+5/-3)
debian/libqt4-dev-bin.postinst (+0/-15)
debian/libqt4-dev-bin.preinst (+14/-0)
debian/libqt4-dev-bin.prerm (+0/-13)
debian/libqt4-dev.install (+1/-0)
debian/patches/01_debian_append_qt4_suffix.diff (+0/-415)
debian/patches/kubuntu_17_enable_qtwebkit_for_qtassistant.diff (+1/-1)
debian/patches/series (+0/-1)
debian/qdbus.install (+1/-1)
debian/qt4-default.install (+1/-0)
debian/qt4-demos.install (+1/-1)
debian/qt4-designer.install (+1/-1)
debian/qt4-designer.links.in (+2/-1)
debian/qt4-designer.menu (+2/-2)
debian/qt4-designer.postinst (+0/-10)
debian/qt4-designer.preinst (+13/-0)
debian/qt4-designer.prerm (+0/-12)
debian/qt4-dev-tools.install (+14/-14)
debian/qt4-dev-tools.links.in (+2/-0)
debian/qt4-dev-tools.menu (+4/-4)
debian/qt4-dev-tools.postinst (+0/-15)
debian/qt4-dev-tools.preinst (+14/-0)
debian/qt4-dev-tools.prerm (+0/-13)
debian/qt4-linguist-tools.install (+2/-2)
debian/qt4-linguist-tools.links.in (+4/-2)
debian/qt4-linguist-tools.postinst (+0/-15)
debian/qt4-linguist-tools.preinst (+14/-0)
debian/qt4-linguist-tools.prerm (+0/-13)
debian/qt4-qmake.install (+1/-1)
debian/qt4-qmake.links.in (+2/-1)
debian/qt4-qmake.postinst (+0/-10)
debian/qt4-qmake.preinst (+13/-0)
debian/qt4-qmake.prerm (+0/-12)
debian/qt4-qmlviewer.install (+1/-1)
debian/qt4-qtconfig.install (+1/-1)
debian/qt4-qtconfig.links.in (+1/-0)
debian/qt4-qtconfig.menu (+1/-1)
debian/qt4-qtconfig.postinst (+0/-10)
debian/qt4-qtconfig.preinst (+13/-0)
debian/qt4-qtconfig.prerm (+0/-12)
debian/rules (+14/-2)
To merge this branch: bzr merge lp:~timo-jyrinki/kubuntu-packaging/qt4-qtchooser-migration-raring
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+146090@code.launchpad.net

Commit message

* Migrate to use qtchooser for Qt5 co-installation support
    - Libraries co-installed, executables managed by qtchooser
    - Packages will need build-dep on qt4-default to build against Qt4
    - Symlinks left for binaries that had -qt4 via alternatives
  * Clean alternatives on upgrade
  * Add qt4-default package

Description of the change

* Migrate to use qtchooser for Qt5 co-installation support
    - Libraries co-installed, executables managed by qtchooser
    - Packages will need build-dep on qt4-default to build against Qt4
    - Symlinks left for binaries that had -qt4 via alternatives
  * Clean alternatives on upgrade
  * Add qt4-default package

The package has been so far tested in https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-proper to for example successfully build the qtcreator in there (which uses 'qmake-qt4').

The changes are identical to what's has been done in the Debian experimental branch at http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt4-x11.git;a=shortlog;h=refs/heads/experimental over the last month. One of the most interesting parts is probably the qt4-default and qt5-default packages which provide the default.conf symlink for qtchooser.

qtchooser packaging is available at http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qtchooser.git;a=shortlog (Debian) and https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/qtchooser (raring)

The snapshot release for orig tarball is at http://macieira.org/qtchooser/qtchooser-9-g8f08405.tar.gz . Distro patching adds the GPL required LICENSE files as per https://codereview.qt-project.org/#change,47111 (now merged)

To post a comment you must log in.
352. By Timo Jyrinki

Add the symlinks with a for loop instead.

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Excellent work, thanks for cleaning the latest mile! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-01-15 12:31:59 +0000
+++ debian/changelog 2013-02-08 06:33:21 +0000
@@ -1,11 +1,20 @@
1qt4-x11 (4:4.8.4+dfsg-0ubuntu3) UNRELEASED; urgency=low1qt4-x11 (4:4.8.4+dfsg-0ubuntu3) UNRELEASED; urgency=low
22
3 [ Harald Sitter]
3 * Rename fix_medium_font.diff to kubuntu_39_fix_medium_font.diff to reflect4 * Rename fix_medium_font.diff to kubuntu_39_fix_medium_font.diff to reflect
4 its origin.5 its origin.
5 * Apply kubuntu patches in numeric order.6 * Apply kubuntu patches in numeric order.
6 * Add more dep3 tags to kubuntu patches.7 * Add more dep3 tags to kubuntu patches.
78
8 -- Harald Sitter <apachelogger@ubuntu.com> Mon, 03 Dec 2012 11:12:52 +01009 [ Timo Jyrinki ]
10 * Migrate to use qtchooser for Qt5 co-installation support
11 - Libraries co-installed, executables managed by qtchooser
12 - Packages will need build-dep on qt4-default to build against Qt4
13 - Symlinks left for binaries that had -qt4 via alternatives
14 * Clean alternatives on upgrade
15 * Add qt4-default package
16
17 -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Wed, 16 Jan 2013 07:58:47 +0000
918
10qt4-x11 (4:4.8.4+dfsg-0ubuntu2) raring; urgency=low19qt4-x11 (4:4.8.4+dfsg-0ubuntu2) raring; urgency=low
1120
1221
=== modified file 'debian/control'
--- debian/control 2012-09-24 12:41:03 +0000
+++ debian/control 2013-02-08 06:33:21 +0000
@@ -7,7 +7,8 @@
7 Modestas Vainius <modax@debian.org>,7 Modestas Vainius <modax@debian.org>,
8 Sune Vuorela <debian@pusling.com>,8 Sune Vuorela <debian@pusling.com>,
9 Pino Toscano <pino@debian.org>,9 Pino Toscano <pino@debian.org>,
10 Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>10 Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
11 Timo Jyrinki <timo@debian.org>
11Build-Depends: debhelper (>= 9),12Build-Depends: debhelper (>= 9),
12 dpkg-dev (>= 1.16.1),13 dpkg-dev (>= 1.16.1),
13 flex,14 flex,
@@ -561,6 +562,7 @@
561Depends: ${misc:Depends}, ${shlibs:Depends}562Depends: ${misc:Depends}, ${shlibs:Depends}
562Breaks: libqt4-dev (<< 4:4.8.2)563Breaks: libqt4-dev (<< 4:4.8.2)
563Replaces: libqt4-dev (<< 4:4.8.2)564Replaces: libqt4-dev (<< 4:4.8.2)
565Recommends: qtchooser
564Description: Qt 4 development programs566Description: Qt 4 development programs
565 Qt is a cross-platform C++ application framework. Qt's primary feature567 Qt is a cross-platform C++ application framework. Qt's primary feature
566 is its rich set of widgets that provide standard GUI functionality.568 is its rich set of widgets that provide standard GUI functionality.
@@ -720,7 +722,7 @@
720Replaces: libqt4-core (<< 4.4.0~beta1-1),722Replaces: libqt4-core (<< 4.4.0~beta1-1),
721 libqt4-designer (<< 4.4.0~beta1-1),723 libqt4-designer (<< 4.4.0~beta1-1),
722 qt4-dev-tools (<= 4.0.1-2)724 qt4-dev-tools (<= 4.0.1-2)
723Recommends: libqt4-dev725Recommends: libqt4-dev, qtchooser
724Description: graphical designer for Qt 4 applications726Description: graphical designer for Qt 4 applications
725 Qt is a cross-platform C++ application framework. Qt's primary feature727 Qt is a cross-platform C++ application framework. Qt's primary feature
726 is its rich set of widgets that provide standard GUI functionality.728 is its rich set of widgets that provide standard GUI functionality.
@@ -734,7 +736,7 @@
734Depends: libqt4-sql-sqlite, ${misc:Depends}, ${shlibs:Depends}736Depends: libqt4-sql-sqlite, ${misc:Depends}, ${shlibs:Depends}
735Breaks: libqt4-core (<< 4.4.0~beta1-1)737Breaks: libqt4-core (<< 4.4.0~beta1-1)
736Replaces: libqt4-core (<< 4.4.0~beta1-1)738Replaces: libqt4-core (<< 4.4.0~beta1-1)
737Recommends: libqt4-dev, qt4-designer, qt4-doc739Recommends: libqt4-dev, qt4-designer, qt4-doc, qtchooser
738Suggests: qt4-doc-html740Suggests: qt4-doc-html
739Conflicts: qt3-dev-tools-embedded741Conflicts: qt3-dev-tools-embedded
740Description: Qt 4 development tools742Description: Qt 4 development tools
@@ -760,6 +762,7 @@
760Depends: ${misc:Depends}, ${shlibs:Depends}762Depends: ${misc:Depends}, ${shlibs:Depends}
761Breaks: libqt4-dev (<< 4.5.0~beta1+snapshot20090114-1)763Breaks: libqt4-dev (<< 4.5.0~beta1+snapshot20090114-1)
762Replaces: libqt4-dev (<< 4.5.0~beta1+snapshot20090114-1)764Replaces: libqt4-dev (<< 4.5.0~beta1+snapshot20090114-1)
765Recommends: qtchooser
763Description: Qt 4 qmake Makefile generator tool766Description: Qt 4 qmake Makefile generator tool
764 Qt is a cross-platform C++ application framework. Qt's primary feature767 Qt is a cross-platform C++ application framework. Qt's primary feature
765 is its rich set of widgets that provide standard GUI functionality.768 is its rich set of widgets that provide standard GUI functionality.
@@ -781,6 +784,7 @@
781Depends: ${misc:Depends}, ${shlibs:Depends}784Depends: ${misc:Depends}, ${shlibs:Depends}
782Breaks: libqt4-core (<< 4.4.0~beta1-1), libqt4-gui (<< 4.1.0)785Breaks: libqt4-core (<< 4.4.0~beta1-1), libqt4-gui (<< 4.1.0)
783Replaces: libqt4-core (<< 4.4.0~beta1-1), libqt4-gui (<< 4.1.0)786Replaces: libqt4-core (<< 4.4.0~beta1-1), libqt4-gui (<< 4.1.0)
787Recommends: qtchooser
784Description: Qt 4 configuration tool788Description: Qt 4 configuration tool
785 Qt is a cross-platform C++ application framework. Qt's primary feature789 Qt is a cross-platform C++ application framework. Qt's primary feature
786 is its rich set of widgets that provide standard GUI functionality.790 is its rich set of widgets that provide standard GUI functionality.
@@ -807,7 +811,7 @@
807Architecture: any811Architecture: any
808Section: devel812Section: devel
809Depends: ${misc:Depends}, ${shlibs:Depends}813Depends: ${misc:Depends}, ${shlibs:Depends}
810Recommends: imagemagick | gifsicle814Recommends: imagemagick | gifsicle, qtchooser
811Description: Qt 4 QML viewer815Description: Qt 4 QML viewer
812 Qt is a cross-platform C++ application framework. Qt's primary feature816 Qt is a cross-platform C++ application framework. Qt's primary feature
813 is its rich set of widgets that provide standard GUI functionality.817 is its rich set of widgets that provide standard GUI functionality.
@@ -822,6 +826,7 @@
822Depends: ${misc:Depends}, ${shlibs:Depends}826Depends: ${misc:Depends}, ${shlibs:Depends}
823Breaks: libqt4-dev (<< 4:4.7.3-2)827Breaks: libqt4-dev (<< 4:4.7.3-2)
824Replaces: libqt4-dev (<< 4:4.7.3-2)828Replaces: libqt4-dev (<< 4:4.7.3-2)
829Recommends: qtchooser
825Description: Qt 4 Linguist tools830Description: Qt 4 Linguist tools
826 Qt is a cross-platform C++ application framework. Qt's primary feature831 Qt is a cross-platform C++ application framework. Qt's primary feature
827 is its rich set of widgets that provide standard GUI functionality.832 is its rich set of widgets that provide standard GUI functionality.
@@ -838,6 +843,7 @@
838Depends: ${misc:Depends}, ${shlibs:Depends}843Depends: ${misc:Depends}, ${shlibs:Depends}
839Breaks: libqt4-dbus (<< 4:4.7.4-1)844Breaks: libqt4-dbus (<< 4:4.7.4-1)
840Replaces: libqt4-dbus (<< 4:4.7.4-1)845Replaces: libqt4-dbus (<< 4:4.7.4-1)
846Recommends: qtchooser
841Description: Qt 4 D-Bus tool847Description: Qt 4 D-Bus tool
842 Qt is a cross-platform C++ application framework. Qt's primary feature848 Qt is a cross-platform C++ application framework. Qt's primary feature
843 is its rich set of widgets that provide standard GUI functionality.849 is its rich set of widgets that provide standard GUI functionality.
@@ -872,3 +878,16 @@
872 This package contains the complete Qt 4 API documentation (HTML format).878 This package contains the complete Qt 4 API documentation (HTML format).
873 .879 .
874 The documentation is provided in HTML format.880 The documentation is provided in HTML format.
881
882Package: qt4-default
883Architecture: all
884Depends: qtchooser, libqt4-dev, ${misc:Depends}
885Conflicts: qt5-default
886Description: Qt 4 development defaults package
887 Qt is a cross-platform C++ application framework. Qt's primary feature
888 is its rich set of widgets that provide standard GUI functionality.
889 .
890 This package sets Qt 4 to be the default Qt version to be used when
891 using development binaries like qmake. It provides a default
892 configuration for qtchooser, but does not prevent alternative Qt
893 installations from being used.
875894
=== modified file 'debian/libqt4-dev-bin.install'
--- debian/libqt4-dev-bin.install 2012-05-29 13:16:53 +0000
+++ debian/libqt4-dev-bin.install 2013-02-08 06:33:21 +0000
@@ -1,7 +1,7 @@
1usr/bin/moc-qt41usr/lib/*/qt4/bin/moc
2usr/bin/qdbuscpp2xml2usr/lib/*/qt4/bin/qdbuscpp2xml
3usr/bin/qdbusxml2cpp3usr/lib/*/qt4/bin/qdbusxml2cpp
4usr/bin/qt3to44usr/lib/*/qt4/bin/qt3to4
5usr/bin/rcc5usr/lib/*/qt4/bin/rcc
6usr/bin/uic-qt46usr/lib/*/qt4/bin/uic
7usr/bin/uic37usr/lib/*/qt4/bin/uic3
88
=== renamed file 'debian/libqt4-dev-bin.links' => 'debian/libqt4-dev-bin.links.in'
--- debian/libqt4-dev-bin.links 2012-05-29 13:16:53 +0000
+++ debian/libqt4-dev-bin.links.in 2013-02-08 06:33:21 +0000
@@ -1,3 +1,5 @@
1usr/bin/moc-qt4 usr/share/qt4/bin/moc1usr/lib/MULTIARCH/qt4/bin/moc usr/share/qt4/bin/moc
2usr/bin/uic-qt4 usr/share/qt4/bin/uic2usr/lib/MULTIARCH/qt4/bin/uic usr/share/qt4/bin/uic
3usr/bin/rcc usr/share/qt4/bin/rcc3usr/lib/MULTIARCH/qt4/bin/rcc usr/share/qt4/bin/rcc
4usr/lib/MULTIARCH/qt4/bin/moc usr/bin/moc-qt4
5usr/lib/MULTIARCH/qt4/bin/uic usr/bin/uic-qt4
46
=== removed file 'debian/libqt4-dev-bin.postinst'
--- debian/libqt4-dev-bin.postinst 2012-05-29 13:16:53 +0000
+++ debian/libqt4-dev-bin.postinst 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/moc moc "/usr/bin/moc-qt4" "40" \
7 --slave /usr/share/man/man1/moc.1.gz moc.1.gz \
8 "/usr/share/man/man1/moc-qt4.1.gz"
9
10update-alternatives --install \
11 /usr/bin/uic uic "/usr/bin/uic-qt4" "40" \
12 --slave /usr/share/man/man1/uic.1.gz uic.1.gz \
13 "/usr/share/man/man1/uic-qt4.1.gz"
14
15#DEBHELPER#
160
=== added file 'debian/libqt4-dev-bin.preinst'
--- debian/libqt4-dev-bin.preinst 1970-01-01 00:00:00 +0000
+++ debian/libqt4-dev-bin.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,14 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove moc "/usr/bin/moc-qt4"
10 update-alternatives --remove uic "/usr/bin/uic-qt4"
11 fi ;;
12esac
13
14#DEBHELPER#
015
=== removed file 'debian/libqt4-dev-bin.prerm'
--- debian/libqt4-dev-bin.prerm 2012-05-29 13:16:53 +0000
+++ debian/libqt4-dev-bin.prerm 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove moc "/usr/bin/moc-qt4"
9 update-alternatives --remove uic "/usr/bin/uic-qt4"
10 ;;
11esac
12
13#DEBHELPER#
140
=== modified file 'debian/libqt4-dev.install'
--- debian/libqt4-dev.install 2012-05-29 13:16:53 +0000
+++ debian/libqt4-dev.install 2013-02-08 06:33:21 +0000
@@ -1,3 +1,4 @@
1usr/share/qtchooser/qt4.conf
1#usr/include/qt4/Qt/QtOpenVG2#usr/include/qt4/Qt/QtOpenVG
2#usr/include/qt4/Qt/qvg.h3#usr/include/qt4/Qt/qvg.h
3#usr/include/qt4/QtOpenVG/QtOpenVG4#usr/include/qt4/QtOpenVG/QtOpenVG
45
=== removed file 'debian/patches/01_debian_append_qt4_suffix.diff'
--- debian/patches/01_debian_append_qt4_suffix.diff 2013-01-15 12:19:28 +0000
+++ debian/patches/01_debian_append_qt4_suffix.diff 1970-01-01 00:00:00 +0000
@@ -1,415 +0,0 @@
1Author: Brian Nelson <pyro@debian.org>
2Author: Fathi Boudra <fabo@debian.org>
3Author: Pino Toscano <pino@kde.org>
4Description: Append a -qt4 suffix to some tools.
5 To allow co-installation of the development tools of Qt4 with the Qt3 ones,
6 we append a -qt4 suffix to the executable names of some development tools:
7 assistant, designer, linguist, lrelease, lupdate, moc, qmake, qtconfig, uic.
8Last-Update: 2011-12-25
9Forwarded: not-needed
10
11---
12 config.tests/unix/compile.test | 2 +-
13 config.tests/unix/doubleformat.test | 2 +-
14 config.tests/unix/endian.test | 2 +-
15 config.tests/unix/ptrsize.test | 2 +-
16 config.tests/x11/notype.test | 2 +-
17 configure | 12 ++++++------
18 demos/qtdemo/menumanager.cpp | 2 +-
19 mkspecs/common/linux.conf | 4 ++--
20 mkspecs/features/moc.prf | 2 +-
21 mkspecs/features/uic.prf | 2 +-
22 mkspecs/hurd-g++/qmake.conf | 4 ++--
23 projects.pro | 2 +-
24 qmake/Makefile.unix | 8 ++++----
25 src/tools/moc/moc.pro | 2 +-
26 src/tools/uic/uic.pro | 2 +-
27 tools/assistant/tools/assistant/assistant.pro | 2 +-
28 tools/designer/src/designer/assistantclient.cpp | 2 +-
29 tools/designer/src/designer/designer.pro | 2 +-
30 tools/designer/src/lib/shared/qdesigner_utils.cpp | 2 +-
31 tools/linguist/linguist/linguist.pro | 2 +-
32 tools/linguist/lrelease/lrelease.pro | 2 +-
33 tools/linguist/lupdate/lupdate.pro | 2 +-
34 tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp | 2 +-
35 tools/qtconfig/qtconfig.pro | 2 +-
36 translations/translations.pro | 6 +++---
37 25 files changed, 37 insertions(+), 37 deletions(-)
38
39Index: qt-everywhere-opensource-src-4.8.4/config.tests/unix/compile.test
40===================================================================
41--- qt-everywhere-opensource-src-4.8.4.orig/config.tests/unix/compile.test 2013-01-09 12:40:13.609143632 +0000
42+++ qt-everywhere-opensource-src-4.8.4/config.tests/unix/compile.test 2013-01-09 12:40:58.041144770 +0000
43@@ -69,7 +69,7 @@
44 rm -f "$EXE" "${EXE}.exe"
45
46 echo "QT_BUILD_TREE = $OUTDIR" > "$OUTDIR/$TEST/.qmake.cache"
47-"$OUTDIR/bin/qmake" -spec "$QMKSPEC" "CONFIG+=$QMAKE_CONFIG" "CONFIG-=debug_and_release" "LIBS*=$LFLAGS" "LIBS+=$MAC_ARCH_LFLAGS" "INCLUDEPATH*=$INCLUDEPATH" "QMAKE_CXXFLAGS*=$CXXFLAGS" "QMAKE_CXXFLAGS+=$MAC_ARCH_CXXFLAGS" "$SRCDIR/$TEST/$EXE.pro" -o "$OUTDIR/$TEST/Makefile"
48+"$OUTDIR/bin/qmake-qt4" -spec "$QMKSPEC" "CONFIG+=$QMAKE_CONFIG" "CONFIG-=debug_and_release" "LIBS*=$LFLAGS" "LIBS+=$MAC_ARCH_LFLAGS" "INCLUDEPATH*=$INCLUDEPATH" "QMAKE_CXXFLAGS*=$CXXFLAGS" "QMAKE_CXXFLAGS+=$MAC_ARCH_CXXFLAGS" "$SRCDIR/$TEST/$EXE.pro" -o "$OUTDIR/$TEST/Makefile"
49
50 if [ "$VERBOSE" = "yes" ]; then
51 $MAKE
52Index: qt-everywhere-opensource-src-4.8.4/config.tests/unix/doubleformat.test
53===================================================================
54--- qt-everywhere-opensource-src-4.8.4.orig/config.tests/unix/doubleformat.test 2013-01-09 12:40:13.609143632 +0000
55+++ qt-everywhere-opensource-src-4.8.4/config.tests/unix/doubleformat.test 2013-01-09 12:40:13.589143631 +0000
56@@ -10,7 +10,7 @@
57
58 # build and run a test program
59 test -d "$OUTDIR/config.tests/unix/doubleformat" || mkdir -p "$OUTDIR/config.tests/unix/doubleformat"
60-"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/doubleformat/doubleformattest.pro" -o "$OUTDIR/config.tests/unix/doubleformat/Makefile" >/dev/null 2>&1
61+"$OUTDIR/bin/qmake-qt4" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/doubleformat/doubleformattest.pro" -o "$OUTDIR/config.tests/unix/doubleformat/Makefile" >/dev/null 2>&1
62 cd "$OUTDIR/config.tests/unix/doubleformat"
63
64 DOUBLEFORMAT="UNKNOWN"
65Index: qt-everywhere-opensource-src-4.8.4/config.tests/unix/endian.test
66===================================================================
67--- qt-everywhere-opensource-src-4.8.4.orig/config.tests/unix/endian.test 2013-01-09 12:40:13.609143632 +0000
68+++ qt-everywhere-opensource-src-4.8.4/config.tests/unix/endian.test 2013-01-09 12:40:44.073144412 +0000
69@@ -11,7 +11,7 @@
70
71 # build and run a test program
72 test -d "$OUTDIR/config.tests/unix/endian" || mkdir -p "$OUTDIR/config.tests/unix/endian"
73-"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QMAKE_CXXFLAGS*=$SYSROOT" "LIBS*=$SYSROOT" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/endian/endiantest.pro" -o "$OUTDIR/config.tests/unix/endian/Makefile" >/dev/null 2>&1
74+"$OUTDIR/bin/qmake-qt4" -nocache -spec "$QMKSPEC" "QMAKE_CXXFLAGS*=$SYSROOT" "LIBS*=$SYSROOT" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/endian/endiantest.pro" -o "$OUTDIR/config.tests/unix/endian/Makefile" >/dev/null 2>&1
75 cd "$OUTDIR/config.tests/unix/endian"
76
77
78Index: qt-everywhere-opensource-src-4.8.4/config.tests/unix/ptrsize.test
79===================================================================
80--- qt-everywhere-opensource-src-4.8.4.orig/config.tests/unix/ptrsize.test 2013-01-09 12:40:13.609143632 +0000
81+++ qt-everywhere-opensource-src-4.8.4/config.tests/unix/ptrsize.test 2013-01-09 12:40:13.589143631 +0000
82@@ -10,7 +10,7 @@
83
84 # build and run a test program
85 test -d "$OUTDIR/config.tests/unix/ptrsize" || mkdir -p "$OUTDIR/config.tests/unix/ptrsize"
86-"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro" -o "$OUTDIR/config.tests/unix/ptrsize/Makefile" >/dev/null 2>&1
87+"$OUTDIR/bin/qmake-qt4" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro" -o "$OUTDIR/config.tests/unix/ptrsize/Makefile" >/dev/null 2>&1
88 cd "$OUTDIR/config.tests/unix/ptrsize"
89
90 if [ "$VERBOSE" = "yes" ]; then
91Index: qt-everywhere-opensource-src-4.8.4/config.tests/x11/notype.test
92===================================================================
93--- qt-everywhere-opensource-src-4.8.4.orig/config.tests/x11/notype.test 2013-01-09 12:40:13.609143632 +0000
94+++ qt-everywhere-opensource-src-4.8.4/config.tests/x11/notype.test 2013-01-09 12:40:13.589143631 +0000
95@@ -27,7 +27,7 @@
96 NOTYPE=yes
97
98 test -d "$OUTDIR/config.tests/x11/notype" || mkdir -p "$OUTDIR/config.tests/x11/notype"
99- "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/x11/notype/notypetest.pro" -o "$OUTDIR/config.tests/x11/notype/Makefile" >/dev/null 2>&1
100+ "$OUTDIR/bin/qmake-qt4" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/x11/notype/notypetest.pro" -o "$OUTDIR/config.tests/x11/notype/Makefile" >/dev/null 2>&1
101 cd "$OUTDIR/config.tests/x11/notype"
102
103 if [ "$VERBOSE" = "yes" ]; then
104Index: qt-everywhere-opensource-src-4.8.4/configure
105===================================================================
106--- qt-everywhere-opensource-src-4.8.4.orig/configure 2013-01-09 12:40:13.609143632 +0000
107+++ qt-everywhere-opensource-src-4.8.4/configure 2013-01-09 12:40:13.593143631 +0000
108@@ -4899,7 +4899,7 @@
109 }
110
111 # build qmake
112-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
113+if true; then ###[ '!' -f "$outpath/bin/qmake-qt4" ];
114 echo "Creating qmake. Please wait..."
115
116 OLD_QCONFIG_H=
117@@ -8683,8 +8683,8 @@
118 QMAKE_MOC_SRC = \$\$QT_BUILD_TREE/src/moc
119
120 #local paths that cannot be queried from the QT_INSTALL_* properties while building QTDIR
121-QMAKE_MOC = \$\$QT_BUILD_TREE/bin/moc
122-QMAKE_UIC = \$\$QT_BUILD_TREE/bin/uic
123+QMAKE_MOC = \$\$QT_BUILD_TREE/bin/moc-qt4
124+QMAKE_UIC = \$\$QT_BUILD_TREE/bin/uic-qt4
125 QMAKE_UIC3 = \$\$QT_BUILD_TREE/bin/uic3
126 QMAKE_RCC = \$\$QT_BUILD_TREE/bin/rcc
127 QMAKE_QDBUSXML2CPP = \$\$QT_BUILD_TREE/bin/qdbusxml2cpp
128@@ -9092,11 +9092,11 @@
129
130 echo "Finding project files. Please wait..."
131 if [ "$CFG_NOPROCESS" != "yes" ]; then
132- "$outpath/bin/qmake" -prl -r "${relpath}/projects.pro"
133+ "$outpath/bin/qmake-qt4" -prl -r "${relpath}/projects.pro"
134 if [ -f "${relpath}/projects.pro" ]; then
135 mkfile="${outpath}/Makefile"
136 [ -f "$mkfile" ] && chmod +w "$mkfile"
137- QTDIR="$outpath" "$outpath/bin/qmake" -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile"
138+ QTDIR="$outpath" "$outpath/bin/qmake-qt4" -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile"
139 fi
140 fi
141
142@@ -9283,7 +9283,7 @@
143 QMAKE_SPEC_ARGS="-spec $SPEC"
144 echo $ECHO_N " for $a$ECHO_C"
145
146- QMAKE="$outpath/bin/qmake"
147+ QMAKE="$outpath/bin/qmake-qt4"
148 QMAKE_ARGS="$QMAKE_SWITCHES $QMAKE_SPEC_ARGS"
149 if [ "$file" = ".projects.3" ]; then
150 echo " (fast)"
151Index: qt-everywhere-opensource-src-4.8.4/projects.pro
152===================================================================
153--- qt-everywhere-opensource-src-4.8.4.orig/projects.pro 2013-01-09 12:40:13.609143632 +0000
154+++ qt-everywhere-opensource-src-4.8.4/projects.pro 2013-01-09 12:40:13.597143632 +0000
155@@ -144,7 +144,7 @@
156 equals(QMAKE_HOST.os, Windows) {
157 qmake.files=$$QT_BUILD_TREE/bin/qmake.exe
158 } else {
159- qmake.files=$$QT_BUILD_TREE/bin/qmake
160+ qmake.files=$$QT_BUILD_TREE/bin/qmake-qt4
161 }
162 INSTALLS += qmake
163
164Index: qt-everywhere-opensource-src-4.8.4/qmake/Makefile.unix
165===================================================================
166--- qt-everywhere-opensource-src-4.8.4.orig/qmake/Makefile.unix 2013-01-09 12:40:13.609143632 +0000
167+++ qt-everywhere-opensource-src-4.8.4/qmake/Makefile.unix 2013-01-09 12:40:13.597143632 +0000
168@@ -86,17 +86,17 @@
169
170 CXXFLAGS = @QMAKE_CXXFLAGS@ $(CPPFLAGS)
171
172-first all: $(BUILD_PATH)/bin/qmake
173-qmake: $(BUILD_PATH)/bin/qmake
174+first all: $(BUILD_PATH)/bin/qmake-qt4
175+qmake: $(BUILD_PATH)/bin/qmake-qt4
176
177-$(BUILD_PATH)/bin/qmake: $(OBJS) $(QOBJS)
178+$(BUILD_PATH)/bin/qmake-qt4: $(OBJS) $(QOBJS)
179 $(CXX) -o "$@" $(OBJS) $(QOBJS) $(LFLAGS)
180
181 clean::
182 rm -f $(OBJS) $(QOBJS)
183
184 distclean:: clean
185- rm -rf $(BUILD_PATH)/bin/qmake .deps
186+ rm -rf $(BUILD_PATH)/bin/qmake-qt4 .deps
187
188 depend:
189 makedepend -D__MAKEDEPEND__ $(CPPFLAGS) $(DEPEND_SRC)
190Index: qt-everywhere-opensource-src-4.8.4/tools/linguist/lrelease/lrelease.pro
191===================================================================
192--- qt-everywhere-opensource-src-4.8.4.orig/tools/linguist/lrelease/lrelease.pro 2013-01-09 12:40:13.609143632 +0000
193+++ qt-everywhere-opensource-src-4.8.4/tools/linguist/lrelease/lrelease.pro 2013-01-09 12:40:13.597143632 +0000
194@@ -1,5 +1,5 @@
195 TEMPLATE = app
196-TARGET = lrelease
197+TARGET = lrelease-qt4
198 DESTDIR = ../../../bin
199
200 DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
201Index: qt-everywhere-opensource-src-4.8.4/tools/linguist/lupdate/lupdate.pro
202===================================================================
203--- qt-everywhere-opensource-src-4.8.4.orig/tools/linguist/lupdate/lupdate.pro 2013-01-09 12:40:13.609143632 +0000
204+++ qt-everywhere-opensource-src-4.8.4/tools/linguist/lupdate/lupdate.pro 2013-01-09 12:40:13.597143632 +0000
205@@ -1,5 +1,5 @@
206 TEMPLATE = app
207-TARGET = lupdate
208+TARGET = lupdate-qt4
209 DESTDIR = ../../../bin
210
211 QT -= gui
212Index: qt-everywhere-opensource-src-4.8.4/src/tools/moc/moc.pro
213===================================================================
214--- qt-everywhere-opensource-src-4.8.4.orig/src/tools/moc/moc.pro 2013-01-09 12:40:13.609143632 +0000
215+++ qt-everywhere-opensource-src-4.8.4/src/tools/moc/moc.pro 2013-01-09 12:40:13.597143632 +0000
216@@ -1,5 +1,5 @@
217 TEMPLATE = app
218-TARGET = moc
219+TARGET = moc-qt4
220
221 DEFINES += QT_MOC
222 DESTDIR = ../../../bin
223Index: qt-everywhere-opensource-src-4.8.4/src/tools/uic/uic.pro
224===================================================================
225--- qt-everywhere-opensource-src-4.8.4.orig/src/tools/uic/uic.pro 2013-01-09 12:40:13.609143632 +0000
226+++ qt-everywhere-opensource-src-4.8.4/src/tools/uic/uic.pro 2013-01-09 12:40:13.597143632 +0000
227@@ -1,5 +1,5 @@
228 TEMPLATE = app
229-TARGET = uic
230+TARGET = uic-qt4
231
232 DESTDIR = ../../../bin
233 DEFINES += QT_UIC
234Index: qt-everywhere-opensource-src-4.8.4/tools/assistant/tools/assistant/assistant.pro
235===================================================================
236--- qt-everywhere-opensource-src-4.8.4.orig/tools/assistant/tools/assistant/assistant.pro 2013-01-09 12:40:13.609143632 +0000
237+++ qt-everywhere-opensource-src-4.8.4/tools/assistant/tools/assistant/assistant.pro 2013-01-09 12:40:13.597143632 +0000
238@@ -1,7 +1,7 @@
239 include(../../../shared/fontpanel/fontpanel.pri)
240 TEMPLATE = app
241 LANGUAGE = C++
242-TARGET = assistant
243+TARGET = assistant-qt4
244 contains(QT_CONFIG, webkit):QT += webkit
245 CONFIG += qt \
246 warn_on \
247Index: qt-everywhere-opensource-src-4.8.4/tools/designer/src/designer/designer.pro
248===================================================================
249--- qt-everywhere-opensource-src-4.8.4.orig/tools/designer/src/designer/designer.pro 2013-01-09 12:40:13.609143632 +0000
250+++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/designer/designer.pro 2013-01-09 12:40:13.597143632 +0000
251@@ -23,7 +23,7 @@
252 DEFINES += QT_DESIGNER_STATIC
253 }
254
255-TARGET = designer
256+TARGET = designer-qt4
257
258 include(../../../shared/fontpanel/fontpanel.pri)
259 include(../../../shared/qttoolbardialog/qttoolbardialog.pri)
260Index: qt-everywhere-opensource-src-4.8.4/tools/linguist/linguist/linguist.pro
261===================================================================
262--- qt-everywhere-opensource-src-4.8.4.orig/tools/linguist/linguist/linguist.pro 2013-01-09 12:40:13.609143632 +0000
263+++ qt-everywhere-opensource-src-4.8.4/tools/linguist/linguist/linguist.pro 2013-01-09 12:40:13.601143632 +0000
264@@ -69,7 +69,7 @@
265
266 contains(QT_PRODUCT, OpenSource.*):DEFINES *= QT_OPENSOURCE
267 DEFINES += QT_KEYWORDS
268-TARGET = linguist
269+TARGET = linguist-qt4
270 win32:RC_FILE = linguist.rc
271 mac {
272 static:CONFIG -= global_init_link_order
273Index: qt-everywhere-opensource-src-4.8.4/tools/qtconfig/qtconfig.pro
274===================================================================
275--- qt-everywhere-opensource-src-4.8.4.orig/tools/qtconfig/qtconfig.pro 2013-01-09 12:40:13.609143632 +0000
276+++ qt-everywhere-opensource-src-4.8.4/tools/qtconfig/qtconfig.pro 2013-01-09 12:40:13.601143632 +0000
277@@ -19,7 +19,7 @@
278 RESOURCES = qtconfig.qrc
279
280 PROJECTNAME = Qt Configuration
281-TARGET = qtconfig
282+TARGET = qtconfig-qt4
283 DESTDIR = ../../bin
284
285 target.path=$$[QT_INSTALL_BINS]
286Index: qt-everywhere-opensource-src-4.8.4/translations/translations.pro
287===================================================================
288--- qt-everywhere-opensource-src-4.8.4.orig/translations/translations.pro 2013-01-09 12:40:13.609143632 +0000
289+++ qt-everywhere-opensource-src-4.8.4/translations/translations.pro 2013-01-09 12:40:13.601143632 +0000
290@@ -1,8 +1,8 @@
291 TRANSLATIONS = $$files(*.ts)
292
293-qtPrepareTool(LRELEASE, lrelease)
294+qtPrepareTool(LRELEASE, lrelease-qt4)
295 qtPrepareTool(LCONVERT, lconvert)
296-qtPrepareTool(LUPDATE, lupdate)
297+qtPrepareTool(LUPDATE, lupdate-qt4)
298 LUPDATE += -locations relative -no-ui-lines
299
300 TS_TARGETS =
301@@ -96,7 +96,7 @@
302 updateqm.output = ${QMAKE_FILE_BASE}.qm
303 isEmpty(vcproj):updateqm.variable_out = PRE_TARGETDEPS
304 updateqm.commands = $$LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT}
305-silent:updateqm.commands = @echo lrelease ${QMAKE_FILE_IN} && $$updateqm.commands
306+silent:updateqm.commands = @echo lrelease-qt4 ${QMAKE_FILE_IN} && $$updateqm.commands
307 updateqm.name = LRELEASE ${QMAKE_FILE_IN}
308 updateqm.CONFIG += no_link
309 QMAKE_EXTRA_COMPILERS += updateqm
310Index: qt-everywhere-opensource-src-4.8.4/mkspecs/features/moc.prf
311===================================================================
312--- qt-everywhere-opensource-src-4.8.4.orig/mkspecs/features/moc.prf 2013-01-09 12:40:13.609143632 +0000
313+++ qt-everywhere-opensource-src-4.8.4/mkspecs/features/moc.prf 2013-01-09 12:40:13.601143632 +0000
314@@ -1,6 +1,6 @@
315
316 #global defaults
317-qtPrepareTool(QMAKE_MOC, moc)
318+qtPrepareTool(QMAKE_MOC, moc-qt4)
319 isEmpty(MOC_DIR):MOC_DIR = .
320 isEmpty(QMAKE_H_MOD_MOC):QMAKE_H_MOD_MOC = moc_
321 isEmpty(QMAKE_EXT_CPP_MOC):QMAKE_EXT_CPP_MOC = .moc
322Index: qt-everywhere-opensource-src-4.8.4/mkspecs/features/uic.prf
323===================================================================
324--- qt-everywhere-opensource-src-4.8.4.orig/mkspecs/features/uic.prf 2013-01-09 12:40:13.609143632 +0000
325+++ qt-everywhere-opensource-src-4.8.4/mkspecs/features/uic.prf 2013-01-09 12:40:13.601143632 +0000
326@@ -1,6 +1,6 @@
327 defined(qtPrepareTool)|load(qt_functions) ### Qt 5: see default_pre.prf
328 qtPrepareTool(QMAKE_UIC3, uic3)
329-qtPrepareTool(QMAKE_UIC, uic)
330+qtPrepareTool(QMAKE_UIC, uic-qt4)
331
332 isEmpty(UI_DIR):UI_DIR = .
333 isEmpty(UI_SOURCES_DIR):UI_SOURCES_DIR = $$UI_DIR
334Index: qt-everywhere-opensource-src-4.8.4/mkspecs/common/linux.conf
335===================================================================
336--- qt-everywhere-opensource-src-4.8.4.orig/mkspecs/common/linux.conf 2013-01-09 12:40:13.609143632 +0000
337+++ qt-everywhere-opensource-src-4.8.4/mkspecs/common/linux.conf 2013-01-09 12:40:13.601143632 +0000
338@@ -41,8 +41,8 @@
339 QMAKE_LIBDIR_WAYLAND =
340 QMAKE_DEFINES_WAYLAND =
341
342-QMAKE_MOC = $$[QT_INSTALL_BINS]/moc
343-QMAKE_UIC = $$[QT_INSTALL_BINS]/uic
344+QMAKE_MOC = $$[QT_INSTALL_BINS]/moc-qt4
345+QMAKE_UIC = $$[QT_INSTALL_BINS]/uic-qt4
346
347 QMAKE_AR = ar cqs
348 QMAKE_OBJCOPY = objcopy
349Index: qt-everywhere-opensource-src-4.8.4/demos/qtdemo/menumanager.cpp
350===================================================================
351--- qt-everywhere-opensource-src-4.8.4.orig/demos/qtdemo/menumanager.cpp 2013-01-09 12:40:13.609143632 +0000
352+++ qt-everywhere-opensource-src-4.8.4/demos/qtdemo/menumanager.cpp 2013-01-09 12:40:13.601143632 +0000
353@@ -297,7 +297,7 @@
354 if (this->assistantProcess.state() != QProcess::Running){
355 QString app = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator();
356 #if !defined(Q_OS_MAC)
357- app += QLatin1String("assistant");
358+ app += QLatin1String("assistant-qt4");
359 #else
360 app += QLatin1String("Assistant.app/Contents/MacOS/Assistant");
361 #endif
362Index: qt-everywhere-opensource-src-4.8.4/tools/designer/src/designer/assistantclient.cpp
363===================================================================
364--- qt-everywhere-opensource-src-4.8.4.orig/tools/designer/src/designer/assistantclient.cpp 2013-01-09 12:40:13.609143632 +0000
365+++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/designer/assistantclient.cpp 2013-01-09 12:40:13.605143632 +0000
366@@ -114,7 +114,7 @@
367 {
368 QString app = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator();
369 #if !defined(Q_OS_MAC)
370- app += QLatin1String("assistant");
371+ app += QLatin1String("assistant-qt4");
372 #else
373 app += QLatin1String("Assistant.app/Contents/MacOS/Assistant");
374 #endif
375Index: qt-everywhere-opensource-src-4.8.4/tools/designer/src/lib/shared/qdesigner_utils.cpp
376===================================================================
377--- qt-everywhere-opensource-src-4.8.4.orig/tools/designer/src/lib/shared/qdesigner_utils.cpp 2013-01-09 12:40:13.609143632 +0000
378+++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/lib/shared/qdesigner_utils.cpp 2013-01-09 12:40:13.605143632 +0000
379@@ -782,7 +782,7 @@
380 binary += QDir::separator();
381 switch (mode) {
382 case UIC_GenerateCode:
383- binary += QLatin1String("uic");
384+ binary += QLatin1String("uic-qt4");
385 break;
386 case UIC_ConvertV3:
387 binary += QLatin1String("uic3");
388Index: qt-everywhere-opensource-src-4.8.4/tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp
389===================================================================
390--- qt-everywhere-opensource-src-4.8.4.orig/tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp 2013-01-09 12:40:13.609143632 +0000
391+++ qt-everywhere-opensource-src-4.8.4/tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp 2013-01-09 12:40:13.605143632 +0000
392@@ -396,7 +396,7 @@
393 else {
394 // run moc on this file
395 QProcess proc;
396- proc.start(QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/moc"), QStringList() << QFile::decodeName(argv[i]), QIODevice::ReadOnly | QIODevice::Text);
397+ proc.start(QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/moc-qt4"), QStringList() << QFile::decodeName(argv[i]), QIODevice::ReadOnly | QIODevice::Text);
398
399 if (!proc.waitForStarted()) {
400 fprintf(stderr, PROGRAMNAME ": could not execute moc! Aborting.\n");
401Index: qt-everywhere-opensource-src-4.8.4/mkspecs/hurd-g++/qmake.conf
402===================================================================
403--- qt-everywhere-opensource-src-4.8.4.orig/mkspecs/hurd-g++/qmake.conf 2013-01-09 12:40:13.609143632 +0000
404+++ qt-everywhere-opensource-src-4.8.4/mkspecs/hurd-g++/qmake.conf 2013-01-09 12:40:13.605143632 +0000
405@@ -42,8 +42,8 @@
406 QMAKE_LIBS_OPENVG = -lOpenVG
407 QMAKE_LIBS_THREAD = -lpthread
408
409-QMAKE_MOC = $$[QT_INSTALL_BINS]/moc
410-QMAKE_UIC = $$[QT_INSTALL_BINS]/uic
411+QMAKE_MOC = $$[QT_INSTALL_BINS]/moc-qt4
412+QMAKE_UIC = $$[QT_INSTALL_BINS]/uic-qt4
413
414 QMAKE_AR = ar cqs
415 QMAKE_OBJCOPY = objcopy
4160
=== modified file 'debian/patches/kubuntu_17_enable_qtwebkit_for_qtassistant.diff'
--- debian/patches/kubuntu_17_enable_qtwebkit_for_qtassistant.diff 2013-01-15 12:31:59 +0000
+++ debian/patches/kubuntu_17_enable_qtwebkit_for_qtassistant.diff 2013-02-08 06:33:21 +0000
@@ -40,7 +40,7 @@
40@@ -2,7 +2,8 @@40@@ -2,7 +2,8 @@
41 TEMPLATE = app41 TEMPLATE = app
42 LANGUAGE = C++42 LANGUAGE = C++
43 TARGET = assistant-qt443 TARGET = assistant
44-contains(QT_CONFIG, webkit):QT += webkit44-contains(QT_CONFIG, webkit):QT += webkit
45+QT += webkit45+QT += webkit
46+DEFINES += QT_WEBKIT46+DEFINES += QT_WEBKIT
4747
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-01-15 12:11:40 +0000
+++ debian/patches/series 2013-02-08 06:33:21 +0000
@@ -9,7 +9,6 @@
9# debian patches9# debian patches
10qtdebug_syslog.patch10qtdebug_syslog.patch
11buildable_appchooser_states_demos.patch11buildable_appchooser_states_demos.patch
1201_debian_append_qt4_suffix.diff
1302_syncqt_sane_timestamp_for_nonexisting_headers.diff1202_syncqt_sane_timestamp_for_nonexisting_headers.diff
1407_trust_dpkg-arch_over_uname-m.diff1307_trust_dpkg-arch_over_uname-m.diff
1508_configure_quilt_compat.diff1408_configure_quilt_compat.diff
1615
=== modified file 'debian/qdbus.install'
--- debian/qdbus.install 2011-08-17 20:07:34 +0000
+++ debian/qdbus.install 2013-02-08 06:33:21 +0000
@@ -1,1 +1,1 @@
1usr/bin/qdbus1usr/lib/*/qt4/bin/qdbus
22
=== added file 'debian/qt4-default.install'
--- debian/qt4-default.install 1970-01-01 00:00:00 +0000
+++ debian/qt4-default.install 2013-02-08 06:33:21 +0000
@@ -0,0 +1,1 @@
1usr/share/qtchooser/default.conf
02
=== modified file 'debian/qt4-demos.install'
--- debian/qt4-demos.install 2011-12-30 17:08:51 +0000
+++ debian/qt4-demos.install 2013-02-08 06:33:21 +0000
@@ -1,4 +1,4 @@
1usr/bin/qtdemo1usr/lib/*/qt4/bin/qtdemo
2usr/lib/*/qt4/plugins/designer/libarthurplugin.so2usr/lib/*/qt4/plugins/designer/libarthurplugin.so
3usr/lib/*/qt4/plugins/designer/libcontainerextension.so3usr/lib/*/qt4/plugins/designer/libcontainerextension.so
4usr/lib/*/qt4/plugins/designer/libcustomwidgetplugin.so4usr/lib/*/qt4/plugins/designer/libcustomwidgetplugin.so
55
=== modified file 'debian/qt4-designer.install'
--- debian/qt4-designer.install 2011-11-21 18:30:55 +0000
+++ debian/qt4-designer.install 2013-02-08 06:33:21 +0000
@@ -1,4 +1,4 @@
1usr/bin/designer-qt41usr/lib/*/qt4/bin/designer
2usr/share/qt4/translations/designer_cs.qm2usr/share/qt4/translations/designer_cs.qm
3usr/share/qt4/translations/designer_de.qm3usr/share/qt4/translations/designer_de.qm
4usr/share/qt4/translations/designer_fr.qm4usr/share/qt4/translations/designer_fr.qm
55
=== renamed file 'debian/qt4-designer.links' => 'debian/qt4-designer.links.in'
--- debian/qt4-designer.links 2009-05-06 22:58:25 +0000
+++ debian/qt4-designer.links.in 2013-02-08 06:33:21 +0000
@@ -1,1 +1,2 @@
1usr/bin/designer-qt4 usr/share/qt4/bin/designer1usr/lib/MULTIARCH/qt4/bin/designer usr/share/qt4/bin/designer
2usr/lib/MULTIARCH/qt4/bin/designer usr/bin/designer-qt4
23
=== modified file 'debian/qt4-designer.menu'
--- debian/qt4-designer.menu 2009-05-06 22:58:25 +0000
+++ debian/qt4-designer.menu 2013-02-08 06:33:21 +0000
@@ -2,5 +2,5 @@
2 needs="x11"\2 needs="x11"\
3 section="Applications/Programming"\3 section="Applications/Programming"\
4 hints="KDE"\4 hints="KDE"\
5 title="Qt Designer"\5 title="Qt4 Designer"\
6 command="/usr/bin/designer-qt4"6 command="/usr/lib/*/qt4/bin/designer"
77
=== removed file 'debian/qt4-designer.postinst'
--- debian/qt4-designer.postinst 2009-05-06 22:58:25 +0000
+++ debian/qt4-designer.postinst 1970-01-01 00:00:00 +0000
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/designer designer "/usr/bin/designer-qt4" "40" \
7 --slave /usr/share/man/man1/designer.1.gz designer.1.gz \
8 "/usr/share/man/man1/designer-qt4.1.gz"
9
10#DEBHELPER#
110
=== added file 'debian/qt4-designer.preinst'
--- debian/qt4-designer.preinst 1970-01-01 00:00:00 +0000
+++ debian/qt4-designer.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,13 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove designer "/usr/bin/designer-qt4"
10 fi ;;
11esac
12
13#DEBHELPER#
014
=== removed file 'debian/qt4-designer.prerm'
--- debian/qt4-designer.prerm 2009-05-06 22:58:25 +0000
+++ debian/qt4-designer.prerm 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove designer "/usr/bin/designer-qt4"
9 ;;
10esac
11
12#DEBHELPER#
130
=== modified file 'debian/qt4-dev-tools.install'
--- debian/qt4-dev-tools.install 2011-12-30 17:08:51 +0000
+++ debian/qt4-dev-tools.install 2013-02-08 06:33:21 +0000
@@ -1,17 +1,17 @@
1usr/bin/assistant-qt41usr/lib/*/qt4/bin/assistant
2usr/bin/lconvert2usr/lib/*/qt4/bin/lconvert
3usr/bin/linguist-qt43usr/lib/*/qt4/bin/linguist
4usr/bin/pixeltool4usr/lib/*/qt4/bin/pixeltool
5usr/bin/qcollectiongenerator5usr/lib/*/qt4/bin/qcollectiongenerator
6usr/bin/qdbusviewer6usr/lib/*/qt4/bin/qdbusviewer
7usr/bin/qdoc37usr/lib/*/qt4/bin/qdoc3
8usr/bin/qhelpconverter8usr/lib/*/qt4/bin/qhelpconverter
9usr/bin/qhelpgenerator9usr/lib/*/qt4/bin/qhelpgenerator
10usr/bin/qmlplugindump10usr/lib/*/qt4/bin/qmlplugindump
11usr/bin/qttracereplay11usr/lib/*/qt4/bin/qttracereplay
12usr/bin/qvfb12usr/lib/*/qt4/bin/qvfb
13usr/bin/xmlpatterns13usr/lib/*/qt4/bin/xmlpatterns
14usr/bin/xmlpatternsvalidator14usr/lib/*/qt4/bin/xmlpatternsvalidator
15usr/share/qt4/phrasebooks/*15usr/share/qt4/phrasebooks/*
16usr/share/qt4/translations/assistant_cs.qm16usr/share/qt4/translations/assistant_cs.qm
17usr/share/qt4/translations/assistant_da.qm17usr/share/qt4/translations/assistant_da.qm
1818
=== added file 'debian/qt4-dev-tools.links.in'
--- debian/qt4-dev-tools.links.in 1970-01-01 00:00:00 +0000
+++ debian/qt4-dev-tools.links.in 2013-02-08 06:33:21 +0000
@@ -0,0 +1,2 @@
1usr/lib/MULTIARCH/qt4/bin/assistant usr/bin/assistant-qt4
2usr/lib/MULTIARCH/qt4/bin/linguist usr/bin/linguist-qt4
03
=== modified file 'debian/qt4-dev-tools.menu'
--- debian/qt4-dev-tools.menu 2009-05-06 22:58:25 +0000
+++ debian/qt4-dev-tools.menu 2013-02-08 06:33:21 +0000
@@ -2,12 +2,12 @@
2 needs="x11"\2 needs="x11"\
3 section="Applications/Programming"\3 section="Applications/Programming"\
4 hints="KDE"\4 hints="KDE"\
5 title="Qt Assistant"\5 title="Qt4 Assistant"\
6 command="/usr/bin/assistant-qt4"6 command="/usr/lib/*/qt4/bin/assistant"
77
8?package(qt4-dev-tools):\8?package(qt4-dev-tools):\
9 needs="x11"\9 needs="x11"\
10 section="Applications/Programming"\10 section="Applications/Programming"\
11 hints="KDE"\11 hints="KDE"\
12 title="Qt Linguist"\12 title="Qt4 Linguist"\
13 command="/usr/bin/linguist-qt4"13 command="/usr/lib/*/qt4/bin/linguist"
1414
=== removed file 'debian/qt4-dev-tools.postinst'
--- debian/qt4-dev-tools.postinst 2009-05-06 22:58:25 +0000
+++ debian/qt4-dev-tools.postinst 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/assistant assistant "/usr/bin/assistant-qt4" "40" \
7 --slave /usr/share/man/man1/assistant.1.gz assistant.1.gz \
8 "/usr/share/man/man1/assistant-qt4.1.gz"
9
10update-alternatives --install \
11 /usr/bin/linguist linguist "/usr/bin/linguist-qt4" "40" \
12 --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \
13 "/usr/share/man/man1/linguist-qt4.1.gz"
14
15#DEBHELPER#
160
=== added file 'debian/qt4-dev-tools.preinst'
--- debian/qt4-dev-tools.preinst 1970-01-01 00:00:00 +0000
+++ debian/qt4-dev-tools.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,14 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove assistant "/usr/bin/assistant-qt4"
10 update-alternatives --remove linguist "/usr/bin/linguist-qt4"
11 fi ;;
12esac
13
14#DEBHELPER#
015
=== removed file 'debian/qt4-dev-tools.prerm'
--- debian/qt4-dev-tools.prerm 2009-05-06 22:58:25 +0000
+++ debian/qt4-dev-tools.prerm 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove assistant "/usr/bin/assistant-qt4"
9 update-alternatives --remove linguist "/usr/bin/linguist-qt4"
10 ;;
11esac
12
13#DEBHELPER#
140
=== modified file 'debian/qt4-linguist-tools.install'
--- debian/qt4-linguist-tools.install 2011-06-23 13:00:06 +0000
+++ debian/qt4-linguist-tools.install 2013-02-08 06:33:21 +0000
@@ -1,2 +1,2 @@
1usr/bin/lrelease-qt41usr/lib/*/qt4/bin/lrelease
2usr/bin/lupdate-qt42usr/lib/*/qt4/bin/lupdate
33
=== renamed file 'debian/qt4-linguist-tools.links' => 'debian/qt4-linguist-tools.links.in'
--- debian/qt4-linguist-tools.links 2011-06-23 13:00:06 +0000
+++ debian/qt4-linguist-tools.links.in 2013-02-08 06:33:21 +0000
@@ -1,2 +1,4 @@
1usr/bin/lrelease-qt4 usr/share/qt4/bin/lrelease1usr/lib/MULTIARCH/qt4/bin/lrelease usr/share/qt4/bin/lrelease
2usr/bin/lupdate-qt4 usr/share/qt4/bin/lupdate2usr/lib/MULTIARCH/qt4/bin/lupdate usr/share/qt4/bin/lupdate
3usr/lib/MULTIARCH/qt4/bin/lrelease usr/bin/lrelease-qt4
4usr/lib/MULTIARCH/qt4/bin/lupdate usr/bin/lupdate-qt4
35
=== removed file 'debian/qt4-linguist-tools.postinst'
--- debian/qt4-linguist-tools.postinst 2011-06-23 13:00:06 +0000
+++ debian/qt4-linguist-tools.postinst 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/lupdate lupdate "/usr/bin/lupdate-qt4" "40" \
7 --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \
8 "/usr/share/man/man1/lupdate-qt4.1.gz"
9
10update-alternatives --install \
11 /usr/bin/lrelease lrelease "/usr/bin/lrelease-qt4" "40" \
12 --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \
13 "/usr/share/man/man1/lrelease-qt4.1.gz"
14
15#DEBHELPER#
160
=== added file 'debian/qt4-linguist-tools.preinst'
--- debian/qt4-linguist-tools.preinst 1970-01-01 00:00:00 +0000
+++ debian/qt4-linguist-tools.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,14 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove lupdate "/usr/bin/lupdate-qt4"
10 update-alternatives --remove lrelease "/usr/bin/lrelease-qt4"
11 fi ;;
12esac
13
14#DEBHELPER#
015
=== removed file 'debian/qt4-linguist-tools.prerm'
--- debian/qt4-linguist-tools.prerm 2011-06-23 13:00:06 +0000
+++ debian/qt4-linguist-tools.prerm 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove lupdate "/usr/bin/lupdate-qt4"
9 update-alternatives --remove lrelease "/usr/bin/lrelease-qt4"
10 ;;
11esac
12
13#DEBHELPER#
140
=== modified file 'debian/qt4-qmake.install'
--- debian/qt4-qmake.install 2009-05-06 22:58:25 +0000
+++ debian/qt4-qmake.install 2013-02-08 06:33:21 +0000
@@ -1,2 +1,2 @@
1usr/bin/qmake-qt41usr/lib/*/qt4/bin/qmake
2usr/share/qt4/mkspecs/*2usr/share/qt4/mkspecs/*
33
=== renamed file 'debian/qt4-qmake.links' => 'debian/qt4-qmake.links.in'
--- debian/qt4-qmake.links 2011-05-31 14:09:36 +0000
+++ debian/qt4-qmake.links.in 2013-02-08 06:33:21 +0000
@@ -1,1 +1,2 @@
1usr/bin/qmake-qt4 usr/share/qt4/bin/qmake1usr/lib/MULTIARCH/qt4/bin/qmake usr/share/qt4/bin/qmake
2usr/lib/MULTIARCH/qt4/bin/qmake usr/bin/qmake-qt4
23
=== removed file 'debian/qt4-qmake.postinst'
--- debian/qt4-qmake.postinst 2009-05-06 22:58:25 +0000
+++ debian/qt4-qmake.postinst 1970-01-01 00:00:00 +0000
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/qmake qmake "/usr/bin/qmake-qt4" "40" \
7 --slave /usr/share/man/man1/qmake.1.gz qmake.1.gz \
8 "/usr/share/man/man1/qmake-qt4.1.gz"
9
10#DEBHELPER#
110
=== added file 'debian/qt4-qmake.preinst'
--- debian/qt4-qmake.preinst 1970-01-01 00:00:00 +0000
+++ debian/qt4-qmake.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,13 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove qmake "/usr/bin/qmake-qt4"
10 fi ;;
11esac
12
13#DEBHELPER#
014
=== removed file 'debian/qt4-qmake.prerm'
--- debian/qt4-qmake.prerm 2009-05-06 22:58:25 +0000
+++ debian/qt4-qmake.prerm 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove qmake "/usr/bin/qmake-qt4"
9 ;;
10esac
11
12#DEBHELPER#
130
=== modified file 'debian/qt4-qmlviewer.install'
--- debian/qt4-qmlviewer.install 2010-07-07 03:39:15 +0000
+++ debian/qt4-qmlviewer.install 2013-02-08 06:33:21 +0000
@@ -1,1 +1,1 @@
1usr/bin/qmlviewer1usr/lib/*/qt4/bin/qmlviewer
22
=== modified file 'debian/qt4-qtconfig.install'
--- debian/qt4-qtconfig.install 2011-11-21 18:30:55 +0000
+++ debian/qt4-qtconfig.install 2013-02-08 06:33:21 +0000
@@ -1,4 +1,4 @@
1usr/bin/qtconfig-qt41usr/lib/*/qt4/bin/qtconfig
2usr/share/qt4/translations/qtconfig_hu.qm2usr/share/qt4/translations/qtconfig_hu.qm
3usr/share/qt4/translations/qtconfig_ja.qm3usr/share/qt4/translations/qtconfig_ja.qm
4usr/share/qt4/translations/qtconfig_ko.qm4usr/share/qt4/translations/qtconfig_ko.qm
55
=== added file 'debian/qt4-qtconfig.links.in'
--- debian/qt4-qtconfig.links.in 1970-01-01 00:00:00 +0000
+++ debian/qt4-qtconfig.links.in 2013-02-08 06:33:21 +0000
@@ -0,0 +1,1 @@
1usr/lib/MULTIARCH/qt4/bin/qtconfig usr/bin/qtconfig-qt4
02
=== modified file 'debian/qt4-qtconfig.menu'
--- debian/qt4-qtconfig.menu 2009-05-06 22:58:25 +0000
+++ debian/qt4-qtconfig.menu 2013-02-08 06:33:21 +0000
@@ -4,4 +4,4 @@
4 title="QtConfig"\4 title="QtConfig"\
5 longtitle="Qt Configuration Utility"\5 longtitle="Qt Configuration Utility"\
6 hints="Qt4 config tool"\6 hints="Qt4 config tool"\
7 command="/usr/bin/qtconfig-qt4"7 command="/usr/lib/*/qt4/bin/qtconfig"
88
=== removed file 'debian/qt4-qtconfig.postinst'
--- debian/qt4-qtconfig.postinst 2009-05-06 22:58:25 +0000
+++ debian/qt4-qtconfig.postinst 1970-01-01 00:00:00 +0000
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3set -e
4
5update-alternatives --install \
6 /usr/bin/qtconfig qtconfig "/usr/bin/qtconfig-qt4" "40" \
7 --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \
8 "/usr/share/man/man1/qtconfig-qt4.1.gz"
9
10#DEBHELPER#
110
=== added file 'debian/qt4-qtconfig.preinst'
--- debian/qt4-qtconfig.preinst 1970-01-01 00:00:00 +0000
+++ debian/qt4-qtconfig.preinst 2013-02-08 06:33:21 +0000
@@ -0,0 +1,13 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade)
7 if dpkg --compare-versions $2 "<<" 4:4.8.5
8 then
9 update-alternatives --remove qtconfig "/usr/bin/qtconfig-qt4"
10 fi ;;
11esac
12
13#DEBHELPER#
014
=== removed file 'debian/qt4-qtconfig.prerm'
--- debian/qt4-qtconfig.prerm 2009-05-06 22:58:25 +0000
+++ debian/qt4-qtconfig.prerm 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
1#!/bin/sh
2
3set -e
4
5case "$1" in
6 upgrade) ;;
7 remove|failed-upgrade|deconfigure)
8 update-alternatives --remove qtconfig "/usr/bin/qtconfig-qt4"
9 ;;
10esac
11
12#DEBHELPER#
130
=== modified file 'debian/rules'
--- debian/rules 2013-01-15 12:05:40 +0000
+++ debian/rules 2013-02-08 06:33:21 +0000
@@ -125,7 +125,7 @@
125125
126 ./configure -confirm-license \126 ./configure -confirm-license \
127 -prefix "/usr" \127 -prefix "/usr" \
128 -bindir "/usr/bin" \128 -bindir "/usr/lib/$(DEB_HOST_MULTIARCH)/qt4/bin" \
129 -libdir "/usr/lib/$(DEB_HOST_MULTIARCH)" \129 -libdir "/usr/lib/$(DEB_HOST_MULTIARCH)" \
130 -docdir "/usr/share/qt4/doc" \130 -docdir "/usr/share/qt4/doc" \
131 -headerdir "/usr/include/qt4" \131 -headerdir "/usr/include/qt4" \
@@ -291,6 +291,12 @@
291 find $(CURDIR)/debian/tmp/usr/lib -type f -name '*.prl' \291 find $(CURDIR)/debian/tmp/usr/lib -type f -name '*.prl' \
292 -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/" {} \;292 -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/" {} \;
293293
294 # Add symlinks for the -qt4 binaries still used by some
295 for links_file in debian/libqt4-dev-bin.links debian/qt4-designer.links debian/qt4-dev-tools.links debian/qt4-linguist-tools.links debian/qt4-qmake.links debian/qt4-qtconfig.links ; do \
296 cat $$links_file.in > $$links_file ; \
297 sed -i 's/MULTIARCH/$(DEB_HOST_MULTIARCH)/' $$links_file ; \
298 done
299
294 install -D -p -m0644 debian/collection/qtdemo.qhc \300 install -D -p -m0644 debian/collection/qtdemo.qhc \
295 debian/qt4-demos/usr/lib/qt4/demos/qtdemo/qtdemo.qhc301 debian/qt4-demos/usr/lib/qt4/demos/qtdemo/qtdemo.qhc
296302
@@ -326,6 +332,12 @@
326 rm -f debian/tmp/usr/lib/*/pkgconfig/phonon.pc332 rm -f debian/tmp/usr/lib/*/pkgconfig/phonon.pc
327 rm -rf debian/tmp/usr/include/qt4/phonon333 rm -rf debian/tmp/usr/include/qt4/phonon
328334
335 # Add a configuration for qtchooser
336 mkdir -p $(CURDIR)/debian/tmp/usr/share/qtchooser
337 echo "/usr/lib/$(DEB_HOST_MULTIARCH)/qt4/bin" > $(CURDIR)/debian/tmp/usr/share/qtchooser/qt4.conf
338 echo "/usr/lib/$(DEB_HOST_MULTIARCH)" >> $(CURDIR)/debian/tmp/usr/share/qtchooser/qt4.conf
339 ln -s /usr/share/qtchooser/qt4.conf $(CURDIR)/debian/tmp/usr/share/qtchooser/default.conf
340
329 # Remove leftover directories341 # Remove leftover directories
330 find $(CURDIR)/debian/tmp/usr/lib/qt4 -depth -type d \( -false \342 find $(CURDIR)/debian/tmp/usr/lib/qt4 -depth -type d \( -false \
331 -o -name .moc\* \343 -o -name .moc\* \
@@ -376,7 +388,7 @@
376override_dh_shlibdeps:388override_dh_shlibdeps:
377 # Kubuntu: assistant-qt4 links against libQtWebkit which we don't package in qt4-x11389 # Kubuntu: assistant-qt4 links against libQtWebkit which we don't package in qt4-x11
378 # dependencies are manually added in debian/control390 # dependencies are manually added in debian/control
379 dh_shlibdeps -pqt4-dev-tools -Xusr/bin/assistant-qt4391 dh_shlibdeps -pqt4-dev-tools -Xusr/lib/$(DEB_HOST_MULTIARCH)/qt4/bin/assistant
380 dh_shlibdeps -pqt4-demos \392 dh_shlibdeps -pqt4-demos \
381 -Xusr/lib/qt4/examples/webkit/webplugin/webplugin \393 -Xusr/lib/qt4/examples/webkit/webplugin/webplugin \
382 -Xusr/lib/qt4/examples/webkit/simpleselector/simpleselector \394 -Xusr/lib/qt4/examples/webkit/simpleselector/simpleselector \

Subscribers

People subscribed via source and target branches