Nux

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

Proposed by Ricardo Salveti
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 707
Merged at revision: 707
Proposed branch: lp:~rsalveti/nux/removing_dependency_gcc_46
Merge into: lp:nux
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/nux/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+134493@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)

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

I certainly approve of this as long as the same change goes in to lp:unity simultaneously.

review: Approve
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

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-14 16:05:24 +0000
3+++ debian/changelog 2012-11-15 15:56:39 +0000
4@@ -12,6 +12,9 @@
5 * Transition packaging to Nux 4.0
6 * Add split mode for daily build
7
8+ [ Ricardo Salveti de Araujo ]
9+ * Doesn't need to depend on gcc 4.6 anymore (LP: #1044836)
10+
11 -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Nov 2012 08:12:53 +0100
12
13 nux (3.10.0-0ubuntu1) quantal-proposed; urgency=low
14
15=== modified file 'debian/control'
16--- debian/control 2012-11-14 16:05:24 +0000
17+++ debian/control 2012-11-15 15:56:39 +0000
18@@ -30,8 +30,6 @@
19 libgeis-dev (>= 2.2.10),
20 libibus-1.0-dev,
21 libxtst-dev,
22- gcc-4.6,
23- g++-4.6,
24 Standards-Version: 3.9.3
25 Section: libs
26 Homepage: http://launchpad.net/nux
27
28=== modified file 'debian/rules'
29--- debian/rules 2012-11-14 16:05:24 +0000
30+++ debian/rules 2012-11-15 15:56:39 +0000
31@@ -1,9 +1,6 @@
32 #!/usr/bin/make -f
33 # -*- makefile -*-
34
35-export CC=gcc-4.6
36-export CXX=g++-4.6
37-
38 # Uncomment this to turn on verbose mode.
39 #export DH_VERBOSE=1
40 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)

Subscribers

People subscribed via source and target branches