[Python-apps-commits] r10093 - in packages/terminator/trunk/debian (2 files)
julian at users.alioth.debian.org
julian at users.alioth.debian.org
Thu Oct 17 20:19:21 UTC 2013
Date: Thursday, October 17, 2013 @ 20:19:18
Author: julian
Revision: 10093
Add Keywords entry to the desktop file
Added:
packages/terminator/trunk/debian/patches/add-keywords-entry.diff
Modified:
packages/terminator/trunk/debian/changelog
Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog 2013-10-17 17:16:28 UTC (rev 10092)
+++ packages/terminator/trunk/debian/changelog 2013-10-17 20:19:18 UTC (rev 10093)
@@ -1,9 +1,16 @@
-terminator (0.97-2) UNRELEASED; urgency=low
+terminator (0.97-2) unstable; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:05:52 +0200
+ [ Julián Moreno Patiño ]
+ * Add patch to fix unfocused terminal font brightness. (Closes: #715414)
+ * Add patch to fix maximize problem on Fluxbox. (Closes: #706600)
+ * Add patch to fix typo in spanish po file. (Closes: #717570)
+ * Add patch to add keywords entry to the desktop file.
+ -- Julián Moreno Patiño <julian at debian.org> Wed, 16 Oct 2013 17:32:38 -0500
+
terminator (0.97-1) unstable; urgency=low
* New upstream release.
Added: packages/terminator/trunk/debian/patches/add-keywords-entry.diff
===================================================================
--- packages/terminator/trunk/debian/patches/add-keywords-entry.diff (rev 0)
+++ packages/terminator/trunk/debian/patches/add-keywords-entry.diff 2013-10-17 20:19:18 UTC (rev 10093)
@@ -0,0 +1,16 @@
+Description: Add Keywords entry to the desktop file.
+Forwarded: https://bugs.launchpad.net/bugs/1241052
+Author: Julián Moreno Patiño <julian at debian.org>
+Last-Update: 2013-10-17
+--- a/data/terminator.desktop.in
++++ b/data/terminator.desktop.in
+@@ -9,8 +9,8 @@
+ StartupNotify=true
+ X-Ubuntu-Gettext-Domain=terminator
+ X-Ayatana-Desktop-Shortcuts=NewWindow;
++Keywords=terminal;shell;prompt;command;commandline;
+ [NewWindow Shortcut Group]
+ Name=Open a New Window
+ Exec=terminator
+ TargetEnvironment=Unity
+-
More information about the Python-apps-commits
mailing list