Package: qgo Version: 1.5.4-r3-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following: * Remove "Application" from MimeType list (LP: #381704) - debian/patches/06_desktop_application.dpatch - Fixes "File '/usr/share/applications/kde/qgo.desktop' contains invalid MIME type 'Application' that is missing a slash" We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers lucid APT policy: (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.32-14-generic (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u qgo-1.5.4-r3/debian/changelog qgo-1.5.4-r3/debian/changelog diff -u qgo-1.5.4-r3/debian/patches/00list qgo-1.5.4-r3/debian/patches/00list --- qgo-1.5.4-r3/debian/patches/00list +++ qgo-1.5.4-r3/debian/patches/00list @@ -4,2 +4,3 @@ 05_g++-4.3 +06_desktop_application 20_kfreebsd only in patch2: unchanged: --- qgo-1.5.4-r3.orig/debian/patches/06_desktop_application.dpatch +++ qgo-1.5.4-r3/debian/patches/06_desktop_application.dpatch @@ -0,0 +1,26 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 06_desktop.patch.dpatch by Daniel Hahler <ubu...@thequod.de> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Remove "Application" from MimeType list (LP: #381704). + +...@dpatch@ +diff -urNad qgo-1.5.4-r3~/templates/qgo.desktop qgo-1.5.4-r3/templates/qgo.desktop +--- qgo-1.5.4-r3~/templates/qgo.desktop 2008-03-10 21:30:46.000000000 +0100 ++++ qgo-1.5.4-r3/templates/qgo.desktop 2010-02-25 23:11:25.868957834 +0100 +@@ -3,7 +3,7 @@ + Comment=qgo + Exec=qgo + Icon=/usr/share/qGo/pics/Bowl.png +-MimeType=text/plain;text/sfg;Application ++MimeType=text/plain;text/sfg; + Name=qgo + GenericName=Go + Name[fr]=qgo +@@ -36,4 +36,4 @@ + X-KDE-Username= + X-DCOP-ServiceType=Multi + Categories=Qt;KDE;Game;BoardGame; +-X-KDE-StartupNotify=true +\ No newline at end of file ++X-KDE-StartupNotify=true