Merge lp:~rsalveti/unity/removing_dependency_gcc_46 into lp:unity

Proposed by Ricardo Salveti
Status: Merged
Approved by: Stephen M. Webb
Approved revision: no longer in the source branch.
Merged at revision: 2899
Proposed branch: lp:~rsalveti/unity/removing_dependency_gcc_46
Merge into: lp:unity
Diff against target: 40 lines (+3/-5)
3 files modified
debian/changelog (+3/-0)
debian/control (+0/-2)
debian/rules (+0/-3)
To merge this branch: bzr merge lp:~rsalveti/unity/removing_dependency_gcc_46
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+134500@code.launchpad.net

Commit message

Doesn't need to depend on gcc 4.6 anymore (LP: #1044836).

Description of the change

Doesn't need to depend on gcc 4.6 anymore (LP: #1044836).

MR for Nux: https://code.launchpad.net/~rsalveti/nux/removing_dependency_gcc_46/+merge/134493

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-11-13 23:23:41 +0000
3+++ debian/changelog 2012-11-15 16:19:19 +0000
4@@ -12,6 +12,9 @@
5 [ bschaefer ]
6 * Ported to nux 4.0
7
8+ [ Ricardo Salveti de Araujo ]
9+ * Doesn't need to depend on gcc 4.6 anymore (LP: #1044836)
10+
11 -- Michael Terry <mterry@ubuntu.com> Tue, 06 Nov 2012 10:52:43 -0500
12
13 unity (6.10.0-0ubuntu2) quantal-proposed; urgency=low
14
15=== modified file 'debian/control'
16--- debian/control 2012-11-13 23:23:41 +0000
17+++ debian/control 2012-11-15 16:19:19 +0000
18@@ -41,8 +41,6 @@
19 libunity-dev (>= 6.5.2),
20 libzeitgeist-dev (>= 0.3.18),
21 libxfixes-dev (>= 1:5.0-4ubuntu4),
22- gcc-4.6,
23- g++-4.6,
24 libgtest-dev,
25 google-mock,
26 Standards-Version: 3.9.3
27
28=== modified file 'debian/rules'
29--- debian/rules 2012-11-14 18:46:11 +0000
30+++ debian/rules 2012-11-15 16:19:19 +0000
31@@ -9,9 +9,6 @@
32
33 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
34
35-export CC=gcc-4.6
36-export CXX=g++-4.6
37-
38 CFLAGS=$(shell echo $$CFLAGS | sed -e 's/\-Wall//')
39
40 CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/abiversion.h )