Your message dated Mon, 10 Jul 2006 14:23:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365865: fixed in firefox 1.5.dfsg+1.5.0.4-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: firefox
Version: 1.5.dfsg+1.5.0.1-1

The attached patch has the postinst use update-notifier to tell the
user they need to restart firefox after an upgrade/reinstallation.

There is a relevant bug report in Malone
 https://launchpad.net/distros/ubuntu/+source/firefox/+bug/36739
but it's not hugely informative.

Note that you might not want to apply this patch as-is because we've
removed the `echo' giving the same instructions.  Or you might prefer
to do this via a debconf notification.

Regards,
Ian.

--- 
../firefox-1502/construct/firefox-1.5.dfsg+1.5.0.2.orig/debian/firefox.postinst 
    2006-04-26 16:06:04.000000000 +0100
+++ firefox-1.5.dfsg+1.5.0.2/debian/firefox.postinst    2006-04-28 
15:31:25.000000000 +0100
@@ -17,4 +17,15 @@
 
 #DEBHELPER#
 
-echo "Please restart any running Firefoxes, or you will experience problems."
+unud=/var/lib/update-notifier/user.d
+if ps -C firefox-bin >/dev/null && test -d $unud; then
+    cat <<END >$unud/firefox-restart-required
+Name: Firefox restart required
+Priority: High
+Terminal: False
+DontShowAfterReboot: True
+Description: Firefox has been upgraded (or reinstalled) and must be restarted.
+ Please quit and restart your web browser now.
+END
+
+fi


--- End Message ---
--- Begin Message ---
Source: firefox
Source-Version: 1.5.dfsg+1.5.0.4-2

We believe that the bug you reported is fixed in the latest version of
firefox, which is due to be installed in the Debian FTP archive:

firefox-dbg_1.5.dfsg+1.5.0.4-2_i386.deb
  to pool/main/f/firefox/firefox-dbg_1.5.dfsg+1.5.0.4-2_i386.deb
firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_i386.deb
  to pool/main/f/firefox/firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_i386.deb
firefox-gnome-support_1.5.dfsg+1.5.0.4-2_i386.deb
  to pool/main/f/firefox/firefox-gnome-support_1.5.dfsg+1.5.0.4-2_i386.deb
firefox_1.5.dfsg+1.5.0.4-2.diff.gz
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.4-2.diff.gz
firefox_1.5.dfsg+1.5.0.4-2.dsc
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.4-2.dsc
firefox_1.5.dfsg+1.5.0.4-2_i386.deb
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.4-2_i386.deb
mozilla-firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_all.deb
  to 
pool/main/f/firefox/mozilla-firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_all.deb
mozilla-firefox-gnome-support_1.5.dfsg+1.5.0.4-2_all.deb
  to 
pool/main/f/firefox/mozilla-firefox-gnome-support_1.5.dfsg+1.5.0.4-2_all.deb
mozilla-firefox_1.5.dfsg+1.5.0.4-2_all.deb
  to pool/main/f/firefox/mozilla-firefox_1.5.dfsg+1.5.0.4-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Dorland <[EMAIL PROTECTED]> (supplier of updated firefox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  9 Jul 2006 02:37:28 -0400
Source: firefox
Binary: firefox-dbg firefox-gnome-support firefox-dom-inspector mozilla-firefox 
mozilla-firefox-gnome-support mozilla-firefox-dom-inspector firefox
Architecture: source all i386
Version: 1.5.dfsg+1.5.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <[EMAIL PROTECTED]>
Changed-By: Eric Dorland <[EMAIL PROTECTED]>
Description: 
 firefox    - lightweight web browser based on Mozilla
 firefox-dbg - debugging symbols for firefox
 firefox-dom-inspector - tool for inspecting the DOM of pages in Mozilla Firefox
 firefox-gnome-support - Support for Gnome in Mozilla Firefox
 mozilla-firefox - Transition package for firefox rename
 mozilla-firefox-dom-inspector - Transition package for firefox rename
 mozilla-firefox-gnome-support - Transition package for firefox rename
Closes: 365865 371153 372848 374372
Changes: 
 firefox (1.5.dfsg+1.5.0.4-2) unstable; urgency=low
 .
   [ Eric Dorland ]
   * netwerk/base/public/security-prefs.js: Disable SSLv2 by default. I
     thought the weak cipher warning took care of this. (Closes: #371153)
   * debian/firefox-runner: Simplify the dsp autodetection and add aoss to
     the roster. (Closes: #372848)
   * firefox-restart-required.update-notifier, firefox.postinst,
     firefox.install: Add update-notifier to indicate that firefox needs to
     be restarted on upgrade. Based on Ian Jackson's patch, but reworked a
     little. Also with a bad French translation. Translators, assemble!
     (Closes: #365865)
   * config/rules.mk, debian/control: Apply patch from Thiemo Seufer to
     remove mips -xgot hack and build depend on the appropriate binutils on
     mips and mipsel. (Closes: #374372)
   * debian/presubj, debian/README.Debian: Add a bit more information about
     disabling Pango, which often seems to be the source of problems.
   * debian/firefox-runner:
     - Print out MOZ_NO_REMOTE in verbose mode.
     - Fix some unreachable logic, Thanks Daniel Jacobowitz.
 .
   [ Mike Hommey ]
   * debian/rules:
     - Fix for Gecko date extraction from client.mk.
     - Disabled strict aliasing from optimized builds.
     - Added -Wl,--as-needed to the LDFLAGS, so that we don't get indirect
       libraries linked.
   * config/static-config.mk: Add MOZ_XFT_LIBS to STATIC_EXTRA_LIBS. It used to
     get linked as a side effect of linking to indirect libraries, but should
     be linked directly since Xft symbols are used.
   * debian/firefox-restart-required.update-notifier: Fixed the french
     translation. ;)
   * content/html/content/src/nsGenericHTMLElement.cpp,
     content/html/content/src/nsHTMLInputElement.cpp,
     dom/src/base/nsGlobalWindow.cpp: Fixed crasher and potential crashers.
     Reported bz#343953.
Files: 
 b7dcbd750d31e8121a00d6d936cd781e 1115 web optional 
firefox_1.5.dfsg+1.5.0.4-2.dsc
 a5d580a8123985a31b8c5f5ac3d44548 142364 web optional 
firefox_1.5.dfsg+1.5.0.4-2.diff.gz
 6369c08c501b41ee083a6e3cc06e9611 48154 web optional 
mozilla-firefox_1.5.dfsg+1.5.0.4-2_all.deb
 b1796ad05515ab048b44cf6b00901f00 47342 web optional 
mozilla-firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_all.deb
 095b7d592d91e7301a6abf9da91e5ca8 47340 gnome optional 
mozilla-firefox-gnome-support_1.5.dfsg+1.5.0.4-2_all.deb
 63da66c0029fb3498d1b10dec9ca9d94 8048710 web optional 
firefox_1.5.dfsg+1.5.0.4-2_i386.deb
 9488293ded653c9659d3dd3aab891266 247346 web optional 
firefox-dom-inspector_1.5.dfsg+1.5.0.4-2_i386.deb
 538653d9b437144e9af10499492369c3 73588 gnome optional 
firefox-gnome-support_1.5.dfsg+1.5.0.4-2_i386.deb
 6469c0e5500f521df7d90226841b803f 46871178 devel extra 
firefox-dbg_1.5.dfsg+1.5.0.4-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEsphtYemOzxbZcMYRAmLpAJ9cid4OqRF06aMeO4ZmwVhXnZy/OgCgpLSN
wBxWMkpi/U0Kg8dpkVOeLV4=
=xwve
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to