Commit 5fbd244f authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/*: additional Debian butchery; merged vlc-plugin-aa and

    vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
    vlc-aa legacy packages because they were not in woody.
  * ./debian/control: tuned the control file to provide smooth upgrades from
    woody, from sarge, and from the local VideoLAN repository.
parent d381b3eb
......@@ -11,6 +11,8 @@ Architecture: any
Depends: ${shlibs:Depends}
Recommends: vlc-gui
Suggests: gnome-vlc
Replaces: vlc-plugin-dvb (<< 0.5.2-2), vlc-plugin-xosd (<< 0.5.2-2), vlc-plugin-dv (<< 0.5.2-2), vlc-plugin-mad (<< 0.5.2-2), vlc-mad (<< 0.5.0), vlc-plugin-a52 (<< 0.5.2-2), vlc-plugin-ogg (<< 0.5.2-2), vlc-plugin-lirc (<< 0.5.2-2), vlc-lirc (<< 0.5.0), vlc-plugin-aa (<< 0.5.2-2), vlc-aa (<< 0.5.0)
Conflicts: vlc-plugin-dvb (<< 0.5.2-2), vlc-plugin-xosd (<< 0.5.2-2), vlc-plugin-dv (<< 0.5.2-2), vlc-plugin-mad (<< 0.5.2-2), vlc-mad (<< 0.5.0), vlc-plugin-a52 (<< 0.5.2-2), vlc-plugin-ogg (<< 0.5.2-2), vlc-plugin-lirc (<< 0.5.2-2), vlc-lirc (<< 0.5.0), vlc-plugin-aa (<< 0.5.2-2), vlc-aa (<< 0.5.0)
Description: a complete multimedia player
This is the VideoLAN project's VLC media player. It plays MPEG, MPEG2,
MPEG4, DivX, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia streams
......@@ -155,12 +157,6 @@ Depends: qvlc
Description: legacy package that you should remove
This package is now called qvlc.
Package: vlc-mad
Architecture: any
Depends: vlc
Description: legacy package that you should remove
This package is now included in vlc.
Package: vlc-plugin-arts
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
......@@ -171,44 +167,6 @@ Description: aRts audio output plugin for VLC
player. To activate it, use the `--aout arts' flag or select the `arts'
audio output plugin from the preferences menu.
Package: vlc-arts
Architecture: any
Depends: vlc-plugin-arts
Description: legacy package that you should remove
This package is now called vlc-plugin-arts.
Package: vlc-plugin-lirc
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
Conflicts: vlc-lirc (<< 0.5.0)
Replaces: vlc-lirc (<< 0.5.0)
Description: lirc (infrared remote control) interface plugin for VLC
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag or select the `lirc' extra
interface plugin from the preferences menu.
Package: vlc-lirc
Architecture: any
Depends: vlc-plugin-lirc
Description: legacy package that you should remove
This package is now called vlc-plugin-lirc.
Package: vlc-plugin-aa
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
Conflicts: vlc-aa (<< 0.5.0)
Replaces: vlc-aa (<< 0.5.0)
Description: ASCII art video output plugin for VLC
This is an ASCII art video output plugin for the VLC media player. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.
Package: vlc-aa
Architecture: any
Depends: vlc-plugin-aa
Description: legacy package that you should remove
This package is now called vlc-plugin-aa.
Package: mozilla-plugin-vlc
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
......
......@@ -246,37 +246,11 @@ endif
mkdir -p debian/vlc-qt/usr/share/doc/
ln -s vlc debian/vlc-qt/usr/share/doc/vlc-qt
# Package: vlc-mad
mkdir -p debian/vlc-mad/usr/share/doc/
ln -s vlc debian/vlc-mad/usr/share/doc/vlc-mad
# Package: vlc-plugin-arts
ln -s vlc debian/vlc-plugin-arts/usr/share/doc/vlc-plugin-arts
mv debian/vlc/usr/lib/vlc/audio_output/libarts_plugin.so \
debian/vlc-plugin-arts/usr/lib/vlc/audio_output/
# Package: vlc-arts
mkdir -p debian/vlc-arts/usr/share/doc/
ln -s vlc debian/vlc-arts/usr/share/doc/vlc-arts
# Package: vlc-plugin-lirc
ln -s vlc debian/vlc-plugin-lirc/usr/share/doc/vlc-plugin-lirc
mv debian/vlc/usr/lib/vlc/control/liblirc_plugin.so \
debian/vlc-plugin-lirc/usr/lib/vlc/control/
# Package: vlc-lirc
mkdir -p debian/vlc-lirc/usr/share/doc/
ln -s vlc debian/vlc-lirc/usr/share/doc/vlc-lirc
# Package: vlc-plugin-aa
ln -s vlc debian/vlc-plugin-aa/usr/share/doc/vlc-plugin-aa
mv debian/vlc/usr/lib/vlc/video_output/libaa_plugin.so \
debian/vlc-plugin-aa/usr/lib/vlc/video_output/
# Package: vlc-aa
mkdir -p debian/vlc-aa/usr/share/doc/
ln -s vlc debian/vlc-aa/usr/share/doc/vlc-aa
# Package: mozilla-plugin-vlc
ln -s vlc debian/mozilla-plugin-vlc/usr/share/doc/mozilla-plugin-vlc
mv debian/vlc/usr/lib/mozilla debian/mozilla-plugin-vlc/usr/lib
......
usr/lib/vlc/video_output
usr/share/doc
usr/lib/vlc/control
usr/share/doc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment