Commit 9c09d29c authored by Jean-Paul Saman's avatar Jean-Paul Saman

debian: libvlc and libvlccore symbols versions changed to 5

- Update the packaging files.
- Rename libvlc2.install - libvlc5.install
- Rename libvlc2.symbols - libvlc5.symbols
- Rename libvlccore2.install - libvlccore5.install
- Rename libvlccore2.symbols - libvlccore5.symbols
parent 25511948
vlc (1.2.0-1ubuntu1.4) lucid; urgency=high
* Updated libvlc and libvlccore to symbol version 5
-- Jean-Paul Saman <jpsaman@videolan.org> Mon, 22 Nov 2010 11:20:17 +0100
vlc (1.2.0-1ubuntu1.3) lucid; urgency=low
* Synced with current master git
......
......@@ -165,7 +165,7 @@ Description: multimedia player and streamer (without X support)
This package contains a version of VLC that does not require X and that is
thus suitable for headless servers.
Package: libvlccore2
Package: libvlccore5
Section: libs
Architecture: any
Depends: vlc-data (= ${source:Version}),
......@@ -178,7 +178,7 @@ Description: base library for VLC and its modules
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: libvlc2
Package: libvlc5
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
......@@ -195,7 +195,7 @@ Description: multimedia player and streamer library
Package: libvlccore-dev
Section: libdevel
Architecture: any
Depends: libvlccore2 (= ${binary:Version}), pkg-config,
Depends: libvlccore5 (= ${binary:Version}), pkg-config,
${shlibs:Depends}, ${misc:Depends}
Description: development files for libvlccore
This package contains headers and a static library required to build plugins
......@@ -208,7 +208,7 @@ Description: development files for libvlccore
Package: libvlc-dev
Section: libdevel
Architecture: any
Depends: libvlc2 (= ${binary:Version}), libvlccore-dev, pkg-config,
Depends: libvlc5 (= ${binary:Version}), libvlccore-dev, pkg-config,
${shlibs:Depends}, ${misc:Depends}
Replaces: libvlc0-dev
Description: development files for libvlc
......
/usr/share/doc/libvlccore2 /usr/share/doc/libvlc2
/usr/share/bug/libvlccore2 /usr/share/bug/libvlc2
/usr/share/doc/libvlccore5 /usr/share/doc/libvlc5
/usr/share/bug/libvlccore5 /usr/share/bug/libvlc5
/usr/share/doc/vlc-data /usr/share/doc/libvlccore2
/usr/share/bug/vlc-data /usr/share/bug/libvlccore2
/usr/share/doc/vlc-data /usr/share/doc/libvlccore5
/usr/share/bug/vlc-data /usr/share/bug/libvlccore5
......@@ -258,10 +258,10 @@ binary-arch: build install
dh_strip -s --dbg-package=vlc-dbg
dh_compress -s
dh_fixperms -s
dh_makeshlibs -plibvlc2 -V # -V is nasty, but I mean it
dh_makeshlibs -plibvlccore2 -V # -V is nasty, but I mean it
dh_makeshlibs -plibvlc5 -V # -V is nasty, but I mean it
dh_makeshlibs -plibvlccore5 -V # -V is nasty, but I mean it
dh_installdeb -s
dh_shlibdeps -s -ldebian/libvlc2/usr/lib:debian/libvlccore2/usr/lib
dh_shlibdeps -s -ldebian/libvlc5/usr/lib:debian/libvlccore5/usr/lib
dh_gencontrol -s
dh_md5sums -s
dh_builddeb -s
......
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