Package: release.debian.org Severity: normal User: [email protected] Usertags: pu
The attached debdiff fixes bug #757592 in Wheezy. Some of the widgets provided by witty 3.2.1-2 are broken in Wheezy due to a bad symlink to another of my packages (jquery-jplayer). As a result of this wrong symlink, Wt does not find the skin it applies to the the WAudio, WVideo, WMediaPlayer and other multimedia widgets. This means buttons are not available and widgets are mostly unusable. The patch is very simple: point the symlink to the proper location. -- System Information: Debian Release: 7.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash *** witty_3.2.1-2_to_3.2.1-3.debdiff diff -u witty-3.2.1/debian/changelog witty-3.2.1/debian/changelog --- witty-3.2.1/debian/changelog +++ witty-3.2.1/debian/changelog @@ -1,3 +1,9 @@ +witty (3.2.1-3) stable-proposed-updates; urgency=low + + * Fix symlink to jPlayer skin Blue Monday. Closes #757592 + + -- Pau Garcia i Quiles <[email protected]> Sun, 10 Aug 2014 19:50:24 +0200 + witty (3.2.1-2) unstable; urgency=low * Add skins to jPlayer (WAudio/WVideo) now that jquery-jplayer-bluemonday diff -u witty-3.2.1/debian/rules witty-3.2.1/debian/rules --- witty-3.2.1/debian/rules +++ witty-3.2.1/debian/rules @@ -92,11 +92,11 @@ mtasc -main -swf resources/WtSoundManager.swf \ src/flash/WtSoundManager.as -version 8 -header 16:16:30 ln -s /usr/share/javascript/jquery/jquery.min.js src/web/skeleton/ - mkdir -p resources/jPlayer/skin + mkdir -p resources/jPlayer ln -s /usr/share/javascript/jquery/jquery.min.js resources/jPlayer/ ln -s /usr/share/javascript/jquery-jplayer/Jplayer.swf resources/jPlayer/ ln -s /usr/share/javascript/jquery-jplayer/jquery.jplayer.min.js resources/jPlayer - ln -s usr/share/javascript/jquery-jplayer/skins/blue.monday resources/jPlayer/skin/ + ln -s /usr/share/javascript/jquery-jplayer/skins/blue.monday resources/jPlayer/skin touch $@ clean: unpatch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/20140810230325.5821.97477.reportbug@wheezy64

