Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package vlc. This version uses xz compression to reduce the package sizes on the installer media. It also let the sdl plugin package depend on the same version of vlc-nox. An unmentioned change is the added bug number to the Lintian override comment. Please note, that vlc still has one open RC bug. This bug will be closed with upcoming next upstream bug-fix release 2.0.4. unblock vlc/2.0.3-2
diff -Nru vlc-2.0.3/debian/changelog vlc-2.0.3/debian/changelog --- vlc-2.0.3/debian/changelog 2012-07-21 17:52:21.000000000 +0200 +++ vlc-2.0.3/debian/changelog 2012-08-18 17:45:01.000000000 +0200 @@ -1,3 +1,12 @@ +vlc (2.0.3-2) unstable; urgency=low + + * debian/rules: Use xz compression for binary packages. + Thanks to Ansgar Burchardt <ans...@debian.org> (Closes: #683836) + * Add version to vlc-nox dependency of vlc-plugin-sdl (consistent with other + plug-ins). + + -- Benjamin Drung <bdr...@debian.org> Sat, 18 Aug 2012 17:45:01 +0200 + vlc (2.0.3-1) unstable; urgency=low * New upstream release. diff -Nru vlc-2.0.3/debian/control vlc-2.0.3/debian/control --- vlc-2.0.3/debian/control 2012-07-07 19:20:38.000000000 +0200 +++ vlc-2.0.3/debian/control 2012-08-18 15:43:15.000000000 +0200 @@ -114,6 +114,7 @@ Package: libvlc-dev Section: libdevel Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: libvlc5 (= ${binary:Version}), libvlccore-dev, pkg-config, @@ -130,6 +131,7 @@ Package: libvlc5 Section: libs Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: vlc (<< 0.8.6.c-6) Description: multimedia player and streamer library @@ -143,6 +145,7 @@ Package: libvlccore-dev Section: libdevel Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: libvlccore5 (= ${binary:Version}), pkg-config, ${misc:Depends} Description: development files for libvlccore This package contains headers and a static library required to build plugins @@ -155,6 +158,7 @@ Package: libvlccore5 Section: libs Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} Description: base library for VLC and its modules This package contains the shared library required by VLC modules and libvlc. @@ -165,6 +169,7 @@ Package: vlc Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: fonts-freefont-ttf | ttf-freefont, vlc-nox (= ${binary:Version}), ${misc:Depends}, @@ -192,6 +197,7 @@ or video plugins (vlc-plugin-sdl). Package: vlc-data +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} Architecture: all Breaks: vlc-nox (<< 2.0.1-3) @@ -209,6 +215,7 @@ Section: debug Priority: extra Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for vlc VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, @@ -219,6 +226,7 @@ Package: vlc-nox Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: vlc (<< 1.1.0) Provides: mp3-decoder @@ -242,6 +250,7 @@ Package: vlc-plugin-fluidsynth Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: fluid-soundfont-gm | musescore-soundfont-gm, vlc-nox (= ${binary:Version}), ${misc:Depends}, @@ -256,6 +265,7 @@ Package: vlc-plugin-jack Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Jack audio plugins for VLC These plugins add support for JACK to the VLC media player. To @@ -269,6 +279,7 @@ Package: vlc-plugin-notify Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: vlc-nox (<< 1.1.2) Replaces: vlc-nox (<< 1.1.2) @@ -282,6 +293,7 @@ Package: vlc-plugin-pulse Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: PulseAudio plugin for VLC This plugin adds support for PulseAudio to the VLC media player. To @@ -294,7 +306,8 @@ Package: vlc-plugin-sdl Architecture: any -Depends: vlc-nox, ${misc:Depends}, ${shlibs:Depends} +Pre-Depends: dpkg (>= 1.15.6~) +Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: SDL video and audio output plugin for VLC This plugin adds support for the Simple DirectMedia Layer library to the VLC media player. To activate it, use the `--vout sdl' or @@ -307,6 +320,7 @@ Package: vlc-plugin-svg Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: SVG plugin for VLC This plugin allows you to render SVG graphics on top of the video. It is a text @@ -320,6 +334,7 @@ Package: vlc-plugin-zvbi Architecture: any +Pre-Depends: dpkg (>= 1.15.6~) Depends: vlc-nox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: VBI teletext plugin for VLC This plugin adds support for VBI teletext to the VLC media player. diff -Nru vlc-2.0.3/debian/rules vlc-2.0.3/debian/rules --- vlc-2.0.3/debian/rules 2012-06-30 18:12:25.000000000 +0200 +++ vlc-2.0.3/debian/rules 2012-08-04 20:51:58.000000000 +0200 @@ -286,3 +286,6 @@ override_dh_installchangelogs: dh_installchangelogs ChangeLog -p vlc-data dh_installchangelogs ChangeLog -p vlc-nox + +override_dh_builddeb: + dh_builddeb -- -Zxz diff -Nru vlc-2.0.3/debian/vlc.lintian-overrides vlc-2.0.3/debian/vlc.lintian-overrides --- vlc-2.0.3/debian/vlc.lintian-overrides 2012-06-30 13:02:46.000000000 +0200 +++ vlc-2.0.3/debian/vlc.lintian-overrides 2012-08-18 17:13:58.000000000 +0200 @@ -2,5 +2,5 @@ vlc binary: desktop-command-not-in-package usr/share/applications/vlc.desktop usr/bin/vlc # The icon is in vlc-data (the arch=all package) vlc binary: menu-icon-missing usr/share/icons/hicolor/32x32/apps/vlc.xpm -# Lintian fails to detect UTF-8 names +# Lintian fails to detect UTF-8 names (bug #588661) vlc binary: spelling-error-in-binary usr/lib/vlc/plugins/gui/libqt4_plugin.so ment meant