~ubuntu-dev/nspluginwrapper/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/003_update_help_info.diff

  • Committer: Alexander Sack
  • Date: 2007-10-10 15:06:56 UTC
  • Revision ID: asac@jwsdot.com-20071010150656-a9hdv2lkeon5s4tp
merge from debian 0.9.91.5-1 contributed by Scott Kitterman
<scott@kitterman.com>

====
nspluginwrapper (0.9.91.5-1ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
  * debian/control:
    - Changed maintainer field to Ubuntu MOTU Developers
      <ubuntu-motu@lists.ubuntu.com>
    - Moved old maintainer to XSBC-Original-Maintainer: Rob Andrews
      <rob@choralone.org>
    - Removed ia32-libs-gtk from depends
    - Changed Xs-Vcs-Bzr field to Xs-Vcs-Bzr:
      http://code.launchpad.net/~ubuntu-core-dev/nspluginwrapper/ubuntu

 -- Scott Kitterman <scott@kitterman.com>  Wed, 10 Oct 2007 09:31:37 -0400

nspluginwrapper (0.9.91.5-1) unstable; urgency=low

  * New upstream release
  * Remove 003_fix_xembed_grab_keys.diff, as 0.9.91.5 fixes this issue
  * Remove manual dependencies on ia32-libs, the build-dep covers this
    issue
  * Add 003_update_help_info.diff, specify that a plugin is needed when
    using -u option, also update manpage accordingly (Closes: #436410)

 -- Rob Andrews <rob@choralone.org>  Sun, 02 Sep 2007 11:38:43 +0100

nspluginwrapper (0.9.91.4-4) unstable; urgency=low

  * Change Priority: extra to "optional"
  * Add patch 002_install_to_NSPLUGINDIR.patch from Ubuntu
    (thanks Alexander Sack)
  * Fix XEmbed issue where plugin was able to grab keystrokes
    from other applications when browser had lost focus
    - patch is 003_fix_xembed_grab_keys.diff
    (Closes: #435912)

 -- Rob Andrews <rob@choralone.org>  Sun, 19 Aug 2007 20:17:33 +0100

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Fix the abstract for the '-u' option.
 
2
 
 
3
 -- Rob Andrews <rob@choralone.org>  Sun, 02 Sep 2007 11:58:27 +0100
 
4
 
 
5
--- nspluginwrapper/src/npw-config.c.orig       2007-09-02 11:32:32.000000000 +0100
 
6
+++ nspluginwrapper/src/npw-config.c    2007-09-02 11:32:50.000000000 +0100
 
7
@@ -921,7 +921,7 @@
 
8
   printf("   -v --verbose            flag: set verbose mode\n");
 
9
   printf("   -a --auto               flag: set automatic mode for plugins discovery\n");
 
10
   printf("   -l --list               list plugins currently installed\n");
 
11
-  printf("   -u --update             update plugin(s) currently installed\n");
 
12
+  printf("   -u --update [FILE(S)]   update plugin(s) currently installed\n");
 
13
   printf("   -i --install [FILE(S)]  install plugin(s)\n");
 
14
   printf("   -r --remove [FILE(S)]   remove plugin(s)\n");
 
15
   printf("\n");