Your message dated Thu, 25 Sep 2008 14:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#491359: fixed in devhelp 0.21-1
has caused the Debian Bug report #491359,
regarding devhelp: cannot load http pages (http is not a registered protocol)
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.)


-- 
491359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491359
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devhelp
Version: 0.19.1-5
Severity: minor

Hi,
we can now browse w3-recs from within devhelp (bug #446876), and it's really
cool.
Some links of w3-recs html files are relatives; some are absolute, and point
to http:// urls. When activating those links, devhelps popups an alert
telling "http is not a registered protocol", and link cannot be followed. It's
quite frustrating, especially when we known that devhelp embeds web-browser
libraries. Here is a patch enabling http browsing inside devhelp.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22custom
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages devhelp depends on:
ii  libatk1.0-0                   1.22.0-1   The ATK accessibility toolkit
ii  libc6                         2.7-12     GNU C Library: Shared libraries
ii  libcairo2                     1.6.4-6    The Cairo 2D vector graphics libra
ii  libdevhelp-1-0                0.19.1-5   Library providing documentation br
ii  libgconf2-4                   2.22.0-1   GNOME configuration database syste
ii  libglib2.0-0                  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0                   2.12.11-1  The GTK+ graphical user interface 
ii  libpango1.0-0                 1.20.5-1   Layout and rendering of internatio

Versions of packages devhelp recommends:
ii  libglib2.0-doc                2.16.4-2   Documentation files for the GLib l
ii  libgtk2.0-doc                 2.12.11-1  Documentation for the GTK+ graphic
ii  libpango1.0-doc               1.20.5-1   Documentation files for the Pango

devhelp suggests no packages.

-- no debconf information
diff -Nur devhelp-0.19.1.old/src/default-prefs-common.js devhelp-0.19.1/src/default-prefs-common.js
--- devhelp-0.19.1.old/src/default-prefs-common.js	2008-05-25 18:55:37.000000000 +0200
+++ devhelp-0.19.1/src/default-prefs-common.js	2008-07-18 22:23:40.000000000 +0200
@@ -53,8 +53,8 @@
 pref("network.protocol-handler.external-default", true);
 pref("network.protocol-handler.warn-external-default", false);
 pref("network.protocol-handler.external.ftp", true);
-pref("network.protocol-handler.external.http", true);
-pref("network.protocol-handler.external.https", true);
+pref("network.protocol-handler.external.http", false);
+pref("network.protocol-handler.external.https", false);
 pref("network.protocol-handler.external.ftp", false);
 pref("network.protocol-handler.external.news", true);
 pref("network.protocol-handler.external.mailto", true);

--- End Message ---
--- Begin Message ---
Source: devhelp
Source-Version: 0.21-1

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

devhelp-common_0.21-1_all.deb
  to pool/main/d/devhelp/devhelp-common_0.21-1_all.deb
devhelp_0.21-1.diff.gz
  to pool/main/d/devhelp/devhelp_0.21-1.diff.gz
devhelp_0.21-1.dsc
  to pool/main/d/devhelp/devhelp_0.21-1.dsc
devhelp_0.21-1_amd64.deb
  to pool/main/d/devhelp/devhelp_0.21-1_amd64.deb
devhelp_0.21.orig.tar.gz
  to pool/main/d/devhelp/devhelp_0.21.orig.tar.gz
libdevhelp-1-0_0.21-1_amd64.deb
  to pool/main/d/devhelp/libdevhelp-1-0_0.21-1_amd64.deb
libdevhelp-1-dev_0.21-1_amd64.deb
  to pool/main/d/devhelp/libdevhelp-1-dev_0.21-1_amd64.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.
Bradley Smith <[EMAIL PROTECTED]> (supplier of updated devhelp 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.8
Date: Thu, 25 Sep 2008 14:35:45 +0100
Source: devhelp
Binary: libdevhelp-1-0 libdevhelp-1-dev devhelp devhelp-common
Architecture: source all amd64
Version: 0.21-1
Distribution: experimental
Urgency: low
Maintainer: Bradley Smith <[EMAIL PROTECTED]>
Changed-By: Bradley Smith <[EMAIL PROTECTED]>
Description: 
 devhelp    - A GNOME developers help program
 devhelp-common - common files for devhelp and its library
 libdevhelp-1-0 - Library providing documentation browser functionality
 libdevhelp-1-dev - Library providing documentation browser functionality 
(developmen
Closes: 491359
Changes: 
 devhelp (0.21-1) experimental; urgency=low
 .
   [ Josselin Mouette ]
   * Recommend xulrunner-1.9-gnome-support. Closes: #491359.
 .
   [ Bradley Smith ]
   * New upstream release.
   * Drop 02_gecko_1.9.patch - Gone upstream.
   * Drop 70_autoconf.patch - No longer needed.
   * Split out alpha FTBFS fix into 02_fix_alpha_ftbfs.patch.
   * Add 04_close_correct_tab.patch - Close correct tab when pressing close
     button.
Checksums-Sha1: 
 39440939c8f928de156af04fe6d402cf91e2927b 1428 devhelp_0.21-1.dsc
 cd36c31fe3b45405eda82115770d653dc0111c7b 695069 devhelp_0.21.orig.tar.gz
 2dd979207f7f19bb091184cd7e45b9ebdf52563f 16477 devhelp_0.21-1.diff.gz
 4865ed4969139b4a0afc942e8149231e9a4ad0dd 171422 devhelp-common_0.21-1_all.deb
 d2cd15ff862d0ce0d1f7317b6068a8edd195c70e 135210 libdevhelp-1-0_0.21-1_amd64.deb
 a5cdeeed411e2e7f130959f9998c0867bcf8db3f 53730 
libdevhelp-1-dev_0.21-1_amd64.deb
 c70333626492af558f0c5a64dc0df33014a38ae7 63980 devhelp_0.21-1_amd64.deb
Checksums-Sha256: 
 a567175a86b9f8b7276481d90b191692220dda5e755ff977a177c7d10da15eff 1428 
devhelp_0.21-1.dsc
 88ef030a205dd75a18455fcebb8316194a8c66084b605123111c3f9ab3df38db 695069 
devhelp_0.21.orig.tar.gz
 a6f987404798b7b5f77e52eceb12ec3a503030d960992e10915682b321d49df3 16477 
devhelp_0.21-1.diff.gz
 6ead6107157ebf21a9a2a709ab014356618299a1aa32a096e98e57720b7aa052 171422 
devhelp-common_0.21-1_all.deb
 17ae4ddca23b1e626bd5d6e08ad8a2576c52594288ddcd5e9527658fa7804fa2 135210 
libdevhelp-1-0_0.21-1_amd64.deb
 1892f7f59f3a9177a529110f998ef25cd8a95c77dcd5a83107f72fcbc54c09ae 53730 
libdevhelp-1-dev_0.21-1_amd64.deb
 8941632b9e12cda4a5699b59e87b75abef22a8b8811ac8648341c699835afe56 63980 
devhelp_0.21-1_amd64.deb
Files: 
 14ad29f797a82c3ff656a3e4f3ee962d 1428 devel optional devhelp_0.21-1.dsc
 9e0b3aba1501729cdf088d63f4b8c167 695069 devel optional devhelp_0.21.orig.tar.gz
 9353ed3d5c0d2e61105d5debdb25c254 16477 devel optional devhelp_0.21-1.diff.gz
 7caff7befcfa12ee67fea7fe0d54c1d3 171422 devel optional 
devhelp-common_0.21-1_all.deb
 b68fbdf27b5b58573c85b1cdd5699804 135210 libs optional 
libdevhelp-1-0_0.21-1_amd64.deb
 ba067c671fc18af565e86d43deb561d4 53730 libdevel optional 
libdevhelp-1-dev_0.21-1_amd64.deb
 21cbe555c678d62090ed333ac52ccabd 63980 devel optional devhelp_0.21-1_amd64.deb

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

iEYEARECAAYFAkjbmQQACgkQ5/8uW2NPmiBISQCfQ2eyDEUfVfXDdI+VXpe16vXt
nPUAn3eJk/Jyyfwtolu1nT5odKPcGPbs
=6c5g
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to