r117 - trunk/debian/patches
rousseau at alioth.debian.org
rousseau at alioth.debian.org
Wed Jul 4 20:44:47 UTC 2007
Author: rousseau
Date: 2007-07-04 20:44:47 +0000 (Wed, 04 Jul 2007)
New Revision: 117
Added:
trunk/debian/patches/17_bins.dpatch
Modified:
trunk/debian/patches/00list
Log:
Closes: #431432
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2007-07-04 20:44:21 UTC (rev 116)
+++ trunk/debian/patches/00list 2007-07-04 20:44:47 UTC (rev 117)
@@ -11,3 +11,4 @@
14_bins-edit-gui
15_example_css
16_examples_html
+17_bins
Added: trunk/debian/patches/17_bins.dpatch
===================================================================
--- trunk/debian/patches/17_bins.dpatch (rev 0)
+++ trunk/debian/patches/17_bins.dpatch 2007-07-04 20:44:47 UTC (rev 117)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 17_bin.dpatch by <rousseau at localhost.localdomain>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad bins-1.1.29~/bins bins-1.1.29/bins
+--- bins-1.1.29~/bins 2007-07-04 22:03:34.000000000 +0200
++++ bins-1.1.29/bins 2007-07-04 22:03:55.000000000 +0200
+@@ -547,7 +547,7 @@
+ "date" =>
+ { Name => _("Date"),
+ EXIF => "DateTimeOriginal",
+- Transform => '$_ = local2html(strftime $configHash->{dateString}, gmtime str2time "$_") if str2time "$_"',
++ Transform => '$_ = local2html(strftime $configHash->{dateString}, localtime str2time "$_") if str2time "$_"',
+ # Alternatively, you could use regex substitution:
+ # English version is yyyy:mm:dd hh:mm:ss to yyyy/mm/dd hh:mm:ss :
+ # Transform => 's%^(\\d+):(\\d+):(\\d+) (.*)$%\$1/\$2/\$3 \$4%',
Property changes on: trunk/debian/patches/17_bins.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-bins-commits
mailing list