Here's an updated patch for 0.1.8-1 (using dpatch, even).

diff -ruN f-spot-0.1.8-debian/debian/changelog f-spot-0.1.8/debian/changelog
--- f-spot-0.1.8-debian/debian/changelog	2006-02-10 19:14:07.000000000 +0100
+++ f-spot-0.1.8/debian/changelog	2006-02-10 19:30:58.000000000 +0100
@@ -1,3 +1,9 @@
+f-spot (0.1.8-1+lolando+1) unstable; urgency=low
+
+  * Fixed order of pictures when exporting to web gallery.
+
+ -- Roland Mas <[EMAIL PROTECTED]>  Fri, 10 Feb 2006 19:17:53 +0100
+
 f-spot (0.1.8-1) unstable; urgency=low
 
   * New upstream release
diff -ruN f-spot-0.1.8-debian/debian/patches/00list f-spot-0.1.8/debian/patches/00list
--- f-spot-0.1.8-debian/debian/patches/00list	2006-02-10 19:14:07.000000000 +0100
+++ f-spot-0.1.8/debian/patches/00list	2006-02-10 19:29:48.000000000 +0100
@@ -1 +1,2 @@
 01_fix_wrapper.dpatch
+03_fix_gallery_export_order.dpatch
diff -ruN f-spot-0.1.8-debian/debian/patches/03_fix_gallery_export_order.dpatch f-spot-0.1.8/debian/patches/03_fix_gallery_export_order.dpatch
--- f-spot-0.1.8-debian/debian/patches/03_fix_gallery_export_order.dpatch	1970-01-01 01:00:00.000000000 +0100
+++ f-spot-0.1.8/debian/patches/03_fix_gallery_export_order.dpatch	2006-02-10 19:29:27.000000000 +0100
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix_gallery_export_order.dpatch by  <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad f-spot-0.1.8~/src/GalleryExport.cs f-spot-0.1.8/src/GalleryExport.cs
+--- f-spot-0.1.8~/src/GalleryExport.cs	2006-02-10 19:23:58.000000000 +0100
++++ f-spot-0.1.8/src/GalleryExport.cs	2006-02-10 19:29:25.000000000 +0100
+@@ -576,7 +576,7 @@
+ 
+ 				System.Console.WriteLine ("Starting upload");
+ 				while (photo_index < photos.Length) {
+-					Photo photo = photos [photo_index];
++					Photo photo = photos [photos.Length - photo_index - 1];
+ 
+ 					System.Console.WriteLine ("uploading {0}", photo_index);
+ 
Roland.
-- 
Roland Mas

La tradition orale, c'est comme un vieux fromage [...] -- Le Blaire
  -- Signatures à collectionner, série n°2, partie 1/3.

Reply via email to