Andrew Mitchell, 2006-03-07 12:03:07 +1000 :

> Hi Roland, thanks for providing those. I'm a little busy with work &
> don't have a sid box with me, so feel free to NMU this, and I'll get
> 0.1.10 in next week.

0.1.8-1.1 is on its way up, with the attached diff.  I took the
liberty of also including my patch fixing the reverse ordering of
exports to web gallery.  You'll probably want to drop it when
preparing 0.1.10-1, as I understand things have been fixed upstream.

diff -ruN f-spot-0.1.8/debian/changelog f-spot-0.1.8+nmu/debian/changelog
--- f-spot-0.1.8/debian/changelog	2006-03-07 18:37:17.000000000 +0100
+++ f-spot-0.1.8+nmu/debian/changelog	2006-03-07 18:42:18.000000000 +0100
@@ -1,3 +1,11 @@
+f-spot (0.1.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed order of pictures when exporting to gallery (closes: #349501).
+  * Rebuild for recent D-Bus (closes: #354849).
+
+ -- Roland Mas <[EMAIL PROTECTED]>  Tue,  7 Mar 2006 18:42:18 +0100
+
 f-spot (0.1.8-1) unstable; urgency=low
 
   * New upstream release
diff -ruN f-spot-0.1.8/debian/patches/00list f-spot-0.1.8+nmu/debian/patches/00list
--- f-spot-0.1.8/debian/patches/00list	2006-03-07 18:37:17.000000000 +0100
+++ f-spot-0.1.8+nmu/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/patches/03_fix_gallery_export_order.dpatch f-spot-0.1.8+nmu/debian/patches/03_fix_gallery_export_order.dpatch
--- f-spot-0.1.8/debian/patches/03_fix_gallery_export_order.dpatch	1970-01-01 01:00:00.000000000 +0100
+++ f-spot-0.1.8+nmu/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

Just a little bit of you every day will surely keep the doctors away.
  -- Just a little bit of you (The Jackson Five)

Reply via email to