This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 022597f2f37e9ed8f7020237c8686f288ed95cac Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 13:40:22 2009 +0200 Add 100-fix-desktop-file.patch, fix desktop file --- debian/changelog | 4 +++- debian/patches/100-fix-desktop-file.patch | 29 +++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 087f705..7e9d946 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low * Remove example files in debian/ * Enable pristine-tar for orig.tar.gz * Add debian/watch + * Don't mark files in /usr/share as conffiles - they are only templates * debian/control: - Cleanup debian/control - Enable autobuild for non-free package @@ -19,8 +20,9 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low - Remove unused dh_* commands - Remove unused configure target - Use quilt to patch files - * Don't mark files in /usr/share as conffiles - they are only templates * Remove changes outside of debian/* + * debian/patches: + - Add 100-fix-desktop-file.patch, fix desktop file -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 diff --git a/debian/patches/100-fix-desktop-file.patch b/debian/patches/100-fix-desktop-file.patch new file mode 100644 index 0000000..1889562 --- /dev/null +++ b/debian/patches/100-fix-desktop-file.patch @@ -0,0 +1,29 @@ +From 3595dd9313514debb665d7bb258b73586eead50b Mon Sep 17 00:00:00 2001 +From: Félix Arreola Rodríguez <[email protected]> +Date: Mon, 1 Jun 2009 13:36:40 +0200 +Subject: [PATCH] Fix desktop file +--- + mupen64plus.desktop.in | 5 ++--- + 1 files changed, 2 insertions(+), 3 deletions(-) + +diff --git a/mupen64plus.desktop.in b/mupen64plus.desktop.in +index c532dce..e21d512 100644 +--- a/mupen64plus.desktop.in ++++ b/mupen64plus.desktop.in +@@ -1,11 +1,10 @@ + [Desktop Entry] +-Encoding=UTF-8 + Type=Application + TryExec=mupen64plus + Exec=mupen64plus +-Icon=SHARE_DIR/icons/mupen64plus-large.png ++Icon=mupen64plus-large.xpm + Comment=Mupen64Plus Nintendo 64 Emulator + Terminal=false + Name=Mupen64Plus + GenericName=Nintendo 64 Emulator +-Categories=Qt;Game; ++Categories=Application;Game; +-- +1.6.3.1 + diff --git a/debian/patches/series b/debian/patches/series index e69de29..fe9614d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +100-fix-desktop-file.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

