From 219494102d66d0c647ad28745db74cc2fd2cf36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Mon, 26 Jul 2010 15:47:20 -0300 Subject: [PATCH] Remove UTF-8 encoding from desktop file --- debian/patches/06-remove-encoding-from-desktop-file.patch | 7 +++++++ debian/patches/series | 1 + 2 files changed, 8 insertions(+) create mode 100644 debian/patches/06-remove-encoding-from-desktop-file.patch diff --git a/debian/patches/06-remove-encoding-from-desktop-file.patch b/debian/patches/06-remove-encoding-from-desktop-file.patch new file mode 100644 index 0000000..5d125bd --- /dev/null +++ b/debian/patches/06-remove-encoding-from-desktop-file.patch @@ -0,0 +1,7 @@ +--- a/contrib/dvdisaster.desktop ++++ b/contrib/dvdisaster.desktop +@@ -10,4 +10,3 @@ + Terminal=false + Type=Application + Categories=Application;System; +-Encoding=UTF-8 diff --git a/debian/patches/series b/debian/patches/series index fa6652d..e0366de 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 03-dvdrom.patch 04-manpage.patch 05-help-dialog.patch +06-remove-encoding-from-desktop-file.patch