r155 - in trunk/debian: . patches

Boro Sitnikovski bor0-guest at alioth.debian.org
Mon Jun 18 22:17:35 UTC 2012


Author: bor0-guest
Date: 2012-06-18 22:17:35 +0000 (Mon, 18 Jun 2012)
New Revision: 155

Modified:
   trunk/debian/changelog
   trunk/debian/patches/36_bins_linksize
Log:
bugfixes for 402458 and 196310

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-06-15 22:48:34 UTC (rev 154)
+++ trunk/debian/changelog	2012-06-18 22:17:35 UTC (rev 155)
@@ -1,9 +1,10 @@
 bins (1.1.29-15) unstable; urgency=low
 
-  * Fixes "include size of linked movie file in thumb*.html and imagelist.html"
-    closes (#402458)
+  * Fix "include size of linked movie file in thumb*.html and imagelist.html"
+    (Closes: #402458)
+  * Fix "thumbnails in independent directory" (Closes: #196310)
 
- -- Boro Sitnikovski <buritomath at yahoo.com>  Sat, 16 Jun 2012 00:44:05 +0200
+ -- Boro Sitnikovski <buritomath at yahoo.com>  Mon, 18 Jun 2012 19:02:08 +0200
 
 bins (1.1.29-14) unstable; urgency=low
 

Modified: trunk/debian/patches/36_bins_linksize
===================================================================
--- trunk/debian/patches/36_bins_linksize	2012-06-15 22:48:34 UTC (rev 154)
+++ trunk/debian/patches/36_bins_linksize	2012-06-18 22:17:35 UTC (rev 155)
@@ -9,7 +9,7 @@
      my @xLinks=();
      foreach my $xLink ( @$xLinksRef ) {
 -        my %row =  ( link => $xLink );
-+        $linksize = -s "$picdir$xLink";
++        my $linksize = -s "$picdir$xLink";
 +        my %row =  ( link => $xLink, linksize => $linksize );
          push(@xLinks, \%row);
      }




More information about the pkg-bins-commits mailing list