Merge lp:~timo-jyrinki/ubuntu-ui-toolkit/clean_up_build_dependencies_cruft into lp:ubuntu-ui-toolkit/staging

Proposed by Timo Jyrinki
Status: Merged
Approved by: Zsombor Egri
Approved revision: 1411
Merged at revision: 1468
Proposed branch: lp:~timo-jyrinki/ubuntu-ui-toolkit/clean_up_build_dependencies_cruft
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 34 lines (+1/-3)
2 files modified
debian/control (+0/-3)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-ui-toolkit/clean_up_build_dependencies_cruft
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Zoltan Balogh Approve
Review via email: mp+249461@code.launchpad.net

Commit message

Clean up cruft from build dependencies.

Description of the change

Clean up cruft from build dependencies.

Having stumbled with UITK-gles build problems with Qt 5.4.0, I tested that some of the cruft from build-deps can be removed. They have had their historical reasons, being workarounds to get something working in the past, but let's see if we can live without them.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

qtpim5-dev directly depends on libqt5organizer5, qtbase5-dev depends on qtbase5-dev-tools and libqt5sql5 Recommends libqt5sql5-sqlite which gets it installed

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

Good stuff!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2015-02-25 14:25:59 +0000
+++ debian/control 2015-03-03 09:12:17 +0000
@@ -9,11 +9,9 @@
9 python3:any,9 python3:any,
10 python:any,10 python:any,
11 qml-module-qtgraphicaleffects | libqt5qml-graphicaleffects,11 qml-module-qtgraphicaleffects | libqt5qml-graphicaleffects,
12 qt5-default,
13 qtbase5-dev,12 qtbase5-dev,
14 qtbase5-private-dev,13 qtbase5-private-dev,
15 qttools5-dev-tools,14 qttools5-dev-tools,
16 qtbase5-dev-tools,
17 libqt5sql5-sqlite,15 libqt5sql5-sqlite,
18 qtdeclarative5-dev-tools,16 qtdeclarative5-dev-tools,
19 qtdeclarative5-private-dev,17 qtdeclarative5-private-dev,
@@ -33,7 +31,6 @@
33 qtmultimedia5-doc-html,31 qtmultimedia5-doc-html,
34 unity-action-doc,32 unity-action-doc,
35 devscripts,33 devscripts,
36 libqt5organizer5,
37 qtpim5-dev,34 qtpim5-dev,
38 language-pack-en-base,35 language-pack-en-base,
39 libdbus-1-dev,36 libdbus-1-dev,
4037
=== modified file 'debian/rules'
--- debian/rules 2015-01-23 18:11:22 +0000
+++ debian/rules 2015-03-03 09:12:17 +0000
@@ -4,6 +4,7 @@
4# export DH_VERBOSE=14# export DH_VERBOSE=1
5export DPKG_GENSYMBOLS_CHECK_LEVEL=45export DPKG_GENSYMBOLS_CHECK_LEVEL=4
6export QMAKEFEATURES=$(CURDIR)/features6export QMAKEFEATURES=$(CURDIR)/features
7export QT_SELECT := qt5
7DEB_HOST_MULTI_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)8DEB_HOST_MULTI_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
8DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)9DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
910

Subscribers

People subscribed via source and target branches