r130 - in trunk/debian: . patches

rousseau at alioth.debian.org rousseau at alioth.debian.org
Thu May 22 19:03:24 UTC 2008


Author: rousseau
Date: 2008-05-22 19:03:19 +0000 (Thu, 22 May 2008)
New Revision: 130

Added:
   trunk/debian/patches/22_bins-hash-ref.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
debian/patches/22_bins-hash-ref.dpatch: Crashes mid-album (Closes: #481662)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-21 17:06:25 UTC (rev 129)
+++ trunk/debian/changelog	2008-05-22 19:03:19 UTC (rev 130)
@@ -1,3 +1,10 @@
+bins (1.1.29-11) unstable; urgency=low
+
+  * debian/patches/22_bins-hash-ref.dpatch: Crashes mid-album
+    (Closes: #481662)
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Thu, 22 May 2008 21:05:41 +0200
+
 bins (1.1.29-10) unstable; urgency=low
 
   * debian/control:

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2008-03-21 17:06:25 UTC (rev 129)
+++ trunk/debian/patches/00list	2008-05-22 19:03:19 UTC (rev 130)
@@ -16,3 +16,4 @@
 19_bins-insert-directory
 20_bins-syscall
 21_bins-trim
+22_bins-hash-ref

Added: trunk/debian/patches/22_bins-hash-ref.dpatch
===================================================================
--- trunk/debian/patches/22_bins-hash-ref.dpatch	                        (rev 0)
+++ trunk/debian/patches/22_bins-hash-ref.dpatch	2008-05-22 19:03:19 UTC (rev 130)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 22_hash_ref.dpatch by  <rousseau at imac.maison.bogus>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Closes: #481662 bins: Crashes mid-album
+
+ at DPATCH@
+diff -urNad bins-1.1.29~/bins bins-1.1.29/bins
+--- bins-1.1.29~/bins	2008-05-22 20:57:32.000000000 +0200
++++ bins-1.1.29/bins	2008-05-22 20:58:20.000000000 +0200
+@@ -3643,8 +3643,8 @@
+ 
+     my @descTable;
+     foreach my $tagName (@mainFields) {
+-        if (${%$hashref}{$tagName}) {
+-            my $value=${%$hashref}{$tagName};
++        if (${$hashref}{$tagName}) {
++            my $value=${$hashref}{$tagName};
+             $value =~ s/'/&#39;/g  ; # in case it's used in javascript code
+             push @descTable, {DESC_FIELD_NAME => getFields($configHash)->{$tagName}->{'Name'},
+                               DESC_FIELD_VALUE => $value,


Property changes on: trunk/debian/patches/22_bins-hash-ref.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-bins-commits mailing list