diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2014-11-25 17:57:07 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2014-11-25 18:09:36 -0500 |
commit | 25fab737bf6c90f1f4ba1ba62952dce392947164 (patch) | |
tree | 9a43718f3c831c13819437e37d08681987a79f80 /debian | |
parent | 40fb0b7080b1d2fedcdd06a2ebf9fc44af97324c (diff) |
Import upstream’s patch to add keywords to the .desktop file
This fixes a Lintian warning.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/addDesktopKeywords.diff | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/addDesktopKeywords.diff b/debian/patches/addDesktopKeywords.diff new file mode 100644 index 0000000..011f75d --- /dev/null +++ b/debian/patches/addDesktopKeywords.diff @@ -0,0 +1,15 @@ +Description: Add Keywords entry to .desktop file + This patch squashes three upstream commits into one. The Origin header in this + patch references the first commit; the others are + https://code.google.com/p/transmission-remote-gtk/source/detail?r=2481b17214e72530d19ff654258e0ee5d541c0a6 + and + https://code.google.com/p/transmission-remote-gtk/source/detail?r=98eb06aaeb6ee3d1f1440c3000311e73367778d7. +Origin: upstream, https://code.google.com/p/transmission-remote-gtk/source/detail?r=9044e0971b9186cd7697988527090e4ee1f1e046 +Bug: https://code.google.com/p/transmission-remote-gtk/issues/detail?id=234 +--- a/src/transmission-remote-gtk.desktop.in ++++ b/src/transmission-remote-gtk.desktop.in +@@ -8,3 +8,4 @@ TryExec=transmission-remote-gtk + Type=Application + MimeType=application/x-bittorrent;x-scheme-handler/magnet; + Categories=Network;FileTransfer;P2P;GTK; ++Keywords=p2p;bittorrent;transmission;rpc; diff --git a/debian/patches/series b/debian/patches/series index cebc4e3..9aeeb98 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ updatePOTFILES.in.diff +addDesktopKeywords.diff |