Change logs for nspluginwrapper source package in Oneiric

  • nspluginwrapper (1.4.4-0ubuntu3) oneiric; urgency=low
    
      * Use a strict versioned dep between nspluginwrapper and nspluginviewer,
        per Marc.
     -- Steve Langasek <email address hidden>   Tue, 16 Aug 2011 12:22:40 -0700
  • nspluginwrapper (1.4.4-0ubuntu2) oneiric; urgency=low
    
      * Multiarch support:
        - Since we really only want to build the player for i386, drop the
          --target-cpu argument that breaks builds on armel.
        - debian/patches/right_qemu_path: call qemu-{i386,ppc}-static instead of
          qemu-{i386,ppc}.
        - On !x86, depend on qemu-user-static for the above.
        - disable biarch on amd64; we don't need to keep building 32-bit code on
          amd64, just let our dependency be satisfied by the foreign-arch
          nspluginviewer - of which there is only one, the i386 one.
        - Build with -O0 on armel; otherwise the wrapper fails to set up the
          connection to the viewer.
        - Add Replaces: from nspluginviewer to the old nspluginwrapper.
     -- Steve Langasek <email address hidden>   Tue, 16 Aug 2011 11:35:45 -0700
  • nspluginwrapper (1.4.4-0ubuntu1) oneiric; urgency=low
    
      * New upstream version 1.4.4
      * debian/copyright, debian/watch: updated with new location and author
      * debian/nspluginwrapper.postinst: don't fail installation if one of the
        plugins failed to refresh. (LP: #807212)
     -- Marc Deslauriers <email address hidden>   Mon, 18 Jul 2011 08:46:12 -0400
  • nspluginwrapper (1.4.2-0ubuntu3) oneiric; urgency=low
    
      * debian/nspluginwrapper.postinst: Massively simplify logic to handle
        flashplugin-nonfree properly during plugin refresh.
     -- Marc Deslauriers <email address hidden>   Tue, 28 Jun 2011 20:42:26 +0100
  • nspluginwrapper (1.4.2-0ubuntu2) oneiric; urgency=low
    
      * flashplugin-nonfree is installed in a non-standard location to support
        alternatives. When nspluginwrapper tries to refresh all the wrapped
        plugins, it will misdetect flash and break it.
        - debian/nspluginwrapper.postinst: remove old unneeded upgrade
          handling. Add logic to handle flashplugin-nonfree properly during
          plugin refresh.
     -- Marc Deslauriers <email address hidden>   Thu, 23 Jun 2011 15:28:02 -0400
  • nspluginwrapper (1.4.2-0ubuntu1) oneiric; urgency=low
    
      * New upstream version 1.4.2
      * Patches removed:
        - 001_remove_bashisms.diff: upstream
        - 003_update_help_info.diff: upstream
        - 004_fix_threading.diff: no longer needed
        - use_syslsb.patch: no longer needed
        - 007_NPN_GetStringIdentifiers.patch: upstream
        - 008_delayed_calls_process_reentrant.diff: no longer needed
        - 009_npp_destroy_crash.diff: no longer needed
        - 010_fix_Xt_test.diff: no longer needed
      * debian/rules:
        - remove unknown --host and --build options from CONFIG_FLAGS
        - use --enable-biarch instead of --biarch
        - don't try and pass CFLAGS as an argument to configure.
        - don't install upstream changelog
        - remove USE_SYSTEM_LSB=1 (goes with removed use_syslsb.patch)
     -- Marc Deslauriers <email address hidden>   Thu, 23 Jun 2011 09:29:01 -0400
  • nspluginwrapper (1.2.2-0ubuntu9) natty; urgency=low
    
      [ David Benjamin ]
      * Fix a re-entrancy bug with delayed_calls_process and a race condition
        (causing a crash) when a plugin instance is destroyed.  (LP: #724587)
        - add debian/patches/008_delayed_calls_process_reentrant.diff
        - add debian/patches/009_npp_destroy_crash.diff
        - update debian/patches/series
    
      [ Anders Kaseorg ]
      * Fix FTBFS due to configure test broken by libxt multiarch transition.
        - add debian/patches/010_fix_Xt_test.diff
        - update debian/patches/series
      * Update Maintainer to Ubuntu Developers
        <email address hidden>.
     -- Anders Kaseorg <email address hidden>   Tue, 29 Mar 2011 14:33:16 -0400