[Python-apps-commits] r11458 - in packages/subdownloader/trunk/debian (4 files)

e2jk-guest at users.alioth.debian.org e2jk-guest at users.alioth.debian.org
Tue Oct 21 21:36:51 UTC 2014


    Date: Tuesday, October 21, 2014 @ 21:36:51
  Author: e2jk-guest
Revision: 11458

Create d/patches/desktop-file-remove-path.patch

Added:
  packages/subdownloader/trunk/debian/patches/
  packages/subdownloader/trunk/debian/patches/desktop-file-remove-path.patch
  packages/subdownloader/trunk/debian/patches/series
Modified:
  packages/subdownloader/trunk/debian/changelog

Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog	2014-10-21 21:20:14 UTC (rev 11457)
+++ packages/subdownloader/trunk/debian/changelog	2014-10-21 21:36:51 UTC (rev 11458)
@@ -17,7 +17,8 @@
       d/rules recommended target)
     - Replace Marco Rodrigues by myself in Uploaders
   * d/rules: Fix debian-rules-missing-recommended-target Lintian warning
-  * d/patches: deleted, as fix-non-ascii-download-path.patch is applied upstream
+  * d/patches/fix-non-ascii-download-path.patch: deleted as applied upstream
+  * d/patches/desktop-file-remove-path.patch: make the desktop file usable
 
  -- Emilien Klein <emilien+debian at klein.st>  Tue, 21 Oct 2014 23:08:43 +0200
 

Added: packages/subdownloader/trunk/debian/patches/desktop-file-remove-path.patch
===================================================================
--- packages/subdownloader/trunk/debian/patches/desktop-file-remove-path.patch	                        (rev 0)
+++ packages/subdownloader/trunk/debian/patches/desktop-file-remove-path.patch	2014-10-21 21:36:51 UTC (rev 11458)
@@ -0,0 +1,11 @@
+Remove the Path, as the executable is already in /usr/bin
+--- a/subdownloader.desktop
++++ b/subdownloader.desktop
+@@ -4,7 +4,6 @@
+ Comment=Application to download/upload subtitles of your movies.
+ Exec=subdownloader
+ Icon=subdownloader
+-Path=/usr/share/subdownloader
+ MimeType=video/avi;
+ StartupNotify=false
+ Terminal=false

Added: packages/subdownloader/trunk/debian/patches/series
===================================================================
--- packages/subdownloader/trunk/debian/patches/series	                        (rev 0)
+++ packages/subdownloader/trunk/debian/patches/series	2014-10-21 21:36:51 UTC (rev 11458)
@@ -0,0 +1 @@
+desktop-file-remove-path.patch




More information about the Python-apps-commits mailing list