r160 - in trunk/debian: . patches
Boro Sitnikovski
bor0-guest at alioth.debian.org
Mon Jun 18 22:43:03 UTC 2012
Author: bor0-guest
Date: 2012-06-18 22:43:03 +0000 (Mon, 18 Jun 2012)
New Revision: 160
Added:
trunk/debian/patches/38_bins_search
Modified:
trunk/debian/changelog
trunk/debian/patches/series
Log:
bugfix for 411149
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-06-18 22:26:06 UTC (rev 159)
+++ trunk/debian/changelog 2012-06-18 22:43:03 UTC (rev 160)
@@ -3,6 +3,7 @@
* Fix "include size of linked movie file in thumb*.html and imagelist.html"
(Closes: #402458)
* Fix "thumbnails in independent directory" (Closes: #196310)
+ * Fix "doesn't find search.js when using non default template" (Closes: #411149)
-- Boro Sitnikovski <buritomath at yahoo.com> Mon, 18 Jun 2012 19:02:08 +0200
Added: trunk/debian/patches/38_bins_search
===================================================================
--- trunk/debian/patches/38_bins_search (rev 0)
+++ trunk/debian/patches/38_bins_search 2012-06-18 22:43:03 UTC (rev 160)
@@ -0,0 +1,14 @@
+Author: Boro Sitnikovski <buritomath at yahoo.com>
+Description: doesn't find search.js when using non default template
+Bug-Debian: http://bugs.debian.org/411149
+
+--- a/bins 2010-01-18 09:41:35.000000000 +0100
++++ b/bins_NEW 2012-06-19 00:40:11.384934876 +0200
+@@ -3858,6 +3858,7 @@
+ $configHash->{templateStyle}, GLOB_TILDE));
+ push(@dirs, bsd_glob($configHash->{globalDataDir}."/templates.".
+ $configHash->{templateStyle}, GLOB_TILDE));
++ push(@dirs, bsd_glob($configHash->{globalDataDir}."/templates.swigs", GLOB_TILDE));
+
+ foreach my $dir (@dirs) {
+ beVerboseN(" Looking for HTML template $templateName in $dir...", 4);
Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2012-06-18 22:26:06 UTC (rev 159)
+++ trunk/debian/patches/series 2012-06-18 22:43:03 UTC (rev 160)
@@ -22,3 +22,4 @@
35_bins_jpeg
36_bins_linksize
37_bins_thumbnails
+38_bins_search
More information about the pkg-bins-commits
mailing list