Your message dated Sat, 18 Oct 2014 12:06:30 +0100
with message-id <E1XfRqA-0002SD-GY@jacala>
and subject line Closing bugs for updates in 7.7
has caused the Debian Bug report #757734,
regarding pu: package witty/3.1.2-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
757734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 7.7
The upload discussed in this bug was included in the 7.7 point release.
Regards,
Adam
--- End Message ---