~ubuntu-branches/ubuntu/trusty/libv8-3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to tools/gyp/v8.gyp

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, upstream, Jérémy Lal, Jonas Smedegaard
  • Date: 2013-03-19 03:20:03 UTC
  • Revision ID: package-import@ubuntu.com-20130319032003-wdswfnt753mc714x
Tags: 3.14.5.8-1
[ upstream ]
* New release.

[ Jérémy Lal ]
* Update patches:
  + Update 0001_kfreebsd: Partially fixed upstream.
  + Remove 0013_performance_regression_fix: Applied upstream.
  + Unfuzz patches.
* Update version numbers in watch file and package names/dependencies
  to reflect curent upstream version.
* Build-depend unversioned on cdbs: Needed version satisfied in stable
  and oldstable no longer supported.
* Append CPPFLAGS to CXXFLAGS and export LDFLAGS to let gyp catch
  hardening flags.
  Maybe fixes hardening (see bug#689754).
* Fix remove all *.pyc files below tools dir.
* Update copyright file:
  + Extend coverage for main copyright holder with current year.
  + Add tools/testrunner/server/daemon.py (in the Public Domain).

[ Jonas Smedegaard ]
* Explicitly mention Public Domain file as such in Copyright field.
* Have git-import-orig suppress upstream .gitignore file.
* Drop obsolete "DM-Upload-Allowed" control file field.
* Update to use anonscm.debian.org URL for Vcs-Git field.
* Track upstream source via github mirror (not limited-use
  googlecode.com SVN tags).
* Include CDBS upstream-tarball snippet, and setup get-orig-source
  target.
* Tidy README.source:
  + Drop obsolete sections.
  + Refer to common CDBS+git-buildpackage praxis.
  + Emphasize explicitly that NMUs can totally ignore control.in.
* Tidy rules file: Resolve version strings in fewer shell calls.
* Use versioned source package name, to allow multiple branches to
  coexist: Nodejs often needs more stable release than Chromium.
* Git-ignore quilt .pc dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
              'variables': {
137
137
                'mksnapshot_flags': [
138
138
                  '--log-snapshot-positions',
139
 
                  '--logfile', '<(INTERMEDIATE_DIR)/snapshot.log',
 
139
                  '--logfile', '-',
140
140
                ],
141
141
              },
142
142
              'conditions': [
676
676
            ['OS=="freebsd"', {
677
677
                'link_settings': {
678
678
                  'libraries': [
679
 
                    '-L/usr/local/lib -lexecinfo',
 
679
                    '-L/usr/local/lib -lpthread',
680
680
                ]},
681
681
                'sources': [
682
682
                  '../../src/platform-freebsd.cc',