~ubuntu-branches/ubuntu/precise/moovida/precise

« back to all changes in this revision

Viewing changes to debian/patches/01_executable-name-desktop-files.patch

  • Committer: Bazaar Package Importer
  • Author(s): Paul van Tilburg
  • Date: 2009-05-26 17:57:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090526175733-oc78tq2d5lfftovt
Tags: 1.0.1-1
* New upstream release: Elisa had been rename to Moovida!
* Synchronised with Elisa Packagers branches on Launchpad.
* Renamed debian/elisa* to their respective debian/moovida* variant.
* debian/control: 
  - Rename 'elisa' to 'moovida' everywhere.
  - Added conflict/replaces for elisa and python-elisa.
  - Corrected the section.
  - Removed the breaks on elisa-plugins-{good,bad,ugly} << 0.5, the
    conflicts/replaces of the respective packages will handle that now.
  - Bumped the depend on python-pgm to >= 0.3.12.
  - Removed suggests on ipython.
  - Updated the short and long description.
  - Removed depends on python-pkg-resources, python-twisted-core and
    python-gst0.10 by the moovida package; they are unnecessary.
* debian/copyright:  synchronized with upstream changes; updated the
  download URL.
* debian/moovida.install: added, replacing elisa.install.
* debian/moovida.manpages: add docs/moovida.1.
* debian/moovida.xpm: updated from upstream packaging.
* debian/patches: 
  - Dropped 01_elisa-man1; no longer applicable.
  - Added 01_executable-name-desktop-files.patch; taken from upstream
    packaging.
* debian/rules: synchronized with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'elisa-core/data/moovida-mobile.desktop'
 
2
--- elisa-core/data/moovida-mobile.desktop      2009-05-25 17:17:03 +0000
 
3
+++ elisa-core/data/moovida-mobile.desktop      2009-05-26 09:39:22 +0000
 
4
@@ -2,7 +2,7 @@
 
5
 Version=1.0
 
6
 Name=Moovida Media Center
 
7
 Comment=Play movies and songs on TV with remote
 
8
-Exec=elisa %U
 
9
+Exec=moovida %U
 
10
 Icon=moovida
 
11
 Terminal=false
 
12
 Type=Application
 
13
 
 
14
=== modified file 'elisa-core/data/moovida.desktop'
 
15
--- elisa-core/data/moovida.desktop     2009-05-25 17:17:03 +0000
 
16
+++ elisa-core/data/moovida.desktop     2009-05-26 09:39:18 +0000
 
17
@@ -2,7 +2,7 @@
 
18
 Version=1.0
 
19
 Name=Moovida Media Center
 
20
 Comment=Play movies and songs on TV with remote
 
21
-Exec=elisa %U
 
22
+Exec=moovida %U
 
23
 StartupNotify=true
 
24
 StartupWMClass=moovida
 
25
 Icon=moovida
 
26