r28094 - in /trunk/jifty/debian: changelog control patches/follow-javascript-symlink.patch patches/series

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Fri Dec 12 09:45:15 UTC 2008


Author: yvesago-guest
Date: Fri Dec 12 09:45:12 2008
New Revision: 28094

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28094
Log:
  * add dep on libjifty-plugin-halo-perl (Closes: #506176)
  * add patch to follow prototype.js symlink in online doc

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

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=28094&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Fri Dec 12 09:45:12 2008
@@ -1,9 +1,14 @@
 jifty (0.80408-3) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:20 +0100
+  [ AGOSTINI Yves ]
+  * add dep on libjifty-plugin-halo-perl (Closes: #506176)
+  * add patch to follow prototype.js symlink in online docs
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Fri, 12 Dec 2008 10:25:51 +0100
 
 jifty (0.80408-2) unstable; urgency=low
 

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=28094&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Fri Dec 12 09:45:12 2008
@@ -61,7 +61,7 @@
 
 Package: jifty
 Architecture: all
-Depends: ${perl:Depends}, libjifty-perl
+Depends: ${perl:Depends}, libjifty-perl, libjifty-plugin-halo-perl
 Description: perl web MVC framework
  Perl based web framekwork.
  Jifty offers the following features:

Added: trunk/jifty/debian/patches/follow-javascript-symlink.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/follow-javascript-symlink.patch?rev=28094&op=file
==============================================================================
--- trunk/jifty/debian/patches/follow-javascript-symlink.patch (added)
+++ trunk/jifty/debian/patches/follow-javascript-symlink.patch Fri Dec 12 09:45:12 2008
@@ -1,0 +1,12 @@
+--- 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
+@@ -36,7 +36,8 @@
+         $name =~ s!\.(?:pm|pod)!!i;
+         $name =~ s!\/!::!g;
+         push @found, $name;
+-    },follow => ($^O ne 'MSWin32') },
++    },follow => ($^O ne 'MSWin32'),
++      follow_skip=>2 },
+     Jifty::Util->jifty_root,
+ );
+ 

Modified: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=28094&op=diff
==============================================================================
--- trunk/jifty/debian/patches/series (original)
+++ trunk/jifty/debian/patches/series Fri Dec 12 09:45:12 2008
@@ -1,3 +1,4 @@
+follow-javascript-symlink.patch
 skip-second-template-region-internal-redirect.patch
 openid-plugin-manpage-has-bad-whatis.patch
 jifty-plugin-manpage-has-bad-whatis.patch




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