[ubuntu/lucid] xulrunner-1.9.2 1.9.2+nobinonly-0ubuntu1 (Accepted)

Micah Gersten micahg at ubuntu.com
Tue Mar 9 17:21:18 GMT 2010


xulrunner-1.9.2 (1.9.2+nobinonly-0ubuntu1) lucid; urgency=low

  * New upstream release v1.9.2 (FIREFOX_3_6_RELEASE)

  [ Kees Cook <kees at ubuntu.com> ]
  * enable PIE build for increased security (LP: #507744)
    - update debian/rules
    - update debian/control
  * fix failure in build due to unrecognized line-end-escapes in Makefile
    - add debian/patches/fix-build-glitch.patch
    - update debian/patches/series

  [ Fabien Tassin <fta at ubuntu.com> ]
  * Mass update from 1.9.1 to 1.9.2:
    * Renamed and updated
      - debian/mozclient/xulrunner-1.9.1.conf => debian/mozclient/xulrunner-1.9.2.conf
      - debian/mozclient/xulrunner-1.9.1.mk => debian/mozclient/xulrunner-1.9.2.mk
      - debian/xulrunner-1.9.1-dev.install => debian/xulrunner-1.9.2-dev.install
      - debian/xulrunner-1.9.1-gnome-support.install => debian/xulrunner-1.9.2-gnome-support.install
      - debian/xulrunner-1.9.1-gnome-support.postinst => debian/xulrunner-1.9.2-gnome-support.postinst
      - debian/xulrunner-1.9.1.install => debian/xulrunner-1.9.2.install
      - debian/xulrunner-1.9.1.dirs => debian/xulrunner-1.9.2.dirs
      - debian/xulrunner-1.9.1.postinst.in => debian/xulrunner-1.9.2.postinst.in
      - debian/xulrunner-1.9.1.postrm.in => debian/xulrunner-1.9.2.postrm.in
      - debian/xulrunner-1.9.1.preinst.in => debian/xulrunner-1.9.2.preinst.in
      - debian/xulrunner-1.9.1.prerm.in => debian/xulrunner-1.9.2.prerm.in
    * Updated:
      - debian/control
  * Update the location of the upsteam branch now that 3.6/Namoroka has its own
    branch, and trunk moved on to 3.7
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Target the 'default' branch instead of tip
    - add debian/moz-rev.sh
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Make -dev package conflict with xulrunner-1.9.1-dev
    - update debian/control
  * Install missing files detected by 'compare'
    - update debian/xulrunner-1.9.2.install
    - update debian/xulrunner-1.9.2-testsuite.install
  * Drop files no longer in the install dir
    - update debian/xulrunner-1.9.2-testsuite.install
  * Pass -p to all dh_{install,links} to prevent unncessary installs
    - update debian/rules
  * Update -dev install files now that the includes are flattened (bmo 488175)
    - update debian/xulrunner-1.9.2-dev.install
    - update debian/xulrunner-1.9.2-dev.install.i386.pp
    - update debian/xulrunner-1.9.2-dev.install.lpia.pp
    - update debian/xulrunner-1.9.2-testsuite-dev.install
  * Run 'compare' in binary-predeb now that dh_install is doing the right thing.
    Update the compare filters
    - update debian/rules
    - update debian/mozclient/xulrunner-1.9.2.mk
  * Update diverged patches:
    - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
    - update debian/patches/bzXXX_plugin_for_mimetype_pref.patch
    - update debian/patches/bz472807_att356161_nspr_nss_pc.patch
    - update debian/patches/system_path_launch_child.patch
    - update debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch
    - update debian/patches/bzXXX_fix_test_suite_bashisms.patch
    - update debian/patches/dont_install_so_in_dev.patch
    - update debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch
  * Remove patches no longer needed / applied upstream:
    - drop debian/patches/bzXXX_no_zlib_export_if_native.patch (bmo 488175)
    - drop debian/patches/protect_tests_by_ifdefs.patch (bmo 495387)
    - drop debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
    - update debian/patches/series
  * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with
    dates in the past
    - update debian/mozclient/xulrunner-1.9.2.conf
  * Fix -dev install file so that /testing/ doesn't end up in both -dev
    and -testsuite-dev
    - update debian/xulrunner-1.9.2-dev.install

  [ Alexander Sack <asac at ubuntu.com> ]
  * upstreamed nss/nspr pkg-config patch (bmo 472807)
    - debian/patches/bzXXX_pc_honour_system_nspr_nss.patch => debian/patches/bz472807_att356161_nspr_nss_pc.patch
  * ship native libnotify support in -gnome-support; add --enable-libnotify
    to configure flags and add libnotify-dev to Build-Depends
    - update debian/rules
    - update debian/control
  * adjust patch to changed upstream code base
    - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
  * fix .install directory contents changed in upstream make install target
    - debian/xulrunner-1.9.2-testsuite.install
    - debian/xulrunner-1.9.2.install
  * fix memalign crashes on shutdown by wrapping PR_SetEnv in nsAppRunner.cpp to
    leak all strings (LP: #319480)
    - add debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch
    - update debian/patches/series
  * tighten depends of xulrunner-1.9.2-dev; use xulrunner-1.9.2 (= ${binary:Version})
    - update debian/control
  * bmo: #493541 - fix a crash which occurs switching flash videos to fullscreen mode;
    we cherry pick a patch from bugzilla; thanks to Stephan Ebner <sebner at ubuntu.com>
    for spotting and testing the patch
    - add debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
    - update debian/patches/series
  * drop ubuntu specific gre plugin/extension patch; we frequently need to touch it so we should rather
    strive for an upstream solution
    - drop debian/patches/bzXXX_gre_extension_plugin_support.patch
    - update debian/patches/series
  * set BUILD_OFFICIAL = 1 to enable all official build features
    - update debian/rules

  [ Benjamin Drung <bdrung at ubuntu.com> ]
  * simplify pkg-config shell command
    - update debian/rules

  [ Micah Gersten <micahg at ubuntu.com> ]
  * Rename from 1.9.1 to 1.9.2
    - debian/xulrunner-1.9.1-dev.manpages => debian/xulrunner-1.9.2-dev.manpages
  * Add xulrunner-dev and depend on xulrunner-1.9.2-dev
    - update debian/control
  * Modify compile link against nspr to be ${includedir}/nspr instead of
    ${includedir}/stable/nspr
    - update debian/rules
  * fix LP: #529628 - dh_xulrunner adds wrong dependency on binary version
    - update debian/rules

Date: Mon, 01 Mar 2010 11:42:34 -0600
Changed-By: Micah Gersten <micahg at ubuntu.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Signed-By: Chris Coulson <chris.coulson at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/xulrunner-1.9.2/1.9.2+nobinonly-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 11:42:34 -0600
Source: xulrunner-1.9.2
Binary: xulrunner-1.9.2 xulrunner-1.9.2-dbg xulrunner-1.9.2-dev xulrunner-dev xulrunner-1.9.2-gnome-support xulrunner-1.9.2-testsuite xulrunner-1.9.2-testsuite-dev
Architecture: source
Version: 1.9.2+nobinonly-0ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Micah Gersten <micahg at ubuntu.com>
Description: 
 xulrunner-1.9.2 - XUL + XPCOM application runner
 xulrunner-1.9.2-dbg - xulrunner-1.9.2 debug symbols
 xulrunner-1.9.2-dev - XUL + XPCOM development files
 xulrunner-1.9.2-gnome-support - Support for Gnome in xulrunner-1.9.2 applications
 xulrunner-1.9.2-testsuite - Test Suite from XULRunner 1.9.2
 xulrunner-1.9.2-testsuite-dev - Test Suite development files for XULRunner 1.9.2
 xulrunner-dev - Debian compatibility and meta package for XUL + XPCOM development
Launchpad-Bugs-Fixed: 319480 507744 529628
Changes: 
 xulrunner-1.9.2 (1.9.2+nobinonly-0ubuntu1) lucid; urgency=low
 .
   * New upstream release v1.9.2 (FIREFOX_3_6_RELEASE)
 .
   [ Kees Cook <kees at ubuntu.com> ]
   * enable PIE build for increased security (LP: #507744)
     - update debian/rules
     - update debian/control
   * fix failure in build due to unrecognized line-end-escapes in Makefile
     - add debian/patches/fix-build-glitch.patch
     - update debian/patches/series
 .
   [ Fabien Tassin <fta at ubuntu.com> ]
   * Mass update from 1.9.1 to 1.9.2:
     * Renamed and updated
       - debian/mozclient/xulrunner-1.9.1.conf => debian/mozclient/xulrunner-1.9.2.conf
       - debian/mozclient/xulrunner-1.9.1.mk => debian/mozclient/xulrunner-1.9.2.mk
       - debian/xulrunner-1.9.1-dev.install => debian/xulrunner-1.9.2-dev.install
       - debian/xulrunner-1.9.1-gnome-support.install => debian/xulrunner-1.9.2-gnome-support.install
       - debian/xulrunner-1.9.1-gnome-support.postinst => debian/xulrunner-1.9.2-gnome-support.postinst
       - debian/xulrunner-1.9.1.install => debian/xulrunner-1.9.2.install
       - debian/xulrunner-1.9.1.dirs => debian/xulrunner-1.9.2.dirs
       - debian/xulrunner-1.9.1.postinst.in => debian/xulrunner-1.9.2.postinst.in
       - debian/xulrunner-1.9.1.postrm.in => debian/xulrunner-1.9.2.postrm.in
       - debian/xulrunner-1.9.1.preinst.in => debian/xulrunner-1.9.2.preinst.in
       - debian/xulrunner-1.9.1.prerm.in => debian/xulrunner-1.9.2.prerm.in
     * Updated:
       - debian/control
   * Update the location of the upsteam branch now that 3.6/Namoroka has its own
     branch, and trunk moved on to 3.7
     - update debian/mozclient/xulrunner-1.9.2.conf
   * Target the 'default' branch instead of tip
     - add debian/moz-rev.sh
     - update debian/mozclient/xulrunner-1.9.2.conf
   * Make -dev package conflict with xulrunner-1.9.1-dev
     - update debian/control
   * Install missing files detected by 'compare'
     - update debian/xulrunner-1.9.2.install
     - update debian/xulrunner-1.9.2-testsuite.install
   * Drop files no longer in the install dir
     - update debian/xulrunner-1.9.2-testsuite.install
   * Pass -p to all dh_{install,links} to prevent unncessary installs
     - update debian/rules
   * Update -dev install files now that the includes are flattened (bmo 488175)
     - update debian/xulrunner-1.9.2-dev.install
     - update debian/xulrunner-1.9.2-dev.install.i386.pp
     - update debian/xulrunner-1.9.2-dev.install.lpia.pp
     - update debian/xulrunner-1.9.2-testsuite-dev.install
   * Run 'compare' in binary-predeb now that dh_install is doing the right thing.
     Update the compare filters
     - update debian/rules
     - update debian/mozclient/xulrunner-1.9.2.mk
   * Update diverged patches:
     - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
     - update debian/patches/bzXXX_plugin_for_mimetype_pref.patch
     - update debian/patches/bz472807_att356161_nspr_nss_pc.patch
     - update debian/patches/system_path_launch_child.patch
     - update debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch
     - update debian/patches/bzXXX_fix_test_suite_bashisms.patch
     - update debian/patches/dont_install_so_in_dev.patch
     - update debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch
   * Remove patches no longer needed / applied upstream:
     - drop debian/patches/bzXXX_no_zlib_export_if_native.patch (bmo 488175)
     - drop debian/patches/protect_tests_by_ifdefs.patch (bmo 495387)
     - drop debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
     - update debian/patches/series
   * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with
     dates in the past
     - update debian/mozclient/xulrunner-1.9.2.conf
   * Fix -dev install file so that /testing/ doesn't end up in both -dev
     and -testsuite-dev
     - update debian/xulrunner-1.9.2-dev.install
 .
   [ Alexander Sack <asac at ubuntu.com> ]
   * upstreamed nss/nspr pkg-config patch (bmo 472807)
     - debian/patches/bzXXX_pc_honour_system_nspr_nss.patch => debian/patches/bz472807_att356161_nspr_nss_pc.patch
   * ship native libnotify support in -gnome-support; add --enable-libnotify
     to configure flags and add libnotify-dev to Build-Depends
     - update debian/rules
     - update debian/control
   * adjust patch to changed upstream code base
     - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch
   * fix .install directory contents changed in upstream make install target
     - debian/xulrunner-1.9.2-testsuite.install
     - debian/xulrunner-1.9.2.install
   * fix memalign crashes on shutdown by wrapping PR_SetEnv in nsAppRunner.cpp to
     leak all strings (LP: #319480)
     - add debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch
     - update debian/patches/series
   * tighten depends of xulrunner-1.9.2-dev; use xulrunner-1.9.2 (= ${binary:Version})
     - update debian/control
   * bmo: #493541 - fix a crash which occurs switching flash videos to fullscreen mode;
     we cherry pick a patch from bugzilla; thanks to Stephan Ebner <sebner at ubuntu.com>
     for spotting and testing the patch
     - add debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch
     - update debian/patches/series
   * drop ubuntu specific gre plugin/extension patch; we frequently need to touch it so we should rather
     strive for an upstream solution
     - drop debian/patches/bzXXX_gre_extension_plugin_support.patch
     - update debian/patches/series
   * set BUILD_OFFICIAL = 1 to enable all official build features
     - update debian/rules
 .
   [ Benjamin Drung <bdrung at ubuntu.com> ]
   * simplify pkg-config shell command
     - update debian/rules
 .
   [ Micah Gersten <micahg at ubuntu.com> ]
   * Rename from 1.9.1 to 1.9.2
     - debian/xulrunner-1.9.1-dev.manpages => debian/xulrunner-1.9.2-dev.manpages
   * Add xulrunner-dev and depend on xulrunner-1.9.2-dev
     - update debian/control
   * Modify compile link against nspr to be ${includedir}/nspr instead of
     ${includedir}/stable/nspr
     - update debian/rules
   * fix LP: #529628 - dh_xulrunner adds wrong dependency on binary version
     - update debian/rules
Checksums-Sha1: 
 b1863d9fd145ab93923ddf51f9305de8bce6a1c1 2515 xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.dsc
 f8e80641e6b39071fe6dd0700ae70b6dfbd46e12 45416899 xulrunner-1.9.2_1.9.2+nobinonly.orig.tar.gz
 10d4bd311fd5a0c15a8f5f0ae6a74f80a523744a 58228 xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.diff.gz
Checksums-Sha256: 
 2f16dec7372032c11973b4c643a44b966479d21ccbabfaf8971253ba4101b6f1 2515 xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.dsc
 1acadc126129a001a2d01be3be17dfb195c28b976685d41e35d22072b76c9995 45416899 xulrunner-1.9.2_1.9.2+nobinonly.orig.tar.gz
 d33661be93a1de2e856e821f973442184f278fc9a3528a5f0e4cb15e3e337a6f 58228 xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.diff.gz
Files: 
 b558daa4b6cdcff27588dd1b38abd293 2515 devel optional xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.dsc
 ef915117fdc63ffde08bba2355919028 45416899 devel optional xulrunner-1.9.2_1.9.2+nobinonly.orig.tar.gz
 bfeaf2fb3773d7649086dd1ed339bd0e 58228 devel optional xulrunner-1.9.2_1.9.2+nobinonly-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJLlnDGAAoJEGEfvezVlG4PSZYH/0L61AIRSZ1oPv4PDqQmnOqp
X2klB62R/j0zPEWoxOEbCJvcSDw8wk3mjszjBt7H70kbei2OJoS+WoMAR5ZHXBaG
hvajPWtx6eYTnOSMif5Hp/bCd74Z2DCG1HQMWnTcG+DjljD5nUS/cW9Q9vEEYOqH
pOhc2PKvV6/o+cXmuZElgQWfsnmvDvk8MBYIvNFY7RqUjOFLz4AFmgq5XDpLNvhp
sFBzamGSO2sQrlDDs0CY2Gy6K5seXZlzxN7N5tULCqhBzRPRNHVzfcWjq0cD6cNS
Zo58KxPrR3lzTZacQvqPI9+t814V3VpeWlI08Jua/ogAxYlti7byWihQb6WBBm4=
=JOX7
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list