~ubuntu-branches/ubuntu/natty/lightning-extension/natty-updates

« back to all changes in this revision

Viewing changes to mozilla/browser/config/mozconfigs/macosx32/debug

  • Committer: Package Import Robot
  • Author(s): Chris Coulson, Chris Coulson, Ben Collins
  • Date: 2012-07-16 14:19:14 UTC
  • mfrom: (3.1.3 natty-security)
  • Revision ID: package-import@ubuntu.com-20120716141914-12y5um8oa26nvh8t
Tags: 1.6+build1-0ubuntu0.11.04.2
* New upstream stable release (CALENDAR_1_6_BUILD1) (LP: #1024564)

[ Chris Coulson <chris.coulson@canonical.com> ]
* Fix LP: #995054 - Ensure the /usr/lib/thunderbird/extensions symlink
  exists on upgrade, which may not be the case when upgrading from a really
  old lightning version
  - add debian/lightning-extension.postinst

[ Ben Collins <bcollins@ubuntu.com> ]
* Fix LP: #1025387 - FTBFS: powerpc build fails
  - add debian/patches/fix-dtoa-build-on-ppc.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
ac_add_options --enable-signmar
5
5
 
6
6
# Enable parallel compiling
7
 
mk_add_options MOZ_MAKE_FLAGS="-j4"
 
7
mk_add_options MOZ_MAKE_FLAGS="-j12"
8
8
 
9
9
# Needed to enable breakpad in application.ini
10
10
export MOZILLA_OFFICIAL=1
11
11
 
12
12
ac_add_options --with-macbundlename-prefix=Firefox
 
13
ac_add_options --with-ccache
13
14
 
14
15
# Package js shell.
15
16
export MOZ_PACKAGE_JSSHELL=1