r23550 - /trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch

segre at users.alioth.debian.org segre at users.alioth.debian.org
Fri Jul 25 23:34:15 UTC 2008


Author: segre
Date: Fri Jul 25 23:34:07 2008
New Revision: 23550

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23550
Log:
Add all Debian-supported web browsers to the module

Modified:
    trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch

Modified: trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch?rev=23550&op=diff
==============================================================================
--- trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch (original)
+++ trunk/libwwwbrowser-perl/debian/patches/WWWBrowser.pm.patch Fri Jul 25 23:34:07 2008
@@ -1,6 +1,20 @@
---- a/WWWBrowser.pm
-+++ b/WWWBrowser.pm
-@@ -346,7 +346,7 @@ __END__
+Index: libwwwbrowser-perl/WWWBrowser.pm
+===================================================================
+--- libwwwbrowser-perl.orig/WWWBrowser.pm	2008-07-25 17:47:34.000000000 -0500
++++ libwwwbrowser-perl/WWWBrowser.pm	2008-07-25 18:32:48.000000000 -0500
+@@ -22,8 +22,9 @@
+ $VERSION = sprintf("%d.%02d", q$Revision: 2.23 $ =~ /(\d+)\.(\d+)/);
+ 
+ @unix_browsers = qw(_default_gnome _default_kde
+-		    mozilla galeon konqueror netscape Netscape kfmclient
+-		    dillo w3m lynx
++		    iceweasel iceape epiphany galeon konqueror links2
++		    firefox mozilla netscape Netscape opera
++		    dillo w3m lynx links chimera2 arora netsurf conkeror
+ 		    mosaic Mosaic
+ 		    chimera arena tkweb
+ 		    explorer) if !@unix_browsers;
+@@ -346,7 +347,7 @@
  
  =head1 NAME
  




More information about the Pkg-perl-cvs-commits mailing list