Hi.

Here is a more complete debdiff of a locally fixed package.
This also corrects iceweasel-xremote-client and the man-page iceweasel(1)

Grüße,
Sven.
diff -u iceweasel-3.0.3/debian/iceweasel-xremote-client iceweasel-3.0.3/debian/iceweasel-xremote-client
--- iceweasel-3.0.3/debian/iceweasel-xremote-client
+++ iceweasel-3.0.3/debian/iceweasel-xremote-client
@@ -14 +14 @@
-/usr/lib/iceweasel/firefox-bin -a firefox -remote "$1"
+/usr/lib/iceweasel/firefox-bin -a iceweasel -remote "$1"
diff -u iceweasel-3.0.3/debian/iceweasel-runner iceweasel-3.0.3/debian/iceweasel-runner
--- iceweasel-3.0.3/debian/iceweasel-runner
+++ iceweasel-3.0.3/debian/iceweasel-runner
@@ -156,7 +156,7 @@
 # OK, here's where all the real work gets done
 
 # parse command line
-APPLICATION_ID=firefox
+APPLICATION_ID=iceweasel
 VERBOSE=
 DEBUG=0
 DEBUGGER=
@@ -182,8 +182,8 @@
                 ;;
             -P|-CreateProfile)
                 case "${arg}" in
-                default)    APPLICATION_ID=firefox ;;
-                *)          APPLICATION_ID=firefox--"${arg}" ;;
+                default)    APPLICATION_ID=iceweasel ;;
+                *)          APPLICATION_ID=iceweasel--"${arg}" ;;
                 esac
                 MOZ_NO_REMOTE=1
                 export MOZ_NO_REMOTE
diff -u iceweasel-3.0.3/debian/iceweasel.1 iceweasel-3.0.3/debian/iceweasel.1
--- iceweasel-3.0.3/debian/iceweasel.1
+++ iceweasel-3.0.3/debian/iceweasel.1
@@ -85,16 +85,16 @@
 with the same \fIapplication\-id\fR will cause the already-running
 Iceweasel to bring up a new window.
 
-The default is \fB\-a firefox\fR.
+The default is \fB\-a iceweasel\fR.
 .TP
 \fB\-CreateProfile\fR \fIprofile\fR
 Create \fIprofile\fR.
-Implies \fB\-a firefox\-\-\fR\fIprofile\fR, or \fB\-a default\fR
+Implies \fB\-a iceweasel\-\-\fR\fIprofile\fR, or \fB\-a default\fR
 if \fIprofile\fR is \fBdefault\fR.
 .TP
 \fB\-P\fR \fIprofile\fR
 Start with \fIprofile\fR.
-Implies \fB\-a firefox\-\-\fR\fIprofile\fR, or \fB\-a default\fR
+Implies \fB\-a iceweasel\-\-\fR\fIprofile\fR, or \fB\-a default\fR
 if \fIprofile\fR is \fBdefault\fR.
 .TP
 .B \-ProfileManager

Reply via email to