Comment 9 for bug 602981

Revision history for this message
Scott Evans (vk7hse) wrote : Re: [Bug 602981] Re: FFe: Sync me-tv 1.3.0-1 (universe) from Debian unstable (main)

On Thu, 2010-07-08 at 16:45 +0000, Darren Salt wrote:
> libxine1-x is NOT going away. libxine1's dependencies on it and
> libxine1-console will be going away once squeeze is released, assuming
> that the transition is completed.
>

Hmm I'm now confused! as the changes done to Me TV in Debian compile and
its all good, the version of xine-lib in maverick is only at 1.1.17-4
so I made the request for the newer version to be merged into Maverick
and this will solve the issue. I too was of the same opinion of Julian
for the change in Debian (me-tv_1.3.0-1)

So Darren, are you saying we have the packaging incorrect in Debian
(wrong dependency) or that I should just maintain the dependencies in
ubuntu as they were? and not use the newer dependencies that involve...

Debian:

(rules)
#!/usr/bin/make -f
%:
 dh --with xine $@

override_dh_auto_configure:
 dh_auto_configure -- --disable-schemas-install

override_dh_xine:
 dh_xine x ffmpeg

(control)
Source: me-tv
Section: video
Priority: extra
Maintainer: Scott Evans <email address hidden>
Uploaders: Julian Andres Klode <email address hidden>,
           Philipp Kern <email address hidden>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config,
intltool,
               libgtkmm-2.4-dev (>=2.12), libxine-dev, libx11-dev,
               libsqlite3-dev, libgconfmm-2.6-dev, libunique-dev,
               libdbus-glib-1-dev
Standards-Version: 3.9.0
Homepage: https://launchpad.net/me-tv

Package: me-tv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine-x:Depends},
         ${xine-ffmpeg:Depends}
Recommends: dvb-apps
Description: Me TV, it's TV for me computer
 Me TV is a digital television viewer for GNOME.
 .
 Me TV was developed for the modern digital lounge room with a PC for a
media
 centre that is capable of normal PC tasks (web surfing, word processing
and
 watching TV).

To essentially revert back to...

Ubuntu:

(rules)
#!/usr/bin/make -f
%:
 dh $@

(control)
Source: me-tv
Section: video
Priority: extra
Maintainer: Scott Evans <email address hidden>
Uploaders: Julian Andres Klode <email address hidden>,
           Philipp Kern <email address hidden>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config,
intltool,
               libgtkmm-2.4-dev (>=2.12), libxine-dev, libx11-dev,
               libsqlite3-dev, libgconfmm-2.6-dev, libunique-dev,
               libdbus-glib-1-dev
Standards-Version: 3.9.0
Homepage: https://launchpad.net/me-tv

Package: me-tv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxine1-ffmpeg
Recommends: dvb-apps
Description: Me TV, it's TV for me computer
 Me TV is a digital television viewer for GNOME.
 .
 Me TV was developed for the modern digital lounge room with a PC for a
media
 centre that is capable of normal PC tasks (web surfing, word processing
and
 watching TV).

as I have made packages for karmic, lucid & Maverick this way but the
newer version in unstable is using the aboved mentioned parts in
rules/control

Any further info would be great thanks ;-)

--
Scott Evans <email address hidden>