r32018 - /trunk/libglib-perl/debian/patches/fix-gtks-whatis

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Mar 13 07:58:00 UTC 2009


Author: ryan52-guest
Date: Fri Mar 13 07:57:56 2009
New Revision: 32018

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32018
Log:
not needed, anything matching that is already set to a different whatis entry now

Modified:
    trunk/libglib-perl/debian/patches/fix-gtks-whatis

Modified: trunk/libglib-perl/debian/patches/fix-gtks-whatis
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/fix-gtks-whatis?rev=32018&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/fix-gtks-whatis (original)
+++ trunk/libglib-perl/debian/patches/fix-gtks-whatis Fri Mar 13 07:57:56 2009
@@ -32,7 +32,7 @@
  }
  
  sub preprocess_pod
-@@ -1365,6 +1375,37 @@
+@@ -1365,6 +1375,35 @@
  	} while (@dirs);
  }
  
@@ -41,8 +41,6 @@
 +    my $cname = $perlname;
 +    if($perlname =~ /^Gtk2::Gdk::/) {
 +        $cname =~ s/^Gtk2::Gdk::/Gdk/;
-+    } elsif($perlname =~ /^Gtk2::Pango::/) {
-+        $cname =~ s/^Gtk2::Pango::/Pango/;
 +    } elsif($perlname =~ m/^Gtk2::/) {
 +        $cname =~ s/^Gtk2::/Gtk/;
 +    } elsif($perlname =~ m/^Gnome2::Bonobo::/) {




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