This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch experimental in repository dolphin-emu.
commit c6f4c43bdded31d27f5133ade7033674e8599894 Author: James Cowgill <[email protected]> Date: Tue Sep 8 22:05:14 2015 +0100 Add patch to remove shebang from dolphin-emu.desktop --- debian/patches/02_remove-shebang-desktop-file.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/patches/02_remove-shebang-desktop-file.patch b/debian/patches/02_remove-shebang-desktop-file.patch new file mode 100644 index 0000000..dd8c545 --- /dev/null +++ b/debian/patches/02_remove-shebang-desktop-file.patch @@ -0,0 +1,13 @@ +Description: Remove #! from dolphin-emu.desktop + The shebang serves no purpose and upsets lintian so remove it. +Author: James Cowgill <[email protected]> +Forwarded: no +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Installer/dolphin-emu.desktop ++++ b/Installer/dolphin-emu.desktop +@@ -1,4 +1,3 @@ +-#!/usr/bin/env xdg-open + [Desktop Entry] + Version=1.0 + Icon=dolphin-emu diff --git a/debian/patches/series b/debian/patches/series index 6d2d99d..1dea55b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01_shared-gtest.patch +02_remove-shebang-desktop-file.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

