~ubuntu-branches/ubuntu/saucy/freeguide/saucy

« back to all changes in this revision

Viewing changes to debian/patches/01-fix-desktop-file.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01-fix-desktop-file.dpatch by Daniel Watkins <daniel@daniel-watkins.co.uk>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Fix the categories in freeguide.desktop and remove the now unnecessary
 
6
## DP: Encoding key.
 
7
 
 
8
@DPATCH@
 
9
 
 
10
--- freeguide-0.10.7.orig/install/linux/freeguide.desktop
 
11
+++ freeguide-0.10.7/install/linux/freeguide.desktop
 
12
@@ -4,7 +4,5 @@
 
13
 GenericName=TV Guide
 
14
-Encoding=UTF-8
 
15
 Type=Application
 
16
-Categories=Application;Utility;Java;AudioVideo;Video;TV
 
17
+Categories=Utility;Java;AudioVideo;Video;TV
 
18
 Exec=freeguide
 
19
 Icon=freeguide.png
 
20
-