[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock helix-player



Hi,

now that iceweasel is in testing, please also unblock helix player,
debdiff is attached.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/
diff -u helix-player-1.0.8/debian/control helix-player-1.0.8/debian/control
--- helix-player-1.0.8/debian/control
+++ helix-player-1.0.8/debian/control
@@ -28,7 +28,7 @@
 Package: mozilla-helix-player
 Section: web
 Architecture: i386 powerpc sparc
-Depends: helix-player (= ${Source-Version}), firefox | mozilla-firefox | mozilla-browser | netscape | www-browser
+Depends: helix-player (= ${Source-Version}), iceweasel | iceape | www-browser
 Description: Helix audio and video player (browser plugin)
  The Helix Player is an audio and video player based on the Helix DNA Client
  engine. It includes a Mozilla browser plug-in and supports local file playback
diff -u helix-player-1.0.8/debian/mozilla-helix-player.postinst helix-player-1.0.8/debian/mozilla-helix-player.postinst
--- helix-player-1.0.8/debian/mozilla-helix-player.postinst
+++ helix-player-1.0.8/debian/mozilla-helix-player.postinst
@@ -7,54 +7,35 @@
 
 case ${1} in
 	configure)
-		echo -n "  * configuring alternatives: "
-
-		mozilla_firefox="/usr/lib/mozilla-firefox/plugins"
-		if [ -d ${mozilla_firefox} ] || \
-			install -d -m 755 ${mozilla_firefox}
-		then
-			update-alternatives --install \
-				${mozilla_firefox}/nphelix.so \
-				mozilla-firefox_nphelix.so \
-				${plugins}/nphelix.so ${priority}
-
-			update-alternatives --install \
-				${mozilla_firefox}/nphelix.xpt \
-				mozilla-firefox_nphelix.xpt \
-				${plugins}/nphelix.xpt ${priority}
-		fi
-
-		mozilla_browser="/usr/lib/mozilla/plugins"
-		if [ -d ${mozilla_browser} ] || \
-			install -d -m 755 ${mozilla_browser}
+		iceape="/usr/lib/iceape/plugins"
+		if [ -d ${iceape} ] || \
+			install -d -m 755 ${iceape}
 		then
 			update-alternatives --install \
-				${mozilla_browser}/nphelix.so \
-				mozilla-browser_nphelix.so \
+				${iceape}/nphelix.so \
+				iceape_nphelix.so \
 				${plugins}/nphelix.so ${priority}
 
 			update-alternatives --install \
-				${mozilla_browser}/nphelix.xpt \
-				mozilla-browser_nphelix.xpt \
+				${iceape}/nphelix.xpt \
+				iceape_nphelix.xpt \
 				${plugins}/nphelix.xpt ${priority}
 		fi
 
-		netscape="/usr/lib/netscape/plugins-libc6"
-		if [ -d ${netscape} ] || \
-			install -d -m 755 ${netscape}
+		iceweasel="/usr/lib/iceweasel/plugins"
+		if [ -d ${iceweasel} ] || \
+			install -d -m 755 ${iceweasel}
 		then
 			update-alternatives --install \
-				${netscape}/nphelix.so \
-				netscape_nphelix.so \
+				${iceweasel}/nphelix.so \
+				iceweasel_nphelix.so \
 				${plugins}/nphelix.so ${priority}
 
 			update-alternatives --install \
-				${netscape}/nphelix.xpt \
-				netscape_nphelix.xpt \
+				${iceweasel}/nphelix.xpt \
+				iceweasel_nphelix.xpt \
 				${plugins}/nphelix.xpt ${priority}
 		fi
-
-		echo "done."
 		;;
 
 	abort-upgrade|abort-remove|abort-deconfigure)
diff -u helix-player-1.0.8/debian/changelog helix-player-1.0.8/debian/changelog
--- helix-player-1.0.8/debian/changelog
+++ helix-player-1.0.8/debian/changelog
@@ -1,3 +1,9 @@
+helix-player (1.0.8-2) unstable; urgency=medium
+
+  * Adjusting dependencies on mozilla (Closes: #406803).
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 14 Jan 2007 11:07:00 +0100
+
 helix-player (1.0.8-1) unstable; urgency=medium
 
   * New upstream release.
diff -u helix-player-1.0.8/debian/mozilla-helix-player.prerm helix-player-1.0.8/debian/mozilla-helix-player.prerm
--- helix-player-1.0.8/debian/mozilla-helix-player.prerm
+++ helix-player-1.0.8/debian/mozilla-helix-player.prerm
@@ -6,27 +6,15 @@
 
 case ${1} in
 	remove|deconfigure)
-		echo -n "  * de-configuring alternatives: "
-
-		update-alternatives --remove \
-			mozilla-firefox_nphelix.so ${plugins}/nphelix.so
-
-		update-alternatives --remove \
-			mozilla-firefox_nphelix.xpt ${plugins}/nphelix.xpt
-
 		update-alternatives --remove \
-			mozilla-browser_nphelix.so ${plugins}/nphelix.so
-
+			iceape_nphelix.so ${plugins}/nphelix.so
 		update-alternatives --remove \
-			mozilla-browser_nphelix.xpt ${plugins}/nphelix.xpt
+			iceape_nphelix.xpt ${plugins}/nphelix.xpt
 
 		update-alternatives --remove \
-			netscape_nphelix.so ${plugins}/nphelix.so
-
+			iceweasel_nphelix.so ${plugins}/nphelix.so
 		update-alternatives --remove \
-			netscape_nphelix.xpt ${plugins}/nphelix.xpt
-
-		echo "done."
+			iceweasel_nphelix.xpt ${plugins}/nphelix.xpt
 		;;
 
 	upgrade|failed-upgrade)

Reply to: