Merge lp:~gnomefreak/thunderbird/thunderbird.lp401165 into lp:thunderbird/3.3

Proposed by John Vivirito
Status: Needs review
Proposed branch: lp:~gnomefreak/thunderbird/thunderbird.lp401165
Merge into: lp:thunderbird/3.3
Diff against target: None lines
To merge this branch: bzr merge lp:~gnomefreak/thunderbird/thunderbird.lp401165
To post a comment you must log in.

Unmerged revisions

110. By John Vivirito

  * Fix (LP: #401165)
    - debian/control: Removed GCC and GCC++ from build depends to build using default
    - debian/rules: Commented out the CC and CCX lines to build using default

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2009-07-10 14:18:55 +0000
+++ debian/changelog 2009-07-22 11:30:56 +0000
@@ -1,3 +1,11 @@
1thunderbird (2.0.0.22+build1+nobinonly-0ubuntu3) UNRELEASED; urgency=low
2
3 * Fix (LP: #401165)
4 - debian/control: Removed GCC and GCC++ from build depends to build using default
5 - debian/rules: Commented out the CC and CCX lines to build using default
6
7 -- John Vivirito <gnomefreak@ubuntu.com> Wed, 22 Jul 2009 07:29:51 -0400
8
1thunderbird (2.0.0.22+build1+nobinonly-0ubuntu2) karmic; urgency=low9thunderbird (2.0.0.22+build1+nobinonly-0ubuntu2) karmic; urgency=low
210
3 [ Loic Minier ]11 [ Loic Minier ]
412
=== modified file 'debian/control'
--- debian/control 2009-06-25 17:34:31 +0000
+++ debian/control 2009-07-22 11:30:56 +0000
@@ -32,8 +32,6 @@
32 libnss3-dev,32 libnss3-dev,
33 libnspr4-dev (>= 4.7.4),33 libnspr4-dev (>= 4.7.4),
34 docbook-to-man,34 docbook-to-man,
35 gcc-4.3 [armel],
36 g++-4.3 [armel]
37Standards-Version: 3.7.335Standards-Version: 3.7.3
3836
39Package: thunderbird37Package: thunderbird
4038
=== modified file 'debian/rules'
--- debian/rules 2009-06-25 17:34:31 +0000
+++ debian/rules 2009-07-22 11:30:56 +0000
@@ -25,10 +25,10 @@
25 OPTFLAGS = -O2 -fno-strict-aliasing25 OPTFLAGS = -O2 -fno-strict-aliasing
26endif26endif
2727
28ifeq ($(DEB_HOST_ARCH),armel)28#ifeq ($(DEB_HOST_ARCH),armel)
29 CC=gcc-4.329# CC=gcc-4.3
30 CXX=g++-4.330# CXX=g++-4.3
31endif31#endif
3232
33OPTFLAGS += -g33OPTFLAGS += -g
3434

Subscribers

People subscribed via source and target branches