[Pkg-mono-svn-commits] rev 3348 - in beagle/trunk/debian: . patches

Jose Carlos Garcia Sogo jsogo at alioth.debian.org
Sat Sep 15 23:19:30 UTC 2007


Author: jsogo
Date: 2007-09-15 23:19:30 +0000 (Sat, 15 Sep 2007)
New Revision: 3348

Added:
   beagle/trunk/debian/patches/icedove.dpatch
Modified:
   beagle/trunk/debian/changelog
   beagle/trunk/debian/patches/00list
   beagle/trunk/debian/patches/beagle-settings.dpatch
Log:
 beagle:
  + Add patch to rn icedove instead thunderbird when accesing a mail
  + Update beagle-settings dpatch
  + List bugs fixed in this new release


Modified: beagle/trunk/debian/changelog
===================================================================
--- beagle/trunk/debian/changelog	2007-09-15 16:24:23 UTC (rev 3347)
+++ beagle/trunk/debian/changelog	2007-09-15 23:19:30 UTC (rev 3348)
@@ -1,8 +1,14 @@
 beagle (0.2.18-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
+     + Fixed problem of not finding icedove mail (Closes: #407242)
+     + Index .mp3 files using v2.3 ID3 correctly (Closes: #419993)
+  * debian/patches:
+     + icedove: Patch sources to run icedove instead of
+       non-existant thunderbird (Closes: #431163)
+     + beagle-settings: update
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 08 Sep 2007 18:44:45 +0200
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 16 Sep 2007 01:19:48 +0200
 
 beagle (0.2.17-2) unstable; urgency=medium
 

Modified: beagle/trunk/debian/patches/00list
===================================================================
--- beagle/trunk/debian/patches/00list	2007-09-15 16:24:23 UTC (rev 3347)
+++ beagle/trunk/debian/patches/00list	2007-09-15 23:19:30 UTC (rev 3348)
@@ -6,3 +6,4 @@
 use-python2.4.dpatch
 relibtoolize.dpatch
 fix_desktop_files.dpatch
+icedove.dpatch

Modified: beagle/trunk/debian/patches/beagle-settings.dpatch
===================================================================
--- beagle/trunk/debian/patches/beagle-settings.dpatch	2007-09-15 16:24:23 UTC (rev 3347)
+++ beagle/trunk/debian/patches/beagle-settings.dpatch	2007-09-15 23:19:30 UTC (rev 3348)
@@ -5,12 +5,12 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad beagle-0.2.11~/tools/beagle-settings.desktop.in beagle-0.2.11/tools/beagle-settings.desktop.in
---- beagle-0.2.11~/tools/beagle-settings.desktop.in	2006-10-18 18:57:32.000000000 +0200
-+++ beagle-0.2.11/tools/beagle-settings.desktop.in	2006-10-22 12:40:59.000000000 +0200
-@@ -7,7 +7,8 @@
+diff -urNad beagle-0.2.18~/tools/beagle-settings.desktop.in beagle-0.2.18/tools/beagle-settings.desktop.in
+--- beagle-0.2.18~/tools/beagle-settings.desktop.in	2007-08-27 19:55:44.000000000 +0200
++++ beagle-0.2.18/tools/beagle-settings.desktop.in	2007-09-16 01:18:13.000000000 +0200
+@@ -6,7 +6,8 @@
  Exec=beagle-settings
- Icon=gnome-searchtool
+ Icon=system-search
  Type=Application
 -Categories=Application;Settings;AdvancedSettings;Utility;Filesystem;X-Ximian-Settings;
 +StartupNotify=true
@@ -18,3 +18,16 @@
  X-GNOME-Bugzilla-Bugzilla=GNOME
  X-GNOME-Bugzilla-Product=beagle
  X-GNOME-Bugzilla-Component=General
+diff -urNad beagle-0.2.18~/tools/beagle-settings.desktop.in.in beagle-0.2.18/tools/beagle-settings.desktop.in.in
+--- beagle-0.2.18~/tools/beagle-settings.desktop.in.in	2007-02-07 20:04:11.000000000 +0100
++++ beagle-0.2.18/tools/beagle-settings.desktop.in.in	2007-09-16 01:19:28.000000000 +0200
+@@ -6,7 +6,8 @@
+ Exec=beagle-settings
+ Icon=system-search
+ Type=Application
+-Categories=Application;Settings;AdvancedSettings;Utility;Filesystem;X-Ximian-Settings;
++StartupNotify=true
++Categories=Application;Settings;AdvancedSettings;Filesystem;X-Ximian-Settings;
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=beagle
+ X-GNOME-Bugzilla-Component=General

Added: beagle/trunk/debian/patches/icedove.dpatch
===================================================================
--- beagle/trunk/debian/patches/icedove.dpatch	                        (rev 0)
+++ beagle/trunk/debian/patches/icedove.dpatch	2007-09-15 23:19:30 UTC (rev 3348)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## icedove.dpatch by Jose Carlos Garcia Sogo <jsogo at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad beagle-0.2.18~/Util/Thunderbird.cs beagle-0.2.18/Util/Thunderbird.cs
+--- beagle-0.2.18~/Util/Thunderbird.cs	2007-02-07 20:04:12.000000000 +0100
++++ beagle-0.2.18/Util/Thunderbird.cs	2007-09-16 01:10:00.000000000 +0200
+@@ -612,11 +612,11 @@
+ 		public static string ExecutableName {
+ 			get {
+ 				bool is_mt = false;
+-				string exec_name = "thunderbird";
++				string exec_name = "icedove";
+ 
+ 				foreach (string s in PathFinder.Paths) {
+-					if (File.Exists (Path.Combine (s, "mozilla-thunderbird"))) {
+-						exec_name = "mozilla-thunderbird";
++					if (File.Exists (Path.Combine (s, "icedove"))) {
++						exec_name = "icedove";
+ 						break;
+ 					}
+ 				}


Property changes on: beagle/trunk/debian/patches/icedove.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-mono-svn-commits mailing list