r35492 - in /trunk/jifty/debian/patches: follow-symlink.patch series

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sat May 16 06:58:36 UTC 2009


Author: yvesago-guest
Date: Sat May 16 06:58:17 2009
New Revision: 35492

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35492
Log:
* add patch to allow symlink for prototype.js in OnlineDocs plugin  

Added:
    trunk/jifty/debian/patches/follow-symlink.patch
Modified:
    trunk/jifty/debian/patches/series

Added: trunk/jifty/debian/patches/follow-symlink.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/follow-symlink.patch?rev=35492&op=file
==============================================================================
--- trunk/jifty/debian/patches/follow-symlink.patch (added)
+++ trunk/jifty/debian/patches/follow-symlink.patch Sat May 16 06:58:17 2009
@@ -1,0 +1,15 @@
+Author: yvesago-guest (Yves Agostini)
+Description: debian use symlink to not have duplicate files, 
+ now only used in OnlineDocs plugin for prototype.js
+Upstream: debian specific
+--- a/share/plugins/Jifty/Plugin/OnlineDocs/web/templates/__jifty/online_docs/toc.html
++++ b/share/plugins/Jifty/Plugin/OnlineDocs/web/templates/__jifty/online_docs/toc.html
+@@ -22,7 +22,7 @@
+         $name =~ s!\.(?:pm|pod)!!i;
+         $name =~ s!\W!::!g;
+         push @found, $name;
+-    },follow => ($^O ne 'MSWin32') },
++    },follow => ($^O ne 'MSWin32'), follow_skip => 2 },
+     Jifty::Util->app_root ."/lib",
+ );
+ 

Modified: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=35492&op=diff
==============================================================================
--- trunk/jifty/debian/patches/series (original)
+++ trunk/jifty/debian/patches/series Sat May 16 06:58:17 2009
@@ -1,1 +1,2 @@
+follow-symlink.patch
 manpage-has-bad-whatis-entry.patch




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