~ubuntu-branches/ubuntu/jaunty/xulrunner-1.9.1/jaunty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/bzXXX_fix_python_dom_hidden_symbols.patch

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin, Alexander Sack, Fabien Tassin
  • Date: 2009-01-21 20:17:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090121201732-p451dvaazr24oi5y
Tags: 1.9.1~b3~hg20090117r22878+nobinonly-0ubuntu1
[ Alexander Sack ]
* don't version pkgconfig files; in turn conflict with xulrunner-1.9-dev
  package
  - update debian/control
  - delete debian/patches/install_pkgconfig_files_with_version.patch
  - update debian/patches/series
* upstream lockPref everywhere patch
  - rename debian/patches/bzXXX_deb469020_lockPref_everywhere.patch =>
      debian/patches/bz467738_att351145_lockPref_everywhere.patch
  - update debian/patches/series
* upstream xre part for debian sysplugin location
  - rename debian/patches/bzXXX_sysplugin_support_xre_part.patch =>
      debian/patches/bz467751_att351167_sysplugin_xre_part.patch
  - update debian/patches/series
* upstream patch to prevent loss of some user prefs on first start after
  upgrade
  - rename debian/patches/bzXXX-dont-reset-user-prefs-on-upgrade.patch =>
      debian/patches/bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch
  - update debian/patches/series

[ Fabien Tassin ]
* Build the test suite according to the WANT_UNIT_TESTS variable and
  store the results into the xulrunner-1.9.1-testsuite package.
  - update debian/rules
  - update debian/control
  - udpate debian/xulrunner-1.9.1-dev.install
  - update debian/xulrunner-1.9.1.install
  - add debian/xulrunner-1.9.1-testsuite.install
  - add debian/xulrunner-1.9.1-testsuite-dev.install
* Fix test suite to avoid bashisms (breaking dash)
  - add debian/patches/bzXXX_fix_test_suite_bashisms.patch
  - update debian/patches/series
* Run make check at build time in a non fatal way for now
  - update debian/rules
* Bundle test results (_leaktest, _profile, _tests & tools/test-harness) into
  the -testsuite package as test-results.tar.gz
  - update debian/rules
* Temporarily disable some tests depending on UTF-8 at build time
  - add debian/patches/testsuite_skip_tests_depending_on_utf8.patch
  - update debian/patches/series
* Make the -dev package conflicts with xulrunner-1.9.2-dev as we now have
  unversionned pkgconfig files
  - update debian/control
* Fix permissions in the -dev package (LP: #303940)
  - update debian/rules
* As some files are only available on some arches, introduce a mechanism
  to create *.install.arch files dynamically allowing includes
  - update debian/rules
* Use a slightly shorter path in the install files to make the merge
  with the 1.9.2 branch easier
  - update debian/*.install, debian/*.install.*.pp
* Move header files from JIT to arch specific install files as they are not
  available on 64bit platforms
  - update debian/xulrunner-1.9.1-dev.install
  - add debian/xulrunner-1.9.1-dev.install.i386.pp
  - add debian/xulrunner-1.9.1-dev.install.lpia.pp
* Fix preinst script to better handle the /etc/gre.d clean-up
  - update debian/xulrunner-1.9.1.preinst.in
* Bump Standards-Version to 3.8.0
  - update debian/control
* Install missing files detected by 'compare'
  - update debian/xulrunner-1.9.1.install
* Move mozclient project files from mozilla-descripts to this package
  and update the upstream branch now that it has moved to 1.9.2
  - add debian/mozclient/xulrunner-1.9.1.conf
  - add debian/mozclient/xulrunner-1.9.1.mk
  - update debian/rules
* Add support for Python xpcom and dom. Fixes contributed by Alexander
  - update debian/rules
  - add debian/patches/bzXXX_fix_python_dom_hidden_symbols.patch
  - add debian/patches/bzXXX_fix_python_dom_pyxultest.patch
  - add debian/patches/bzXXX_fix_python_xpcom.patch
  - update debian/patches/series
* Update diverged patches:
  - update debian/patches/bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch
  - update debian/patches/bzXXX_pc_honour_system_nspr_nss.patch
  - update debian/patches/system_path_launch_child.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 config/system-headers        |    1 +
 
3
 js/src/config/system-headers |    1 +
 
4
 2 files changed, 2 insertions(+)
 
5
 
 
6
Index: mozilla/config/system-headers
 
7
===================================================================
 
8
--- mozilla.orig/config/system-headers
 
9
+++ mozilla/config/system-headers
 
10
@@ -513,16 +513,17 @@
 
11
 map
 
12
 mapicode.h
 
13
 mapidefs.h
 
14
 mapiguid.h
 
15
 mapi.h
 
16
 mapitags.h
 
17
 mapiutil.h
 
18
 mapix.h
 
19
+marshal.h
 
20
 Math64.h
 
21
 math.h
 
22
 mbstring.h
 
23
 mem.h
 
24
 memory
 
25
 memory.h
 
26
 Memory.h
 
27
 MenuBar.h
 
28
Index: mozilla/js/src/config/system-headers
 
29
===================================================================
 
30
--- mozilla.orig/js/src/config/system-headers
 
31
+++ mozilla/js/src/config/system-headers
 
32
@@ -513,16 +513,17 @@
 
33
 map
 
34
 mapicode.h
 
35
 mapidefs.h
 
36
 mapiguid.h
 
37
 mapi.h
 
38
 mapitags.h
 
39
 mapiutil.h
 
40
 mapix.h
 
41
+marshal.h
 
42
 Math64.h
 
43
 math.h
 
44
 mbstring.h
 
45
 mem.h
 
46
 memory
 
47
 memory.h
 
48
 Memory.h
 
49
 MenuBar.h