~ubuntu-branches/ubuntu/lucid/dvd95/lucid

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_desktop_file.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-14 20:45:14 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100214204514-k1l8jra595vc57xd
Tags: 1.6p0-0ubuntu1
* New upstream release.
* Switch to debhelper 7.
* Use quilt as patch system:
  - Drop dpatch support.
  - Convert all patches to quilt format.
  - Update debian/README.source.
* Refresh patches.
* Drop 04_dvdinfo.c.patch, applied by upstream.
* Update debian/copyright.

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  <William Grant <william.grant@ubuntu.org.au>>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Changes upstream's desktop file for Ubuntu.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad dvd95-1.5p2~/dvd95.desktop dvd95-1.5p2/dvd95.desktop
9
 
--- dvd95-1.5p2~/dvd95.desktop  2007-04-10 21:53:38.000000000 +0200
10
 
+++ dvd95-1.5p2/dvd95.desktop   2009-06-08 08:05:12.819257599 +0200
11
 
@@ -1,12 +1,12 @@
12
 
 [Desktop Entry]
13
 
-Name=Dvd95
14
 
-Comment=DVD9 to DVD5 converter
15
 
+Name=Dvd95 Converter
16
 
+GenericName=DVD9 Converter
17
 
+Comment=Convert a DVD9 into a DVD5
18
 
 Comment[fr]=Convertisseur DVD9 vers DVD5
19
 
 Exec=dvd95
20
 
-Icon=dvd95/dvd9548.png
21
 
+Icon=dvd95
22
 
 Terminal=false
23
 
 Type=Application
24
 
-Encoding=UTF-8
25
 
-Categories=Application;AudioVideo;
26
 
+Categories=AudioVideo;
27
 
 X-Desktop-File-Install-Version=0.10
28