[Pkg-voip-commits] r4703 - in /linphone/trunk/debian: changelog patches/00list patches/fix_desktop_section.dpatch

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Oct 7 00:17:34 UTC 2007


Author: kilian
Date: Sun Oct  7 00:17:34 2007
New Revision: 4703

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4703
Log:
* Fix "desktop-entry-invalid-category Application"

Added:
    linphone/trunk/debian/patches/fix_desktop_section.dpatch   (with props)
Modified:
    linphone/trunk/debian/changelog
    linphone/trunk/debian/patches/00list

Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=4703&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Sun Oct  7 00:17:34 2007
@@ -5,6 +5,7 @@
   * Fix wrong menu section (Closes: #444898)
   * Add myself to Uploaders to get rid of NMU nag.
   * Fix "Long descriptions contains short description."
+  * Fix "desktop-entry-invalid-category Application"
 
  -- Kilian Krause <kilian at debian.org>  Sun, 07 Oct 2007 00:00:52 +0000
 

Modified: linphone/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/patches/00list?rev=4703&op=diff
==============================================================================
--- linphone/trunk/debian/patches/00list (original)
+++ linphone/trunk/debian/patches/00list Sun Oct  7 00:17:34 2007
@@ -1,2 +1,3 @@
 hide_manual_menu
 fix_segfault
+fix_desktop_section

Added: linphone/trunk/debian/patches/fix_desktop_section.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/patches/fix_desktop_section.dpatch?rev=4703&op=file
==============================================================================
--- linphone/trunk/debian/patches/fix_desktop_section.dpatch (added)
+++ linphone/trunk/debian/patches/fix_desktop_section.dpatch Sun Oct  7 00:17:34 2007
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_desktop_section.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad linphone-1.99.0~/share/linphone.desktop linphone-1.99.0/share/linphone.desktop
+--- linphone-1.99.0~/share/linphone.desktop	2007-02-06 14:28:39.000000000 +0000
++++ linphone-1.99.0/share/linphone.desktop	2007-10-07 00:15:54.000000000 +0000
+@@ -7,4 +7,4 @@
+ Exec=linphone
+ Icon=linphone2.png
+ Terminal=false
+-Categories=Application;Network;
+\ No newline at end of file
++Categories=Network;Telephony;

Propchange: linphone/trunk/debian/patches/fix_desktop_section.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list