Merge lp:~michihenning/unity-scopes-api/remove-gcc-4.9 into lp:unity-scopes-api

Proposed by Michi Henning
Status: Merged
Approved by: Marcus Tomlinson
Approved revision: 337
Merged at revision: 339
Proposed branch: lp:~michihenning/unity-scopes-api/remove-gcc-4.9
Merge into: lp:unity-scopes-api
Prerequisite: lp:~stolowski/unity-scopes-api/scope-config-compile-fix
Diff against target: 13 lines (+0/-4)
1 file modified
debian/rules (+0/-4)
To merge this branch: bzr merge lp:~michihenning/unity-scopes-api/remove-gcc-4.9
Reviewer Review Type Date Requested Status
Marcus Tomlinson (community) Approve
Matthias Klose Approve
Review via email: mp+265250@code.launchpad.net

Commit message

Removed gcc 4.9 dependency from debian/rules.

Description of the change

Removed gcc 4.9 dependency from debian/rules.

To post a comment you must log in.
Revision history for this message
Matthias Klose (doko) wrote :

looks ok

review: Approve
Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

Thanks Michi

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2014-07-01 08:15:20 +0000
3+++ debian/rules 2015-07-20 11:21:17 +0000
4@@ -5,10 +5,6 @@
5 #export DH_VERBOSE=1
6 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
7
8-# We require a specific gcc version to avoid ABI breakage.
9-export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
10-export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
11-
12 %:
13 dh $@ --parallel --fail-missing --with click
14

Subscribers

People subscribed via source and target branches

to all changes: