[Pkg-cli-apps-commits] r5017 - in /packages/gnome-do/trunk/debian: changelog gnome-do.1 patches/00list patches/11_fix_autostart_when_directory_does_not_exist.dpatch

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Jul 7 01:08:47 UTC 2009


Author: raof-guest
Date: Tue Jul  7 01:08:47 2009
New Revision: 5017

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5017
Log:
* Fixes for gnome-do.1
* Add patch from upstream trunk to fix autostart setting when the autostart directory does not exist
* More bug closing from the changelog

Added:
    packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch   (with props)
Modified:
    packages/gnome-do/trunk/debian/changelog
    packages/gnome-do/trunk/debian/gnome-do.1
    packages/gnome-do/trunk/debian/patches/00list

Modified: packages/gnome-do/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/changelog?rev=5017&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/changelog (original)
+++ packages/gnome-do/trunk/debian/changelog Tue Jul  7 01:08:47 2009
@@ -2,26 +2,29 @@
 
   * New upstream release
     + No longer uses a plugin repository.  Fixes many plugin-
-      related issues. (LP: #343096, LP: #330025)
+      related issues. (LP: #343096, LP: #330025, LP #345001)
     + No longer blocks on "About Do" (LP: #361679)
     + Reacts correctly when a Composite manager is enabled/
       disabled at runtime. (LP: #346347, LP: #390150)
     + Fixes for space reserved by Docky blocking drag and 
       drop operations. (LP: #354729, LP: #347052, LP: #382843)
     + Properly sets "Hidden" key on autostart files in response to 
-      "Start on login" option.  (Closes: #526023) 
-      (LP: #393729, LP: #369988)
+      "Start on login" option.  (Closes: #526023) (LP: #369988)
   * debian/patches/10_application_search_path:
     + Drop; included upstream
   * debian/patches/10_sk_translation_update:
     + Import sk translation update from Debian BTS.
       (Closes: #531779)
+  * debian/patches/11_fix_autostart_when_directory_does_not_exist:
+    + Patch from upstream.  Fixes the "Start on login" option when the 
+      ~/.config/autostart directory does not exist. (LP: #393729)
   * debian/control:
     + Update standards version to 3.8.2; no changes required.
     + Add libtool to Build-Depends; required for autoreconf.
     + Add Recommends: on new gnome-do-docklets package.
   * debian/gnome-do.1
     + Fix spelling: GNOME-Do => GNOME Do.
+    + Miscelaneous lintian fixes; NAME section, escaping minus signs with \-
 
  -- Christopher James Halse Rogers <raof at ubuntu.com>  Sat, 27 Jun 2009 10:40:45 +1000
 

Modified: packages/gnome-do/trunk/debian/gnome-do.1
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/gnome-do.1?rev=5017&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/gnome-do.1 (original)
+++ packages/gnome-do/trunk/debian/gnome-do.1 Tue Jul  7 01:08:47 2009
@@ -1,8 +1,8 @@
-.TH "GNOME DO" 1 "30 June 2009" "0.8.2"
+.TH "GNOME Do" 1 "30 June 2009" "0.8.2"
 .SH NAME
-GNOME Do \- Launcher application in the spirit of Quicksilver
+gnome\-do \- Launcher application in the spirit of Quicksilver
 .SH SYNOPSIS
-gnome-do [--debug]
+gnome\-do [\-\-debug]
 .SH DESCRIPTION
 GNOME Do 0.8.2
 .PP
@@ -16,7 +16,7 @@
 graphical interface.
 
 .TP
-\fB--debug\fP
+\fB\-\-debug\fP
 Print verbose status information to the terminal; useful for debugging.
 
 .SH VERSION

Modified: packages/gnome-do/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/patches/00list?rev=5017&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/patches/00list (original)
+++ packages/gnome-do/trunk/debian/patches/00list Tue Jul  7 01:08:47 2009
@@ -2,3 +2,4 @@
 01_fix_libX11_linkage
 02_use_cli_for_wrapper
 10_sk_translation_update
+11_fix_autostart_when_directory_does_not_exist

Added: packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch?rev=5017&op=file
==============================================================================
--- packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch (added)
+++ packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch Tue Jul  7 01:08:47 2009
@@ -1,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 11_fix_autostart_when_directory_does_not_exist.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Pull patch from bzr lp:do r1272 to fix setting of autostart when the
+## DP: ~/.config/autostart directory does not exist, such as when GNOME Do
+## DP: is the first app to try to set user-local autostart.
+
+ at DPATCH@
+=== modified file 'Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs'
+diff -urNad gnome-do-0.8.2~/Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs gnome-do-0.8.2/Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs
+--- gnome-do-0.8.2~/Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs	2009-06-24 03:12:20 +0000
++++ gnome-do-0.8.2/Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs	2009-07-01 18:04:57 +0000
+@@ -18,6 +18,7 @@
+ //
+ 
+ using System;
++using System.IO;
+ using System.Reflection;
+ 
+ using NDesk.DBus;
+@@ -174,6 +175,9 @@
+ 					autostartfile = DesktopItem.NewFromFile (System.IO.Path.Combine (AssemblyInfo.InstallData, "applications/gnome-do.desktop"),
+ 					                                         DesktopItemLoadFlags.NoTranslations);
+ 					try {
++						if (!Directory.Exists (AutoStartDir))
++							Directory.CreateDirectory (AutoStartDir);
++
+ 						autostartfile.Save (AutoStartUri, true);
+ 						autostartfile.Location = AutoStartUri;
+ 					} catch (Exception e) {
+

Propchange: packages/gnome-do/trunk/debian/patches/11_fix_autostart_when_directory_does_not_exist.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-cli-apps-commits mailing list