[Python-apps-commits] r11460 - in packages/subdownloader/trunk/debian (3 files)
e2jk-guest at users.alioth.debian.org
e2jk-guest at users.alioth.debian.org
Tue Oct 21 21:52:34 UTC 2014
Date: Tuesday, October 21, 2014 @ 21:52:33
Author: e2jk-guest
Revision: 11460
d/patches/no-mime-type-in-desktop-file.patch: remove MimeType from .desktop file, solves Lintian's desktop-mime-but-no-exec-code
Added:
packages/subdownloader/trunk/debian/patches/no-mime-type-in-desktop-file.patch
Modified:
packages/subdownloader/trunk/debian/changelog
packages/subdownloader/trunk/debian/patches/series
Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog 2014-10-21 21:44:08 UTC (rev 11459)
+++ packages/subdownloader/trunk/debian/changelog 2014-10-21 21:52:33 UTC (rev 11460)
@@ -19,6 +19,8 @@
* d/rules: Fix debian-rules-missing-recommended-target Lintian warning
* d/patches/fix-non-ascii-download-path.patch: deleted as applied upstream
* d/patches/desktop-file-remove-path.patch: make the desktop file usable
+ * d/patches/no-mime-type-in-desktop-file.patch: Mime Type is unused, as
+ the .desktop file doesn't provide an Exec code.
-- Emilien Klein <emilien+debian at klein.st> Tue, 21 Oct 2014 23:08:43 +0200
Added: packages/subdownloader/trunk/debian/patches/no-mime-type-in-desktop-file.patch
===================================================================
--- packages/subdownloader/trunk/debian/patches/no-mime-type-in-desktop-file.patch (rev 0)
+++ packages/subdownloader/trunk/debian/patches/no-mime-type-in-desktop-file.patch 2014-10-21 21:52:33 UTC (rev 11460)
@@ -0,0 +1,11 @@
+Remove MimeType=video/avi from the desktop file, as it doesn't provide any Exec code anyway.
+--- a/subdownloader.desktop
++++ b/subdownloader.desktop
+@@ -4,7 +4,6 @@
+ Comment=Application to download/upload subtitles of your movies.
+ Exec=subdownloader
+ Icon=subdownloader
+-MimeType=video/avi;
+ StartupNotify=false
+ Terminal=false
+ X-DCOP-ServiceType=unique
Modified: packages/subdownloader/trunk/debian/patches/series
===================================================================
--- packages/subdownloader/trunk/debian/patches/series 2014-10-21 21:44:08 UTC (rev 11459)
+++ packages/subdownloader/trunk/debian/patches/series 2014-10-21 21:52:33 UTC (rev 11460)
@@ -1 +1,2 @@
desktop-file-remove-path.patch
+no-mime-type-in-desktop-file.patch
More information about the Python-apps-commits
mailing list