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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
Source: moovida
 
2
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Loic Minier <lool@dooz.org>,
 
4
           Arnaud Quette <aquette@debian.org>,
 
5
           Philippe Normand <philippe@fluendo.com>,
 
6
           Sjoerd Simons <sjoerd@debian.org>,
 
7
           Paul van Tilburg <paulvt@debian.org>
 
8
Section: video
 
9
Priority: optional
 
10
Build-Depends: debhelper (>= 5.0.37.2),
 
11
               cdbs (>= 0.4.43),
 
12
               dpkg-dev (>= 1.13.19),
 
13
               python-dev,
 
14
               python,
 
15
               python-pkg-resources,
 
16
               python-twisted-core,
 
17
               python-setuptools,
 
18
               python-central (>= 0.5.4)
 
19
Standards-Version: 3.8.1
 
20
XS-Python-Version: >= 2.4
 
21
 
 
22
Package: python-moovida
 
23
Section: python
 
24
Architecture: all
 
25
Depends: ${misc:Depends},
 
26
         ${python:Depends},
 
27
         ${shlibs:Depends},
 
28
         python (>= 2.5) | python-ctypes,
 
29
         python (>= 2.5) | python-pysqlite2 (>= 2.0.5),
 
30
         python-gobject,
 
31
         python-gst0.10,
 
32
         python-cairo,
 
33
         python-gtk2,
 
34
         python-pgm (>= 0.3.12),
 
35
         python-pkg-resources,
 
36
         python-setuptools,
 
37
         python-twisted-core (>= 2.2),
 
38
         python-twisted-web,
 
39
         python-simplejson
 
40
Conflicts: python-elisa
 
41
Replaces: python-elisa
 
42
Recommends: python (>= 2.5) | python-elementtree,
 
43
            python (>= 2.5) | python-celementtree
 
44
Provides: ${python:Provides}
 
45
XB-Python-Version: ${python:Versions}
 
46
Description: Python library for the Moovida media center application
 
47
 Moovida is much more than a simple media player... it is a cutting edge media
 
48
 center bringing the best of the internet to your TV screen. Automatically
 
49
 creating your own digital library you can browse from your sofa with a remote
 
50
 control. The elegant and easy to use interface automatically displays artwork
 
51
 and fan art throughtout and gives you access to movie synopsis and artist info.
 
52
 .
 
53
 This package contains the elisa.core Python package.
 
54
 
 
55
Package: moovida
 
56
Architecture: all
 
57
Depends: ${misc:Depends},
 
58
         ${python:Depends},
 
59
         ${shlibs:Depends},
 
60
         python-moovida (= ${source:Version}), 
 
61
         moovida-plugins-good,
 
62
         moovida-plugins-bad,
 
63
Conflicts: elisa
 
64
Replaces: elisa
 
65
Recommends: moovida-plugins-ugly
 
66
XB-Python-Version: ${python:Versions}
 
67
Description: The Moovida media center application
 
68
 Moovida is much more than a simple media player... it is a cutting edge media
 
69
 center bringing the best of the internet to your TV screen. Automatically
 
70
 creating your own digital library you can browse from your sofa with a remote
 
71
 control. The elegant and easy to use interface automatically displays artwork
 
72
 and fan art throughtout and gives you access to movie synopsis and artist info.
 
73
 .
 
74
 This package contains the main Moovida application (executables).