--- galeon-2.0.6.orig/debian/control +++ galeon-2.0.6/debian/control @@ -0,0 +1,72 @@ +Source: galeon +Section: gnome +Priority: optional +Maintainer: Loic Minier +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + sharutils, + libbonobo2-dev, + libbonoboui2-dev, + libglade2-dev, + libgnomeui-dev (>= 2.8.1-3), + libxml2-dev, + libgconf2-dev, + libglib2.0-dev, + libgnomevfs2-dev (>= 2.10), + libgnome-desktop-dev (>= 2.10), + libgtk2.0-dev, + liborbit2-dev, + xulrunner-dev (>= 1.9~) | xulrunner-1.9-dev, + libnspr4-dev, + iso-codes, + libxml-parser-perl, + scrollkeeper, + lsb-release +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-galeon +Vcs-Browser: http://svn.debian.org/wsvn/pkg-galeon +Homepage: http://galeon.sourceforge.net/ + +Package: galeon +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + procps, + galeon-common, + xulrunner (>= 1.9~) | xulrunner-1.9 +Recommends: gnome-icon-theme (>= 1.1.3-1), + yelp, + scrollkeeper, + iso-codes, + gnome-control-center +Suggests: mozplugger +Provides: www-browser, + gnome-www-browser +Replaces: galeon-common +Description: GNOME web browser for advanced users + A standards compliant web browser, which integrates well with the GNOME + desktop environment. It does not include an email client, irc bot, website + designer etc., therefore has a moderate resource usage. Internally the + program uses Mozilla's Gecko rendering engine to display the web pages so + is fully feature complete and standards compliant, as well as rendering pages + quickly. + . + Homepage: + +Package: galeon-common +Architecture: all +Recommends: galeon +Depends: ${misc:Depends} +Description: GNOME web browser for advanced users + A standards compliant web browser, which integrates well with the GNOME + desktop environment. It does not include an email client, irc bot, website + designer etc., therefore has a moderate resource usage. Internally the + program uses Mozilla's Gecko rendering engine to display the web pages so + is fully feature complete and standards compliant, as well as rendering pages + quickly. + . + This package contains architecture independent data such as translations and + icons. + . + Homepage: + --- galeon-2.0.6.orig/debian/galeon-common.mime +++ galeon-2.0.6/debian/galeon-common.mime @@ -0,0 +1,5 @@ +text/html; /usr/bin/galeon %s; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html; priority=8 +text/xml; /usr/bin/galeon %s; description=XML Text; test=test -n "$DISPLAY"; nametemplate=%s.xml; priority=8 +image/png; /usr/bin/galeon '%s'; description=PNG Image; test=test -n "$DISPLAY"; nametemplate=%s.png Priority=0 +image/jpeg; /usr/bin/galeon '%s'; description=JPEG Image; test=test -n "$DISPLAY"; nametemplate=%s.jpeg Priority=0 +image/gif; /usr/bin/galeon '%s'; description=GIF Image; test=test -n "$DISPLAY"; nametemplate=%s.gif Priority=0 --- galeon-2.0.6.orig/debian/changelog +++ galeon-2.0.6/debian/changelog @@ -0,0 +1,2189 @@ +galeon (2.0.6-2build2) jaunty; urgency=low + + * no changes upload for nss/nspr SONAME mini-transition + + -- Alexander Sack Mon, 12 Jan 2009 16:21:53 +0100 + +galeon (2.0.6-2build1) jaunty; urgency=low + + * Rebuild for libgnome-desktop-2-7 -> libgnome-desktop-2-11 + transition. (LP: #309529) + + -- Stefan Ebner Fri, 19 Dec 2008 11:32:19 +0100 + +galeon (2.0.6-2) unstable; urgency=low + + * New patch, 50_configure-tests-flags, use proper CFLAGS/LDFLAGS/CPPFLAGS + when testing mozilla features (use the commented out ones); update + 70_autofoo by re-running autoconf. + * Bump up Standards-Version to 3.8.0. + * New patch, 71_desktop-file-encoding, drop Encoding from .desktop file as + it's deprecated and UTF-8 is required anyway. + * Drop obsolete overrides. + * New patch, 72_man-page-hyphen, fix escaping of "-" in man page. + + -- Loic Minier Tue, 05 Aug 2008 10:57:03 +0200 + +galeon (2.0.6-1) unstable; urgency=low + + * New upstream release, "Pining for the Fjords". + - Remove patches 61_no-prefix-before-includes, 69_get-message-moz, + 67_nsimpl-support-gtknssclientauthdialogs, 64_force-prompt, + 63_mozilla-config-no-path, 60_user-agent-flag, + 71_disable-external-protocol-service, 68_register-comps-frozen-linkage, + 66_non-threadsafe-gconsolemessage-isupports, + 62_libxul-embedding-unstable, 65_nsiuri-filepicker, 70_startup-glue: + merged upstream (woohoo!). + - Drop patch 90_autotools, not needed anymore. + * Add support for HTTP auth, thanks Mike Hommey; closes: #489420. + - New patch, 60_http-auth, check for nsIPromptService2.h and implement + this interface in mozilla/EphyPromptService.cpp if present. + - New patch, 70_autofoo, "autoconf && autoheader && rm -rf autom4te.cache + config.h.in~". + + -- Loic Minier Sun, 06 Jul 2008 19:48:06 +0200 + +galeon (2.0.5-1) unstable; urgency=medium + + * Update menu file for new menu layout. + * Use lsb_release to tweak User-Agent string; bdep on lsb-release. + * Drop dh_installmime call as bdeps ensure cdbs >= 0.4.35. + * Set GConf defaults via dh_gconf instead of patching the schema: add + debian/galeon.gconf-defaults and drop patch 31_customise-settings. + * Update presubj template; reword and change browser names to use the Debian + branding (Iceape, Iceweasel). + * Update watch file slightly as it broke with some SF.net update again and + wasn't using the format supported by the redirector. + * New upstream release; closes: #473702. + - Supports building against xulrunner-1.9, with regressions. + - Document regressions in galeon.NEWS. + - Build-dep on xulrunner-dev (>= 1.9~) instead of libxul-dev; + closes: #480799; depend on xulrunner (>= 1.9~). + - Drop patch 10_configure-check-for-mozjs as JS support is pulled via + libxul-embedding. + - New patch, 61_no-prefix-before-includes, drop directory before #includes + as headers are directly below the xulrunner-1.9 include root dir and + these dirs don't exist; also these are already -Included via + mozilla/Makefile.am flags anyway. + - New patch, 62_libxul-embedding-unstable, adds support for + libxul-embedding-unstable gecko; build-dep on libnspr4-dev as we're + using nspr now. + - Configure with --with-mozilla=libxul-embedding-unstable instead of + xulrunner. + - New patch, 63_mozilla-config-no-path, don't hardcode path to + mozilla-config.h which might not be in the includedir but is found via + -I flags. + - New patch, 64_force-prompt, add an aForcePrompt PRBOOL arg to + GContentHandler::PromptFor() if the parent class has it; FIXME this is + unconditionally set ATM. + - Drop patch 70_relibtoolize as we don't run libtoolize anymore. + - New patch, 90_autotools, generated with "aclocal-1.9 && autoheader && + autoconf && automake-1.9 && rm -rf autom4te.cache config.h.in~". + - New patch, 66_non-threadsafe-gconsolemessage-isupports, use + NS_IMPL_ISUPPORTS1 instead of NS_IMPL_THREADSAFE_ISUPPORTS1 for + GConsoleMessage and declare NS_DECL_NSICONSOLEMESSAGE. + - New patch, 67_nsimpl-support-gtknssclientauthdialogs, use + NS_IMPL_ISUPPORTS1 instead of NS_IMPL_THREADSAFE_ISUPPORTS1 for + GtkNSSClientAuthDialogs. + - New patch, 68_register-comps-frozen-linkage, don't use non-frozen + linkage to register components; from epiphany port; thanks + Alexander Sack. + - New patch, 69_get-message-moz, rename GetMessage() to GetMessageMoz(); + FIXME this requires some ifdef work. + - New patch, 70_xpcom-startup-glue, bootstraps xulrunner for 1.9 properly; + from epiphany port; thanks Alexander Sack. + - New patch, 71_disable-external-protocol-service, disable + GExternalProtocolService when using XPCOM_GLUE. + * Allow xulrunner-1.9-dev build-dep and xulrunner-1.9 dep. + * Update menu section from Applications/Net to Applications/Network/Web + Browsing. + + -- Loic Minier Sun, 16 Dec 2007 22:54:43 +0100 + +galeon (2.0.4-1) unstable; urgency=low + + * Wrap build-deps and deps. + * Drop obsolete Replaces on galeon-nautilus, -snapshot and -beta. + * Cleanup prerm and postinst. + * Don't override DEB_CONFIGURE_EXTRA_FLAGS. + * Rewrite watch file; closes: #449650. + * Add Homepage, Vcs-Svn, and Vcs-Browser. + * New upstream release; closes: #440934. + - Update relibtoolizing patch, 70_relibtoolize. + - Uses the new name for the image loading Mozilla prefs; closes: #379965. + - Fixes segfault in print dialog; closes: #444196. + * Pass -i to dh_installmime. + * Drop patch 32_user-agent-tag and add a new patch, 60_user-agent-flag, to + set the User-Agent header via a configure flag; update 70_relibtoolize to + also run autoheader; pass --with-useragent-vendorSub to configure. + * Pass -Wl,-z,defs -Wl,--as-needed in LDFLAGS; build-de on cdbs (>= 0.4.41). + * Fix encoding of copyright. + * Update lintian overrides. + * Bump up Standards-Version to 3.7.3. + + -- Loic Minier Sun, 16 Dec 2007 16:32:14 +0100 + +galeon (2.0.2-4) unstable; urgency=low + + * Bump up Standards-Version to 3.7.2. + * Bump up Debhelper compatibility level to 5. + * Update FSF address in copyright. + + -- Loic Minier Mon, 27 Nov 2006 16:21:16 +0100 + +galeon (2.0.2-3) unstable; urgency=low + + * Suggest mozplugger instead of mozilla-bonobo; thanks Adam C Powell IV + closes: #393982. + * Provide gnome-www-browser. + + -- Loic Minier Wed, 18 Oct 2006 23:01:42 +0200 + +galeon (2.0.2-2) unstable; urgency=high + + * Rework copyright completely, it was incomplete and incorrect. Thanks + Crispin Flowerday for pointing this out. closes: #389104 + + -- Loic Minier Sun, 24 Sep 2006 09:57:28 +0200 + +galeon (2.0.2-1) unstable; urgency=low + + * Recommend gnome-control-center instead of capplets. (Closes: #378722) + * New upstream release. + - Update patch 10_configure-check-for-mozjs. + - Drop patch 20_typeahead-find-blocks-enter, merged upstream. + - Drop patch 21_cancel-dialog-with-esc, merged upstream. + - Relibtoolize. + + -- Loic Minier Sun, 17 Sep 2006 17:28:43 +0200 + +galeon (2.0.1-3) unstable; urgency=low + + * New patch from CVS to cancel dialog with Esc instead of accepting them, + thanks Christian Persch and Cyril Bouthors. (Closes: #355671) + [debian/patches/21_cancel-dialog-with-esc.patch] + + -- Loic Minier Wed, 8 Mar 2006 12:16:05 +0100 + +galeon (2.0.1-2) unstable; urgency=low + + * New upstream patch fixing "Enter follows link" after a page-switch via + Enter with typeahead open. + [debian/patches/20_typeahead-find-blocks-enter.patch] + + -- Loic Minier Sun, 5 Mar 2006 10:52:09 +0100 + +galeon (2.0.1-1) unstable; urgency=low + + * New upstream release, "Look what we found.". + - Adds find toolbar ported from Epiphany. + - Adds embedded error pages. + - Fixes typeahead find under xulrunner. (Closes: #354572) + - Fixes support for the FlashBlock extension. + - Fixes password saving and prompts. (Closes: #354313) + - Fixes about: dialog. (Closes: #354302) + - Drop fix for using gcontool in the galeon-config-tool.in script (merged + upstream). + [debian/patches/21_galeon-config-tool.in.patch] + - Drop support in configure for xulrunner (included upstream). + [debian/patches/40_xulrunner.patch] + - Make upstream's configure script check for the $MOZILLA-js module. + [debian/patches/10_configure-check-for-mozjs.patch] + - Relibtoolize. + [debian/patches/70_relibtoolize.patch] + * Bump up the libxul-dev build-dep to >= 1.8.0.1-5 for the typeahead and + xulrunner-config fixes. + [debian/control] + * Drop useless *.dirs file. + [debian/galeon.dirs, debian/galeon-common.dirs] + + -- Loic Minier Mon, 27 Feb 2006 22:28:31 +0100 + +galeon (2.0.0-3) unstable; urgency=low + + * Build against xulrunner, thanks Mike Hommey. (Closes: #352016) + - Build-depend on libxul-dev instead of mozilla-dev. + [debian/control] + - New patch for configure.in to use xulrunner. + [debian/patches/40_xulrunner.patch] + - Update relibtoolizing patch and move it down the chain. + [debian/patches/25_relibtoolize.patch, + debian/patches/70_relibtoolize.patch] + - Drop mozilla-* from galeon's Depends and Recommends. + [debian/control] + - Pass --with-mozilla=xulrunner to configure. + [debian/rules] + + -- Loic Minier Mon, 20 Feb 2006 21:16:06 +0100 + +galeon (2.0.0-2) unstable; urgency=low + + * GConf is not signalled via gconftool-2, re-add the patch, thanks Crispin + Flowerday. + [debian/patches/21_galeon-config-tool.in.patch] + * Register and unregister a new gnome-www-browser alternative too. + [debian/galeon-common.prerm, debian/galeon-common.postinst] + * Drop obsolete useless patch which wasn't applied anyway, thanks Crispin + Flowerday. + [debian/patches/44_last_dir] + + -- Loic Minier Sat, 7 Jan 2006 18:20:18 +0100 + +galeon (2.0.0-1) unstable; urgency=low + + * New upstream release "One for the road". + - News: + . Works with mozilla 1.7.5+, 1.8a3 and up; Firefox 1.0.x and 1.5 + . Embedded http error message pages. (If mozilla support them) + . Security Device Manager button in security prefs. + . Delete key works in Personal Data Manager. + . Support for multimedia keyboard keys like Back and Forward. + . Other bug fixes. (http://tinyurl.com/7zqb7) + - Includes German PO file corrections. (Closes: #313719) + [debian/patches/64_german-translation-fixes.patch] + - GConf is now signaled with gconftool-2 (patch merged upstream). + [debian/patches/21_galeon-config-tool.in.patch] + - Relibtoolize again. + [debian/patches/25_relibtoolize.patch] + * Menu transition, part 2: move from #!/usr/sbin/install-menu to + #!/usr/bin/install-menu. [debian/lintian/galeon-common] + + -- Loic Minier Mon, 28 Nov 2005 13:49:05 +0100 + +galeon (1.3.21-8) unstable; urgency=high + + * Urgency high for RC bug fix. + * Rebuild with unstable's Gtk. (Closes: #333458) + + -- Loic Minier Wed, 12 Oct 2005 17:11:26 +0200 + +galeon (1.3.21-7) unstable; urgency=low + + * Bump Standards-Version to 3.6.2, no change needed. [debian/control] + * Remove obsolete fix. [debian/galeon-common.preinst] + * Remove "-mieee" specialization for alpha and sh as gcc-4.0 defaults to + turning this flag on for alpha-linux. [debian/rules] + * Use gcc-4.0 for amd64 too. [debian/control, debian/rules] + * Trash useless debconf dependency. (Closes: #331830) [debian/control] + * Rebuild against Mozilla 1.7.12. [debian/control] + * Add missing ${misc:Depends} to galeon and galeon-common. + (Closes: #328315, #331728) [debian/control] + * Remove -fno-rtti CXX_FLAGS, presumably added to save some space in the + binaries. [debian/rules] + + -- Loic Minier Sun, 9 Oct 2005 15:11:13 +0200 + +galeon (1.3.21-6) unstable; urgency=low + + * _Really_ upload to unstable. + + -- Loic Minier Wed, 15 Jun 2005 20:39:42 +0200 + +galeon (1.3.21-5) experimental; urgency=low + + * Upload to unstable. + + -- Loic Minier Wed, 15 Jun 2005 07:40:06 +0200 + +galeon (1.3.21-4) experimental; urgency=low + + * Drop the galeon-common Depends: galeon constraint, modern package + managers should be able to deal with this. + * Drop dependencies on packages not in sarge anymore. + * Do not version the dependencies between galeon and galeon-common: if files + are moved from one package to the other, a Conflicts/Replaces pair should + be added. + + -- Loic Minier Sat, 28 May 2005 19:52:32 +0200 + +galeon (1.3.21-3) experimental; urgency=low + + * Merge changes from 1.3.21-1+gnome28+2 into the 2.10 branch. + + -- Loic Minier Fri, 27 May 2005 22:19:28 +0200 + +galeon (1.3.21-1+gnome28+1) unstable; urgency=low + + * New upstream release "It's the thought that counts." which includes + the fix for "file://" URL with application helpers. + [debian/patches/50_bugzilla-attach-46459_file-url-helper.patch] + * Relibtoolize. + [debian/patches/25_relibtoolize.patch] + + -- Loic Minier Tue, 24 May 2005 22:51:02 +0200 + +galeon (1.3.20-3) experimental; urgency=low + + * first version supporting GNOME 2.10, future GNOME 2.8 versions will be + versionned in 1.3.20-2+gnome28+ + * use new GNOME VFS 2.10 API + - debian/control: + . version build-dep on gnome-vfs-2.0 >= 2.10 + . build-dep on libgnome-desktop-dev >= 2.10 + * drop support for nautilus view, not supported in 2.10: + - debian/control: remove build-dep on libnautilus2-dev + - debian/rules: switch --enable-nautilus-view to no + * debian/control: remove the strict = ${Source-Version} dependency to permit + binary NMUs + + -- Loic Minier Mon, 16 May 2005 22:36:22 +0200 + +galeon (1.3.20-2+gnome28+1) unstable; urgency=low + + * fix encoding of the Google "smartboorkmark" (closes: #299395) and rework + bookmarks for new users + [debian/patches/01_default-bookmarks.xbel.in.patch] + * dropped old specialized Google icon [debian/pixmaps/google.png.uue] + * menu "description" now matches the .desktop's comment + [debian/galeon-common.menu] + * check for newer versions against prdownloads.sf.net again [debian/watch] + * document how to set Mozilla preferences for Galeon, with SSLv2 as an + example [debian/galeon.README.Debian] + * fix handling of "file://" URL with application helpers with an upstream + patch around an internal problem (closes: #300661) + [debian/patches/50_bugzilla-attach-46459_file-url-helper.patch] + + -- Loic Minier Sat, 9 Apr 2005 12:35:31 +0200 + +galeon (1.3.20-1) unstable; urgency=low + + * new upstream release, "In Soviet Russia focus steals you!", with loads + of bugfixes, upstream NEWS lists all the cool enhancements + - don't steal focus from other applications when launching new windows, + try to avoid the focus stealing when loading web pages, work around + Mozilla focus stealing problems (closes: #294152) + - don't show security dialogs twice (closes: #291280) + - when saving files, check the user has permission (closes: #292923) + - the new favicon cache has been fixed and is created the first time + Galeon is closed (closes: #297766) + - fix saving of images with "File > Save as..." (closes: #296473) + - handle bookmarks with a "/" in their name (closes: #294106) + - fix the crash when reloading of "myportal:" (closes: #292828, #297109) + - correctly handle ~/.galeon/toolbars.xml without the "LocationEntry" + toolbar (closes: #294786) + - don't skip current directory when pressing the "Up" button (closes: + #292217) + - offer "Reload tab" in tab context menu (closes: #278224) + * [debian/control] + - build-dep on libgnomeui-dev >= 2.8.1-3 to avoid linking with libhowl + - drop versionned menu build-conflicts (version not present in sarge and + sid anymore) + * [debian/patches/25_relibtoolize.patch] updated + + -- Loic Minier Sat, 12 Mar 2005 23:38:47 +0100 + +galeon (1.3.19-4) unstable; urgency=low + + * import in the pkg-galeon SVN repository on svn.debian.org + * debian/shlibs.local: dropped (dependency always satisfied) + * debian/copyright: updated download URL + * debian/patches: + - 00_galeon-config-tool.in.patch: import @sysconfdir@ -> + /usr/share/gconf/schemas/ in the patch system + - 01_default-bookmarks.xbel.in.patch: import default bookmarks + preseeding in the patch system + - 25_relibtoolize.patch: relibtoolize + * debian/rules: + - drop "patched" and "customised" hack (handled via patches) + - remove CFLAGS and CXXFLAGS optimizations (configure should append + them automatically and debuild should pull the debugging flags if + necessary) + - remove DEB_MAKE_INVOKE definition (already defined in + /usr/share/cdbs/1/class/autotools.mk) + - remove mkinstalldirs fix + - remove some CDBS defined configure args + - tighten CDBS includes (gnome includes autotools and docbookxml) + * debian/control: + - removed gnome-common dep (which pulled in auto* stuff) + - only recommend iso-codes, do not depend on it (thanks to + Crispin Flowerday) + - removed imagemagick build-dep (we ship the .xpm now) + - cleaned, ordered, completed build-deps, dropped unused ones to match + configure.in + * debian/pixmaps: removed dogpile.png, usenet.png, yahoo.png, and + dictionary.png (unused) + * debian/reportbug/presubj, galeon.README.Debian: updated + * debian/scripts: dropped (unused) + * debian/galeon-common.manpages: list galeon-config-tool manpage + * debian/galeon{,-common}.{dirs,install}: moved dir creation and file moves + to these files + * debian/*lintian*: moved lintian overrides to a subdirectory + * debian/galeon-common.links: dropped (no more galeon-bin) + + -- Loic Minier Sun, 13 Feb 2005 22:31:10 +0100 + +galeon (1.3.19-3) unstable; urgency=high + + * urgency high for sarge targetted RC bugfix (see 1.3.19-2) + * debian/rules, debian/galeon{,-common}.lintian-overrides: + - more lintian fixes + - don't dh_install the lintian overrides, install them + * debian/control: + - change the control-center depends to a capplets recommends + + -- Loic Minier Wed, 26 Jan 2005 23:37:12 +0100 + +galeon (1.3.19-2) unstable; urgency=high + + * urgency high for sarge targetted RC bugfix + * debian/galeon-common.{postinst,prerm}: cleanup and remove the + code dealing with the schema location move which duplicates the work of + dh_gconf and blocked removal (closes: #289310, #290951) + * debian/control: + - suggest mozilla-bonobo (closes: #276493) + - recommends yelp (closes: #279160) + - move scrollkeeper to recommends + - depends and build-depends on iso-codes to provide translation for ISO + codes + - remove build-depends and build-conflicts on autoconf / automake + * debian/galeon-common.preinst: + - try to remove the www-browser Galeon alternative which might have been + kept from Galeon packages installed in version prior to 1.3.12-2 + (closes: #292041), see #229121 + * debian/{galeon,galeon-common}.lintian-overrides: override + galeon/galeon-common shared commands, man pages etc. + + -- Loic Minier Wed, 26 Jan 2005 22:44:24 +0100 + +galeon (1.3.19-1) unstable; urgency=medium + + * New upstream release, "Is this what you have been waiting for?": + - fix "mailto:" url-handler (closes: #289917) + - fix some smart URL in myportal: (closes: #265241) + - jump to tabs that open javascript dialogs, this is secunia advisory + SA12712 + - icons in myportal: work again with a workaround for this security feature + (closes: #289308) + * debian/galeon.README.Debian: README.ExtraPrefs is in galeon-common + (closes: #271216) + * debian/watch added + * debian/control: + - galeon + . tighten depends on mozilla-browser for sid's mozilla-dev 1.7.5, let's + hope the API won't break again + . remove versionned depends on gconf2 and scrollkeeper (always satisfied + in sid, sarge, and woody) + . remove conflicts on mozilla-browser 1.8 (it doesn't help for ie 1.7.6) + . typo in description + - source + . add build-conflicts on automake1.4 and autoconf2.13 (see + /usr/share/doc/autotools-dev/README.Debian.gz) + . tighten build-depends on mozilla-dev (upstream says this release is + compatible with any moz from 1.7 until 1.7.5, 1.8a3 through 6, and + trunk) + . remove automake1.7 build-depends (all buildds built with 1.6) + . add implicit build-depends on autoconf (see + /usr/share/doc/autotools-dev/README.Debian.gz) + . add versioning to the build-depends for libgconf2-dev + . remove versionned build-depends on cdbs, libbonoboui2-dev, + libnautilus2-dev (satisfied in sid, sarge, not in woody) + . remove versionned build-depends on scrollkeeper (satisfied in sid, + sarge, woody) + . remove versionned build-conflicts on libxml-dev (always satisfied in + sid, sarge, and woody) + . remove build-conflicts on mozilla-dev (>=2:1.8) (upstream says, this + is now supported for 1.8a3 -> 1.8a6, and trunk) + . set uploaders to Mark "mh" Howard and Erich "erich" Schubert, set + myself as maintainer + + -- Loic Minier Sun, 16 Jan 2005 20:11:21 +0100 + +galeon (1.3.18-2) unstable; urgency=low + + * The "curse mozilla" upload, thanks for breaking galeon again. + * Upload by old maintainer. + * Rework gconf handling (Closes: #289031) + * Thanks to Zack Weinberg for preparing most of this update. + * Rebuilt against latest mozilla-dev (Closes: #288875) + and against latest GNOME (Closes: #286726) + * Remove gtk1 libs from build-deps (Closes: #276924) + + -- Erich Schubert Fri, 7 Jan 2005 00:36:57 +0100 + +galeon (1.3.18-1.1) unstable; urgency=low + + * NMU + * Rebuilt with unstable Depends (Closes: #278122). + + -- Sebastien Bacher Thu, 28 Oct 2004 19:23:58 +0200 + +galeon (1.3.18-1) unstable; urgency=low + + * New Upstream Release + + -- Mark Howard Sun, 24 Oct 2004 14:15:13 +0100 + +galeon (1.3.17-2) unstable; urgency=low + + * rules: updated to work with mozilla 1.7.3 + + -- Mark Howard Sun, 26 Sep 2004 18:39:39 +0100 + +galeon (1.3.17-1) unstable; urgency=low + + * New Upstream Release + - back/fwd button history is not always copied. Closes: #188790 + - bookmark menu urls are shown in statusbar. Closes: #198806, #204295 + - support xprint printing. Closes: #226574 + * Bump versioned build-depend on gnome library to force gnutls transition. + * Thanks to Joshua Kwan for the NMU when I was on vacation. + Closes: #264471, #264472, #264586, #264785, #264836, #264057, #263638 + * Lowered mime priority for images. Closes: #256693 + * Removed mozilla-xft recommendation. Closes: #258683 + * Printing works with new mozilla, plus xprint printing with any mozilla. + Closes: #243530, #256945 + + -- Mark Howard Wed, 18 Aug 2004 08:44:37 +0100 + +galeon (1.3.16-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rebuild with a versioned build-dependency on mozilla >= 2:1.7.2, + to make context menus work. + (Closes: #264471, #264472, #264586, #264785, #264836) + * Apply the harmless (as far as Sarge-official Debian is concerned) amd64 + patch. (Closes: #264057) + * By pure virtue of being a rebuild against newer GNOME, pull in gnutls11. + (Closes: #263638) + + -- Joshua Kwan Thu, 12 Aug 2004 23:40:37 -0700 + +galeon (1.3.16-1) unstable; urgency=low + + * New Upstream Release + - Refresh issue with download dialog fixed. Closes: #257429 + - Check for corrupted bookmarks.xbel. Closes: #253921 + - Fixed Crash when deleting cookie rules Closes: #242073 + * Reduced mime priority for images + * Updated replaces for galeon-common package. + + -- Mark Howard Sun, 4 Jul 2004 14:09:26 +0100 + +galeon (1.3.15-4) unstable; urgency=low + + * Added Replaces: galeon (<=1.3.13-3) to galeon-common. Closes: #256910 + + -- Mark Howard Wed, 30 Jun 2004 15:47:06 +0100 + +galeon (1.3.15-3) unstable; urgency=low + + * Applied Crispin's patch for mozilla 1.7, updated dependencies. + Closes: #256564 + * Fixed minor packaging issues. Thanks Lintian + + -- Mark Howard Tue, 29 Jun 2004 08:53:21 +0100 + +galeon (1.3.15-2) unstable; urgency=low + + * Removed build dependency on which. Closes: #252920 + + -- Mark Howard Sun, 6 Jun 2004 09:02:01 +0100 + +galeon (1.3.15-1) unstable; urgency=low + + * New Upstream Release + - Can drag bookmarks to an empty folder. Closes: #190134 + - Bookmark toolbar borders look fine with valid themes. Closes: #230930 + - Can print from print preview. Closes: #232509 + + -- Mark Howard Sat, 5 Jun 2004 21:05:53 +0100 + +galeon (1.3.14a-2) unstable; urgency=low + + * Build depend on gtk 2.4. Build scripts will add in gtk 2.4 features. + (galeon 1.3.14 includes only minimal gtk 2.4 support - use the + galeon package from experimental to benefit fully, or wait for 1.3.15) + * Install mime details correctly + * Set explicit encoding of google default bookmark. Closes: #241801 + * Standards 3.6.1. No changes + + -- Mark Howard Mon, 24 May 2004 09:24:30 +0100 + +galeon (1.3.14a-1) unstable; urgency=low + + * New upstream release + * Set FLASH_GTK_LIBRARY variable in wrapper script. Will speed up buggy + flash plugins in some cases. + + -- Mark Howard Wed, 21 Apr 2004 10:25:26 +0100 + +galeon (1.3.13-4) unstable; urgency=low + + * galeon-bin shouldn't be in galeon-common package + + -- Mark Howard Thu, 8 Apr 2004 15:49:12 +0100 + +galeon (1.3.13-3) unstable; urgency=low + + * Fixed typos in default bookmarks. Closes: #233755 + * Split arch-independent data into new galeon-common package (mostly + translations and icons). Closes: #233351 + * Updated cdbs build-dependency. Closes: #236391 + + -- Mark Howard Fri, 12 Mar 2004 21:13:59 +0000 + +galeon (1.3.13-2) unstable; urgency=low + + * chmod +x mkinstalldirs. Closes: #233736 + + -- Mark Howard Fri, 20 Feb 2004 19:28:52 +0000 + +galeon (1.3.13-1) unstable; urgency=low + + * New upstream release + - bookmark menus obey the gtk theme. Closes: #215942 + - popups in sidebar don't cause crash. Closes: #218827 + - URL not lost after failed load. Closes: #230724, #230221 + - toolbar_style gconf setting works again. Closes: #228467 + + -- Mark Howard Tue, 17 Feb 2004 09:09:25 +0000 + +galeon (1.3.12-2) unstable; urgency=low + + * Updated description, thanks to Jochen Voss . + Closes: #228367 + * Don't register www-browser alternative. Closes: #229121 + * Recommend gnome-icon-theme (>= 1.1.3-1) (for the spinner) + + -- Mark Howard Mon, 2 Feb 2004 15:28:31 +0000 + +galeon (1.3.12-1) unstable; urgency=low + + * New upstream release + - Toolbars and menu rewritten with libegg. Closes: #215942 + - New Page/Security Info dialog. Closes: #119794, #190536 + - New "add all tabs to bookmark folder" feature. Closes: #148491 + - Zoom level remembered per site. Closes: #180787 + - Rewritten documentation. Closes: #187872, #226017 + - Bookmark properties dialog reworked. Closes: #190127 + - Added "move tab to another window" menu entry. Closes: #190295, #191698 + - Middle click on "back" button open new tab. Closes: #214438 + - Emacs text form input work. Closes: #226893 + * Updated mozilla dependencies to 1.6. Closes: #229326 + * Updated uploaders to reflect reality. Thanks to Alex and Bas for all your + excellent work in the past. + + -- Mark Howard Sun, 25 Jan 2004 12:54:42 +0000 + +galeon (1.3.11a-2) unstable; urgency=low + + * Don't call autogen.sh (configure is already there in this release). + Hopefully fixes random FTBFS. Closes: #225193 + * Fixed typo in description. Closes: #225863 + * Set x-www-browser priority to 120. Closes: #193271 + + -- Mark Howard Tue, 13 Jan 2004 10:22:37 +0000 + +galeon (1.3.11a-1) unstable; urgency=low + + * New upstream release + Closes: #213716: galeon: fails on some forms. + Closes: #143961: galeon: Crash on printing with acrobat plugin + Closes: #157861: galeon: Galeon view-source doesn't reload when requested. + Closes: #190124: galeon: history sorting by last-visit doesn't work + Closes: #191694: galeon: does not record zoom factors any more + Closes: #203405: galeon: crashes - when printing selection with no + selection made + Closes: #163053: galeon-nautilus: Zoom spinner not correct after session + restore + + -- Mark Howard Sat, 20 Dec 2003 09:05:52 +0000 + +galeon (1.3.10-3) unstable; urgency=low + + * Include libxrender-dev in build depends. Closes: #218341, #214595 + + -- Mark Howard Fri, 31 Oct 2003 17:29:37 +0000 + +galeon (1.3.10-2) unstable; urgency=low + + * Added Debian package version to user agent string + + -- Mark Howard Tue, 28 Oct 2003 20:35:03 +0000 + +galeon (1.3.10-1) unstable; urgency=low + + * New upstream release + + -- Mark Howard Sun, 26 Oct 2003 18:39:10 +0000 + +galeon (1.3.9-3) unstable; urgency=low + + * --with-mozilla-snapshot=1.5b (no api changes between this and 1.5) + * Depend on Mozilla 1.5; Conflict with 1.6. + + -- Mark Howard Thu, 23 Oct 2003 13:27:41 +0100 + +galeon (1.3.9-2) unstable; urgency=low + + * Nautilus lib build dependency to >= 2.2.4-4.1 (Fixes nautilus + dependency problems which were causing galeon FTBFS) + + -- Mark Howard Thu, 2 Oct 2003 09:50:54 +0100 + +galeon (1.3.9-1) unstable; urgency=low + + * New upstream release + - fixes form posting & stylesheet problems + Closes: #210996, #210659, #210946 + * copyright: Updated Author information + * removed 06_encoding patch - applied upstream + * Removed 23_schemadefaults.patch - applied upstream. + * Cleaned up diff. + * Removed 20_toc.patch - upstream removed the file. + + -- Mark Howard Tue, 16 Sep 2003 18:18:56 +0100 + +galeon (1.3.8-3) unstable; urgency=low + + * Fix autogen permissions. Closes: #210494 + * mv debianpts.uue debianpts.png.uue + + -- Mark Howard Mon, 15 Sep 2003 18:43:00 +0100 + +galeon (1.3.8-2) unstable; urgency=low + + * Added pts and buildd images, updated bookmarks. Closes: #182330 + + -- Mark Howard Thu, 11 Sep 2003 19:37:25 +0100 + +galeon (1.3.8-1) unstable; urgency=low + + * New Upstream Release + * Fixed 'blurb' Closes: #209190 + * Fixed error in default bookmarks Closes: #208930 + * Temporarily disables user agent patch until figuring out how to set it + properly + + -- Mark Howard Wed, 10 Sep 2003 19:51:09 +0100 + +galeon (1.3.7.20030902-1) unstable; urgency=low + + * New CVS Checkout + Many fixes to the bookmarks editor + Closes: #118699 Mouse wheel zoom doesn't update zoom textfield + + -- Mark Howard Tue, 2 Sep 2003 11:35:05 +0100 + +galeon (1.3.7.20030831-1) unstable; urgency=low + + * New CVS Checkout + Closes: #191439 Crash recover bookmarks date set correctly. + Closes: #206175 Crash on automatic window.close() after form submit + + -- Mark Howard Sun, 31 Aug 2003 09:50:36 +0100 + +galeon (1.3.7.20030825-3) unstable; urgency=low + + * Made bugs.d.o smartbookmark more flexible. Closes: #207674 + * Upload to unstable - There was lots of support on the debian-gtk-gnome + mailing list for including galeon 1.3 in sarge. cvs snapshots will be + uploaded to experimental once we have a relatively stable version of + galeon in sid (1.3.8 or some cvs snapshot). + + -- Mark Howard Thu, 28 Aug 2003 20:01:35 +0100 + +galeon (1.3.7.20030825-2) experimental; urgency=low + + * Removed references to galeon-cvs. Closes: #206385 + * Include debian wiki in default bookmarks. Closes: #194203 + * Updated build dependencies. Closes: #200352 + + -- Mark Howard Tue, 26 Aug 2003 19:36:17 +0100 + +galeon (1.3.7.20030825-1) experimental; urgency=low + + * New CVS Checkout + * Moved to experimental - galeon is not yet stable enough for a Debian + stable release. Packages in sid and sarge will be removed soon. + + -- Mark Howard Mon, 25 Aug 2003 18:46:59 +0100 + +galeon (1.3.7.20030813-1) unstable; urgency=low + + * New CVS Checkout + Favicons in tabs, server mode bugfixes (yay!), bookmarks dnd, redesigned + bookmarks editor, stylesheet menu, many bug fixes. + + -- Mark Howard Wed, 13 Aug 2003 18:35:08 +0100 + +galeon (1.3.7.20030803-1) unstable; urgency=low + + * New CVS Checkout + * Sort the languages in the preferences dialog according to the users + language. Closes: #201604 + + -- Mark Howard Sun, 3 Aug 2003 08:54:24 +0100 + +galeon (1.3.7.20030723-1) unstable; urgency=low + + * New CVS Checkout (& 2 new upstream releases!) + * Removed some patches applied upstream + * Fixed patch application + * Fixed default toolbar setting. Closes: #201849 + * Recommend mozilla-xft + + -- Mark Howard Wed, 23 Jul 2003 21:08:14 +0100 + +galeon (1.3.5.20030714-3) unstable; urgency=low + + * Applied patch from John Lightsey + Closes: #201811 Last-used directory is ignored if an ampersand ('&') is in + the path + + -- Mark Howard Mon, 21 Jul 2003 21:00:11 +0100 + +galeon (1.3.5.20030714-2) unstable; urgency=low + + * Applying patches supplied by John Lightsey + (http://www.nixnuts.net/debian-bugs.html) + * Change DISPLAY, fix help->contents. Closes: #187875, #194675 + * 41_default_ok: mozilla dialogs default to ok. Closes: #197391 + * 42_print: Closes: #189993 + * 43_smart_bm_width: fixes crash Closes: #197135 + * 06_encoding: smart bookmarks url encoding and character encoding fix + Closes: #174880, #187126, #192177, #197015 + + -- Mark Howard Wed, 16 Jul 2003 20:02:57 +0100 + +galeon (1.3.5.20030714-1) unstable; urgency=low + + * New CVS Checkout + * Built against mozilla 1.4, updated dependencies. Closes: #200922, #200428 + * Thanks to David M. Cooke : + Modified quotes in debian/patches/32_user-agent-tag.patch and + debian/rules; overridden cdbs default make call. + Closes: #198807 (hopefully) + + -- Mark Howard Mon, 14 Jul 2003 19:28:25 +0100 + +galeon (1.3.5.20030630-3) unstable; urgency=low + + * Really fix quoting of DEBIAN_VERSION. + + -- Mark Howard Thu, 3 Jul 2003 08:01:24 +0100 + +galeon (1.3.5.20030630-2) unstable; urgency=low + + * debian/rules: (hopefully) Fixed quoting of DEBIAN_VERSION bug introduced + when moving to cdbs. + Closes: #198807 Powerpc bug: RMB on link / MMB on link broken + (untested). Thanks to Tommi Komulainen and Soeren Sonnenburg + + + -- Mark Howard Wed, 2 Jul 2003 20:38:30 +0100 + +galeon (1.3.5.20030630-1) unstable; urgency=low + + * New CVS Checkout + * Ctrl+Enter opens smartbookmark in new tab. Closes: #189960 + * hide_arrows gconf key for smart bookmarks re-enabled. Closes: #185696 + * debian/rules: include autotools.mk. Replace common-configure with + pre-build section + * Remove patch 22_xmldtd, replace with docbook cdbs class + * Convert patches to cdbs patches (plain patches) rather than scripts + + -- Mark Howard Wed, 2 Jul 2003 20:35:07 +0100 + +galeon (1.3.5.20030622-1) unstable; urgency=low + + * New CVS Checkout + * Repackage with cdbs + + -- Mark Howard Sun, 22 Jun 2003 21:17:07 +0100 + +galeon (1.3.5.20030615-1) unstable; urgency=low + + * New Upstream Release + * Fixed gconf schema for default_toolbar. + Closes: #190029, #192441, #193135, #194573, #194923 + *please* check for duplicates before reporting bugs in the future + This also (probably) fixes some other problems: + Closes: #192850, #189288, #191971, #195086 + * New menu policy allows nicer icons - change dependencies and mogrify line + Closes: #196712, #194483 + * Can now clone tabs (via the Tab menu). Closes: #188791 + + -- Mark Howard Sun, 15 Jun 2003 17:39:38 +0100 + +galeon (1.3.4.20030526-1) unstable; urgency=low + + * New CVS Checkout + + -- Mark Howard Mon, 26 May 2003 08:42:44 +0100 + +galeon (1.3.4.20030509-1) unstable; urgency=low + + * New CVS Checkout + * Added alternative for www-browser. Closes: #190890 + + -- Mark Howard Fri, 9 May 2003 14:21:47 +0100 + +galeon (1.3.4.20030503-1) unstable; urgency=low + + * New CVS Checkout + + -- Mark Howard Sat, 3 May 2003 12:44:09 +0100 + +galeon (1.3.3.20030419-2) unstable; urgency=low + + * New CVS Checkout + - based on new upstream release, 1.3.4 + * Removed obsolete doc-base file. Closes: #189745 + + -- Mark Howard Sun, 20 Apr 2003 08:21:15 +0100 + +galeon (1.3.3.20030419-1) unstable; urgency=low + + * New CVS Checkout. + - ia64 and s390 builds fixed. Closes: #189312 + - New Quit option in file menu. Combine with save_with_session gconf + setting to make galeon remember open tabs when exiting + * Modified user agent patch. Thanks to Erich Schubert + * Don't fail installation if schemas removed; and use gconftool-2 rather + than gconftool. Closes: #189449. Thanks to Christian Marillat + + + -- Mark Howard Sat, 19 Apr 2003 17:50:35 +0100 + +galeon (1.3.3.20030414-2) unstable; urgency=low + + * Move automake1.6 build dependency to start of list. Hopefully this will + help the buildds fix the build dependencies + + -- Mark Howard Thu, 17 Apr 2003 09:34:32 +0100 + +galeon (1.3.3.20030414-1) unstable; urgency=low + + * New CVS Checkout + * Don't enable smart bookmark history by default. Closes: #187325 + * Don't enable gestures by default. Closes: #187323 + * Build depend on menu to get cmap.xpm needed to mogrify the menu icon. + Closes: #188860 + * Build conflict with automake1.4, 1.5 & 1.7. Closes: #188861 + + -- Mark Howard Sun, 13 Apr 2003 17:45:05 +0100 + +galeon (1.3.3.20030407-1) unstable; urgency=low + + * Moved galeon cvs (developmental version, but quite stable) to main galeon + package as galeon1 is incompatible with mozilla in sid. + Closes: #184901, #185277, #185687, #186018 + * Removed many patches used to make galeon2 run as galeon-snapshot, modified + most control files to refer to galeon not galeon-snapshot. + * New galeon-snapshot package includes a script to make settings, bookmarks + etc. created by galeon-snapshot to work properly with galeon from this + package. + * Build-Depend on automake1.6 | automake1.7 to fix build problems + * The following bugs have been made obsolete for reasons such as feature + removal: + Closes: #116404 - add a session to the current view + Closes: #144393 - new user druid: handle existing configuration intuitively + Closes: #145949 - galeon: can't assing keyboard shortcuts to the + view->encoding submenus + Closes: #147894 - show '' under View/Page Information + Closes: #152436 - galeon: javascript console unreadable black colors + Closes: #154733 - Preferences dialog should have a cancel button + Closes: #155515 - galeon doesn't save new mime-types + Closes: #159549 - "page info" doesn't show mime type + Closes: #162800 - Tab context menu too large for + screen if too many tabs + Closes: #164205 - Bad german translation for "Processes URL" + Closes: #166394 - adding sylpheed to the list of mail handlers + Closes: #175291 - Can't choose galeon handbook + Closes: #179800 - Stylesheet deletion does not take effect without restart + * The following bugs have been fixed: + Closes: #114776 - Eliminate unnecessary output to stdout, stderr + Closes: #119365 - even smarter disabling of popups + Closes: #122031 - Display media type/info + Closes: #131622 - ugly close button on tabs with some gtk themes - wait for + gtk2 + Closes: #133319 - mailto: doesn't launch mailer + Closes: #138107 - galeon-beta: Please add UI preference for configuring + reported user-agent value. + Closes: #141478 - Assertion fails sometimes on startup (bugzilla: 77278) + Closes: #145331 - Input boxes don't work in page opened in a new tab by + clicking middle button on a bookmark (trivial workaround) + Closes: #147771 - galeon: Galeon doesn't pass authentication information to GTM + Closes: #148520 - Default font size for specific pages ignored + Closes: #149673 - problem with galeon and proxy.pac + Closes: #150765 - xbel-utils: adr_parse does not properly handle utf8 + Closes: #115217 - Using for example 'next tab'-hotkey fails after creating a new tab + Closes: #153297 - galeon does not honor password manager pref + Closes: #153563 - Crashes when doing weird things with bookmark aliases + Closes: #153565 - Does not cut/copy/paste bookmark aliases correctly + Closes: #153802 - UI: bookmarks docks can not made broader if edit is enabled + Closes: #154307 - galeon: Keyboard does not work in a new tab that is waiting + for a site to load + Closes: #154632 - vertical scroll loses mouse drag in gutter + Closes: #155502 - Downloading a link with Shift+Enter opens the save dialog twice + Closes: #155154 - startup crash: g_list_length (all_embeds) == 0 + Closes: #156067 - Smart bookmarks do not work on command line + Closes: #156369 - galeon: problem with pdf handler + Closes: #156471 - The postinst script tries to put a file in /root + Closes: #150748 - galeon hangs for URI toc:info + Closes: #150780 - Ctrl-Q exits immediately without confirmation + Closes: #159664 - galeon: inconsistent 'close' function availability in + dialogs + Closes: #159849 - Sometimes doesn't display text as ISO-8859-1 + Closes: #161674 - startup crash: g_list_length (all_embeds) == 0 + Closes: #163002 - window title remains static + Closes: #162321 - Galeon creates buggy XBEL-file [Bug#152020: xbel_parse + can't convert Galeon bookmarks] + Closes: #162388 - galeon: sometimes can't select text + Closes: #163877 - galeon opens .pdf files twice (with /usr/bin/xpdf + Closes: #165313 - Galeon crashes when too many tabs and/or windows + Closes: #165514 - Persistent Data Manager window doesn't allow resizing + Closes: #168051 - startup crash: g_list_length (all_embeds) == 0 + Closes: #168270 - galeon: strange crash when switchin to void home page + Closes: #168430 - After using a dropdown in a form, single line edit + cursor becomes invisible + Closes: #169343 - please use Wikipedia for the dictionary applet + Closes: #170260 - galeon: Wrap around for Search in page doesn't + Closes: #172570 - galeon: doesn't set find window as transient + Closes: #173198 - opening an internal reference of a page in a new tab + goes to end of page + Closes: #173305 - missing menu entry + Closes: #173574 - galeon crashes when closing a pop-up windows + Closes: #173644 - galeon: Unable to type into location textbox + Closes: #173889 - Mozilla Bookmark Conversion '&' -> '&' + Closes: #174458 - Send link - use window title, not 'Check this out' + Closes: #175639 - "Copy email address" doesn't unmangle %XX URL + encodings + Closes: #176063 - activating a hyperlink from keyboard puts the target + in the top frame + Closes: #178508 - galeon: starts external viewers twice at times + Closes: #179405 - binary-all packages built in binary-arch rules target + Closes: #180289 - galeon: focus problems + Closes: #182034 - eats all the CPU time and crashes + Closes: #183459 - fails silently when /tmp is not writable + + -- Mark Howard Wed, 9 Apr 2003 18:13:12 +0100 + +galeon-snapshot (1.3.3.20030406-1) unstable; urgency=low + + * New CVS Checkout + - New Middle mouse button actions, editable with gconf + /apps/galeon-snapshot/UI/Mouse/middle_button_action + Closes: #187326 + - Tab close button highlighting fixed. Closes: #187025 + - Image blocking improvements. + - Cookie management improvements + - Find dialog improvements + - Ability to choose tab location /apps/galeon/UI/Tabs/tabbed_position + - Missing gestures reimplemented + * Generate menu icon at build time from upstream icon + * Added note about mailto: (and other) links in README.Debian. + Closes: #187499 + * Fixed buildd bookmark. Thanks Steve. Closes: #187505 + + -- Mark Howard Mon, 7 Apr 2003 16:49:08 +0100 + +galeon-snapshot (1.3.3.20030401-1) unstable; urgency=low + + * New CVS Checkout + - Mozilla progress handling fixed. Download crashes should be fixed. + Closes: #186868. + * Recomment mozilla-mailnews, not mozilla-mail. Closes: #186262 + * Changed package section to gnome + + -- Mark Howard Mon, 31 Mar 2003 20:19:43 +0100 + +galeon-snapshot (1.3.3.20030322-2) unstable; urgency=low + + * Modified wrapper to use mozilla stable, not snapshot. Closes: #186022 + + -- Mark Howard Mon, 24 Mar 2003 07:31:17 +0000 + +galeon-snapshot (1.3.3.20030322-1) unstable; urgency=low + + * New CVS Checkout + * Fixed build depends. Closes: #185445, #185171 + * Now depends on stable mozilla >= 1.3 + * Removed suggests (no longer useful) + * Added mozilla-mail recommendation (required to get mailto: links working, even + with gnome mail handler) + * Rewrote description + * Updated reportbug presubj + * Standards -> 3.5.9. No changes + * As galeon1 conflicts with the Debian mozilla package, we will soon move + galeon2 to the mail galeon package. Please report any bugs you find in + galeon-snapshot + + -- Mark Howard Sat, 22 Mar 2003 10:27:35 +0000 + +galeon-snapshot (1.3.3.20030317-1) unstable; urgency=low + + * New CVS Checkout. + + -- Mark Howard Mon, 17 Mar 2003 11:15:07 +0000 + +galeon-snapshot (1.3.3.20030309-1) unstable; urgency=low + + * New Upstream Release (1.3.3). + "Even though the 1.3.x branch is a development branch, in practice it is + considered stable for every day use." + galeon 2.0 release depends on mozilla 1.3 release + * bonoboui related bugs fixed. Spinner now visible. Closes: #183714 + * User Agent string contains Debian reference. Thanks to Erich Schubert for + the patch. Closes: #183547. + + -- Mark Howard Sun, 9 Mar 2003 17:27:29 +0000 + +galeon-snapshot (1.3.2.20030303-1) unstable; urgency=low + + * New CVS Checkout + - As always, see /usr/share/doc/galeon-snapshot/ChangeLog for the + full details + + -- Mark Howard Mon, 3 Mar 2003 13:05:03 +0000 + +galeon-snapshot (1.3.2.20030223-1) unstable; urgency=low + + * New CVS Checkout + * Compilation problems fixed (hopefully). Closes: #181993 + * Location History fixed Closes: #178041 + + -- Mark Howard Sun, 23 Feb 2003 15:36:28 +0000 + +galeon-snapshot (1.3.2.20030216-1) unstable; urgency=low + + * New CVS Checkout + - Smart Bookmarks can now be created from scratch. Closes: #171677 + * Re-enabled binary stripping (galeon now crashes rarely) + + -- Mark Howard Sun, 16 Feb 2003 15:59:32 +0000 + +galeon-snapshot (1.3.1.20030205-1) unstable; urgency=low + + * New CVS Checkout. + - big-endian arch work has been done. Context menu should now work + (Closes: #168878). This is not the patch submitted to the bts. + + -- Mark Howard Wed, 5 Feb 2003 17:15:42 +0000 + +galeon-snapshot (1.3.1.20030128-1) unstable; urgency=low + + * New CVS Checkout + * Removed ia64 gcc3.0 workaround + * Fixed galeon-snapshot-config-tool (Closes: #178131) + * gnome-control-center 2.2 is now in sid; added dependency. Proxy + problems should be fixed (Closes: #168822) + + -- Mark Howard Tue, 28 Jan 2003 14:58:09 +0000 + +galeon-snapshot (1.3.1.20030122-1) unstable; urgency=low + + * New CVS Checkout. + * Bookmarks menu fixed. Closes: #175329. + * Fixed session saving. Thanks to Graham Wilson for the + patch. Closes: #174905. + * Created patch to fix toc:man toc:info and toc:gnome-help + + -- Mark Howard Wed, 22 Jan 2003 09:25:03 +0000 + +galeon-snapshot (1.3.1.20021231-1) unstable; urgency=low + + * New CVS Checkout. + - Toolbar setup has changed. If you experiance problems, reset your + toolbar setting to default values by running + gconftool-2 -u /apps/galeon/UI/Toolbar/setup + + -- Mark Howard Tue, 31 Dec 2002 17:57:51 +0000 + +galeon-snapshot (1.3.1.20021217-1) unstable; urgency=low + + * New CVS Checkout. + - Now has ability to import bookmarks in XBEL format + May now import galeon1.2 bookmarks (Closes #167405) + * Fixed /usr/share/doc bookmark. + * Schemas typo fixed, stops segfault on startup (Closes #172963, #173289) + * Fixed bookmarks editor icons patch. + + -- Mark Howard Tue, 17 Dec 2002 11:08:43 +0000 + +galeon-snapshot (1.3.1.20021213-1) unstable; urgency=low + + * New CVS Checkout (Includes the second upstream release of 1.3.1, fixing + the problems of the first upstream 1.3.1 release) + - sorry for the long delay since the last snapshot release; we had to wait + for an updated mozilla-snapshot due to api changes. + * Added extra debugging help to the wrapper script + * fixed galeon-config-tool.in patch + * Customised default bookmarks -- Please email me if you want others to be + added, or further customisations to be made. + * Changed some default settings: gestures enabled with right button by + default; home page is myportal: + * Updated README.Debian re: proxy settings + * Moved galeon-snapshot-bin to /usr/lib as it is not a user executable + program. + * The mozilla-snapshot pkgconfig problems stil exist, so autobuilds will + fail with current mozilla-snapshot. + + -- Mark Howard Fri, 13 Dec 2002 10:58:47 +0000 + +galeon-snapshot (1.3.0.20021203-1) unstable; urgency=low + + * New CVS Checkout + * Fixed images in bookmarks editor + * Fixed help menu pointer (Closes: #171423) + * Updated README.Debian + * Fixed program icon + * Fixed menu entry + + -- Mark Howard Tue, 3 Dec 2002 12:04:25 +0000 + +galeon-snapshot (1.3.0.20021129-1) unstable; urgency=low + + * New CVS Checkout + * Built using fixed mozilla & related packages (currently in incoming) + Closes: #171003, #170056 + * Updated build depends (Closes: #170051, #169009) + * Standards -> 3.5.8.0 + * All automated builds will probably fail due to mozilla-snapshot + bug #169929 + + -- Mark Howard Fri, 29 Nov 2002 10:59:33 +0000 + +galeon-snapshot (1.3.0.20021124-1) unstable; urgency=low + + * New CVS checkout + + -- Mark Howard Sun, 24 Nov 2002 14:05:14 +0000 + +galeon-snapshot (1.3.0.20021118-1) unstable; urgency=low + + * New CVS checkout + * Fixed bookmark image links (Closes: #169111) + + -- Mark Howard Sun, 17 Nov 2002 17:00:45 +0000 + +galeon-snapshot (1.3.0.20021110-1) unstable; urgency=low + + * New CVS checkout + * Changed xml references to external dtds. Closes: #167589, #168241 + * Cut & Paste appears to be working correctly now (noting that galeon2 acts + differently to galeon1). Closes: #167403 + + -- Mark Howard Sun, 10 Nov 2002 11:26:41 +0000 + +galeon-snapshot (1.3.0.20021103-1) unstable; urgency=low + + * New CVS checkout - Galeon2 is now feature frozen. + * Fixed mime settings (now point to galeon-snapshot). Closes: #167442 + * No longer stripping the binary as debugging symbols are really useful at + this stage of development. Closes: #162151 + * Provide NautilusView Functionality. Thanks to KUSANO Takayuki + for the patch. Closes: #167402 + * Updated reportbug message + + -- Mark Howard Sun, 10 Nov 2002 11:00:13 +0000 + +galeon-snapshot (1.3.0.20021029-2) unstable; urgency=low + + * New maintainers: + Mark Howard + Alex de Landgraaf , + Bas Zoetekouw + Thanks to Erich Schubert for all his excellent work on + the galeon packages. + * Fixed update-alternatives call. Closes: #167180. + * Added build depend for scrollkeeper. Closes: #167160. + + -- Mark Howard Thu, 31 Oct 2002 08:52:35 +0000 + +galeon-snapshot (1.3.0.20021029-1) unstable; urgency=low + + This probably will be my last upload for some time. + There are already a few Developers planning to take over, + i'm sure they'll do a great job. They've already brought galeon1's + bug number down by a lot ;-) + I already like galeon2 a LOT. It feels much faster than galeon1, and + GTK2 looks so much nicer. Can't await the final releases. + Upstream is planning some modular extension system, so additional + options like JavaScript+Java Toggles in the menu can be added by + plugins - great! + + * new CVS checkout just after the 1.3.0 "release" + (Closes: #164030, #161334, #161384) + * updated my patches (they're getting uglier and uglier :-( ) + * provide x-www-browser alternative with low priority 10 + (postinst, prerm) (Closes: #161751) + * thanks to Takuo KITAME for updating mozilla-snapshot with the + new mozilla patch provided just a few days ago. + (Closes: #162506, #163100, #163693, #162680) + * updated menu file (Closes: #163812) + * updated (build-) dependencies, adding gnome-common (Closes: #166557) + * added "README.build" giving instructions how to update... + + -- Erich Schubert Tue, 29 Oct 2002 21:13:52 +0100 + +galeon-snapshot (1.2.99.20020921-1) unstable; urgency=low + + * new CVS checkout - never uploaded + * applied patch from Tommi Komulainen to add toggles for + java, javascript and popups again. I vote for moving them to the + tools menu... ;) + * provide x-www-browser alternative with low priority 10 + (postinst, prerm) (Closes: #161751) + + -- Erich Schubert Sat, 21 Sep 2002 22:52:28 +0200 + +galeon-snapshot (1.2.99.20020908-1) unstable; urgency=low + + * new CVS checkout + + -- Erich Schubert Sun, 08 Sep 2002 00:17:41 +0200 + +galeon-snapshot (1.2.99.20020828-1) unstable; urgency=low + + * new CVS checkout + * build with new mozilla-snapshot packages (no Xft though) + + -- Erich Schubert Thu, 29 Aug 2002 11:46:32 +0200 + +galeon-snapshot (1.2.99.20020602-1) experimental; urgency=low + + * new CVS checkout (now from sf.net, which is more current than anoncvs) + + -- Erich Schubert Sun, 2 Jun 2002 18:38:59 +0200 + +galeon-snapshot (1.2.99.20020523-1) experimental; urgency=low + + * new CVS checkout + * include schema file now, fixed postinst + + -- Erich Schubert Thu, 23 May 2002 18:59:25 +0200 + +galeon-snapshot (1.2.99.20020521-1) experimental; urgency=low + + * CVS Checkout of HEAD! = VERY unstable + * Needs mozilla-snapshot-gtk2 + * Based upon the galeon 1.2.0 packages as of Debian. + * No split into galeon + galeon-common here yet + * No separate nautilus view either + + -- Erich Schubert Tue, 21 May 2002 18:49:14 +0200 +galeon (1.2.8-2) unstable; urgency=medium + + * Fixed broken /usr/share/doc/galeon/ directory + + -- Bas Zoetekouw Fri, 14 Mar 2003 20:20:23 +0100 + +galeon (1.2.8-1) unstable; urgency=medium + + * Recompiled with gcc-3.2 (closes: #182373) + * Removed nautilus support, as nautilus1 is gone from sid; galeon-nautilus + is now a dummy package that depends on nautilus-gtkhtml (closes: #180511) + * Added patch that adds option to force galeon to run multiple times on one + DISPLAY (closes: #152876, #164198) + * New upstream release + + -- Bas Zoetekouw Thu, 13 Mar 2003 21:31:31 +0100 + +galeon (1.2.7-6) unstable; urgency=low + + * Disabled compiling with -Werror because that caused failures when builing + with gcc-3. + + -- Bas Zoetekouw Fri, 3 Jan 2003 19:41:51 +0100 + +galeon (1.2.7-5) unstable; urgency=low + + * Rebuilt against mozilla 2:1.2.1-2; their upstream version number + seems to have changed between 2:1.2.1-1 and -2 (closes: #172348) + + -- Bas Zoetekouw Mon, 9 Dec 2002 17:39:02 +0100 + +galeon (1.2.7-4) unstable; urgency=low + + * Built against libpng2 (closes #171837, #171839, #171799) + + -- Bas Zoetekouw Thu, 5 Dec 2002 14:27:20 +0000 + +galeon (1.2.7-3) unstable; urgency=low + + * Fixed dependency on nautulus --> nautilus1 (thanks again, Joerg!) + + -- Bas Zoetekouw Wed, 4 Dec 2002 20:32:37 +0000 + +galeon (1.2.7-2) unstable; urgency=low + + * Fixed missing comma in Build-depends (thanks Joerg!) + + -- Bas Zoetekouw Wed, 4 Dec 2002 19:41:39 +0000 + +galeon (1.2.7-1) unstable; urgency=low + + * New upstream version (closes: #171275, #171650) + * Depend on mozilla 1.2.1 and conflict with all others + * New maintainers: Alex de Landgraaf , + Bas Zoetekouw , Erich Schubert + and Mark Howard + * Reworked the packaging + * Removed close-tab-with-sidebar-fix patch (already applied upstream) + * Added support for noopt $DEB_BUILD_OPTIONS option + * Boosted standards-version to 3.5.8 + + -- Bas Zoetekouw Sun, 1 Dec 2002 17:42:02 +0000 + +galeon (1.2.6-2) unstable; urgency=low + + * added x-www-browser alternative (priority 100) + (Closes: #161760, #161757) + * removed purging of gconf files from galeon,galeon-nautilus + was a leftover from the split; having it in galeon-common is enough. + Thanks, Aaron M. Ucko. (Closes: #161602) + * fix typo in -common description (Closes: #151693) + + Maybe someone could have a look at all those old bug reports against galeon. + http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=galeon + has 150 bugs i don't have time to deal with... + + -- Erich Schubert Sat, 21 Sep 2002 23:53:15 +0200 + +galeon (1.2.6-1) unstable; urgency=low + + * new upstream including sidebar support + * build against mozilla 1.1. Doesn't work with mozilla 1.0 + * proxy settings should work on startup (Closes: #134839, #149673) + * acknowldge NMU by J.H.M. Dassen (Ray) (Closes: #159154) + unfortunately that doesn't work any more. + * added libjpeg62-dev, libpng2-dev, libtiff3g-dev, libungif4-dev + to build dependencies (Closes: #157039) + IMHO libgdk-pixbuf-dev is BROKEN. + * using newer debian mozilla include path + * added patch from upstream, so in this package closing the last + tab when sidebar visible doesn't crash galeon. + So we probably have 1.2.7 already ;) + * removed debconf note concerning upgrades + + Sorry, i don't have time for working through all bug reports to check + which of these still apply or are reproducible or reported upstream + and should be tagged forwarded... maybe someone can spend some time + on these bug reports - i have to prepare for some exams. + + Note: reporting bugs to this version of galeon is quite useless... + Upstream is working on galeon2 almost exclusively, which is a completely + new codebase... so chances that bugs in galeon 1.2 will get fixed are + very low... you should report bugs upstream, too. + * modified reportbug prejub note accordingly. + + -- Erich Schubert Sun, 15 Sep 2002 16:46:12 +0200 + +galeon (1.2.5-1.1) unstable; urgency=low + + * NMU + * Rollback of GNOME1 png2 -> png3: + Updated libgnome-dev, libgdk-pixbuf-dev, libgdk-pixbuf-gnome-dev, + libglade-gnome0-dev, libnautilus-dev build dependencies. + * With these updates, the build dependencies are sane again. + (Closes: #157039) + + -- J.H.M. Dassen (Ray) Sun, 1 Sep 2002 17:26:44 +0200 + +galeon (1.2.5-1) unstable; urgency=low + + * new upstream (only minor bug fixes, new translation) + * won't complain about mozilla 1.0 final (Closes: #149755) + * removed some unnecessary files from diff + * dependencys now using ${Source-Verson} + + -- Erich Schubert Wed, 12 Jun 2002 23:46:28 +0200 + +galeon (1.2.3-6) unstable; urgency=high + + * i resign... i should no longer mess with galeon packaging, i have + broken enough... damn. i performed very badly these days... + two tries to fix the postinst, two tries for the dependency... + i should be very ashamed... + * fixed dependency on galeon-common (Closes: #148902, #148949) + + -- Erich Schubert Tue, 4 Jun 2002 00:36:28 +0200 + +galeon (1.2.3-5) unstable; urgency=high + + * ok, ok... i remove that dependency on mozilla-mailnews again. + but i HAD reports that mailto: links did have serious problems, + and that were resolved by installing mozilla-mailnews... But more + users habe been screaming at me that it works for them without + mozilla-mailnews. (Closes: #148637, #148877, #148849) + * fixed dependency on galeon-common (Closes: #148902, #148903) + + -- Erich Schubert Mon, 3 Jun 2002 16:43:22 +0200 + +galeon (1.2.3-4) unstable; urgency=high + + * the "learn the details of 'test'" release... + * fixed postinst again - now ignores correct symlinks (Closes: #148839) + + -- Erich Schubert Mon, 3 Jun 2002 00:14:20 +0200 + +galeon (1.2.3-3) unstable; urgency=high + + * the "don't forget to change what you wanted to change before uploading" + release... /me slaps himself with a big trout... + * fixed postinst + + -- Erich Schubert Sun, 2 Jun 2002 17:02:40 +0200 + +galeon (1.2.3-2) unstable; urgency=high + + * Fix dependencies on mozilla (Closes: #148796, #148797) + (mozilla rc3 required) + * make sure that /usr/share/doc/galeon is a symlink, not an empty + dir in the postinst. (Closes: #148802, #146475) + * added mozilla-mailnews to depends, so mailto: links work properly + (Closes: #133319, should close 148637) + * Upstream fixed in 1.2.3 version: + - image for submit buttons (Closes: #145818) (security fix) + don't save image file, could trick the user to overwrite any file + * move galeon nautilus OAF file to galeon-nautilus package + + -- Erich Schubert Sun, 2 Jun 2002 14:19:21 +0200 + +galeon (1.2.3-1) unstable; urgency=high + + * New upstream version. + * Compatible with mozilla 1.0 rc3 (Closes: #148559) + * Made /usr/share/doc/(galeon|galeon-nautilus) symlinks to galeon-common + * Removed some patches that are merged upstream (thanks tko :P) + * Make the SMB arrows stay put. (thanks tko :>) + * Fix a memory leak with favicons. (thanks tko :D) + + -- Jared Johnson (Debian) Thu, 30 May 2002 13:31:37 -0500 + +galeon (1.2.1-2) unstable; urgency=high + + * Hey.. who's this uploading a galeon package... could it be... + THE MAINTAINER OF GALEON! stop the presses + * debian/galeon.templates: + debian/galeon.templates.es: + *Apply new, non-stupid spanish translation + (Thank you Carlos Valdivia, Santiago Vila!) + (Closes: #144252) + * +debian/patches/sectooltip_bts143615.dpatch: + *Fix 2 of the 3 cases where security icon/tooltip were not being updated. + Third case is a mozilla bug. + (Thanks Erich Schubert, Crispin Flowerday!) + (Closes: #143615) + * +debian/patches/mkdir_bts122072.dpatch: + *Save files, create ~/.galeon and subdirs with correct permissions + (Thanks Philippe Troin!) + (Closes: #122072) + * debian/control: + *Moved depends: gconf2 | gconf, scrollkeeper (>= 0.3.6), debconf from + galeon and galeon-nautilus to galeon-common + (Closes: #144320) + *Moved conflicts: gconf (<= 1.0.8), gconf2 (<= 1.1.8), galeon-beta from + galeon and galeon-nautilus to galeon-common + + -- Jared Johnson (Debian) Wed, 24 Apr 2002 18:34:31 -0500 + +galeon (1.2.1-1) unstable; urgency=high + + * Backup-Maintainer Upload + * new upstream release, compatible to mozilla 1.0 RC 1 + * split off galeon-common package, that is shared between all archs + and between galeon and galeon-nautilus + * Urgency high to get this into woody. + * Should fix a couple of forwarded bugs, but i need to get this release + out for woody, can't re-check all of them now. + + -- Erich Schubert Mon, 22 Apr 2002 00:18:07 +0200 + +galeon (1.2.0-6) unstable; urgency=low + + * Backup-Maintainer Upload + * the "if you have three CFLAGS, change all three" release. + * made fix for 64-bit on alpha cleaner as suggested by upstream. + * set debian-version for ia64 too, so it builds again (Closes: #142777) + * added fix for polish translation (Closes: #142573) + + -- Erich Schubert Thu, 11 Apr 2002 22:46:16 +0200 + +galeon (1.2.0-5) unstable; urgency=medium + + * Backup-Maintainer Upload, the + "i can't keep my hands off galeon, but vacations have ended now." release + * extracted patch from upstream cvs (Closes: #139914) + Ctrl+Home key handled by mozilla only while in input fields. + * GTM error message now recommends installing the package, not + downloading gtm from the homepage. (Closes: #142344) + added german translation for this message, too. + * further updates/additions to README.Debian (Closes: #141907) + * added Debian/Version to the useragent string like mozilla did. + * added "sleep 5" to mailcap mime entry, so galeon has a change to + load the web pages (Workaround for #122768) + * added option so you can use evolution now directly, not only + via gnome handler (you can no pass the url via %u to mail handlers) + * added gnus to mail handler choices. (Closes: #136285) + * move downloader to current workspace when downloading (Closes: #142452) + + -- Erich Schubert Thu, 11 Apr 2002 22:46:16 +0200 + +galeon (1.2.0-4) unstable; urgency=medium + + * Backup-Maintainer Upload + * the "i begin to really like autoconf" release. + * Added new package galeon-nautilus, which is galeon with nautilus + view enabled (use galeon to view html pages in nautilus) + Thanks to asuffield, ljane and the others on #debian-devel who + pointed me to the nice features of autoconf ;) + i had never imagined it would be that easy to do this. + + -- Erich Schubert Sat, 6 Apr 2002 00:54:43 +0200 + +galeon (1.2.0-3) unstable; urgency=medium + + * Backup-Maintainer Upload + * Fix for building galeon on 64 Bit archs (Closes: #141361) + + -- Erich Schubert Sat, 6 Apr 2002 00:54:43 +0200 + +galeon (1.2.0-2) unstable; urgency=low + + * Backup-Maintainer Upload + * The "migrating from -0.x to -1 is difficult" release ;) + i had removed the orig.tar.gz from the upload, because it was uploaded + with -0.1 already... seems like i removed it from one file to much... + * now using dpatch for a nicer build process ;) + * re-upload with the orig.tar.gz in the .dsc file. (Closes: #141073) + + -- Erich Schubert Thu, 4 Apr 2002 15:40:07 +0200 + +galeon (1.2.0-1) unstable; urgency=low + + * Backup-Maintainer Upload + probably my last for some time, Jared Johnson is back from work ;) + * Depends: scrollkeeper (>= 0.3.6) (Closes: #140208) + * Spanish Translation of debconf files (Closes: #140109) + Thanks, Adrian De Leon. + * gconf2 is fixed ;) can remove most of the wrapper now. + the wrapper is now cleaning the installed schema files. + * removed note about form submission problems from the readme, + as i have been told that my new fix fixed it automatically ;) + * fixed sed in config (Closes: #140856, #139558) + + -- Erich Schubert Tue, 2 Apr 2002 16:27:02 +0200 + +galeon (1.2.0-0.6) unstable; urgency=high + + * NMU + * move from non-US to main + * keep urgency "high" to push the fix for (Closes: #139575) + feedback is quite good, seems like i squashed this bug. + * forgot to update the date of the previous upload... + correct timestamp would be about Tue, 26 Mar 2002 16:25:00 +0100 + * added myself to "Uploaders:", as backup-maintainer for galeon. + + -- Erich Schubert Tue, 26 Mar 2002 22:20:20 +0100 + +galeon (1.2.0-0.5) unstable; urgency=high + + * NMU + * added scrollkeeper-update to the postinst script + * added note to README.Debian that you might need to kill your oafd + * improved hotfix for the default-charset locales issue. + (should improve #139575) + if you cannot submit forms, read the README.Debian! + * improved restart-servermode fix + * improved wrapper and config script (thanks Jochen Hein, Closes: #139558) + * removed reportbug script to check for gconf2, depending + on gconf | gconf2 does this job in a nicer fashion ;) + + -- Erich Schubert Wed, 20 Mar 2002 13:33:55 +0100 + +galeon (1.2.0-0.4) unstable; urgency=low + + * NMU + * corrected README.Debian part about "Bypass Proxy", which is bad + titled for "Refresh at/in Proxy", causing your proxy to reload + the page, but not disabling the proxy for this reload... + * found the bug i added the debug statements for (#137487) + which might not be related to that bug, but to a different + locales bug. Added a hotfix hack for that. + Needs to be solved by upstream nicely, l10n issue with gconf. + (l10n needs to be done for galeon.schema file) + + -- Erich Schubert Sat, 16 Mar 2002 22:39:46 +0100 + +galeon (1.2.0-0.3) unstable; urgency=low + + * NMU + * added French translation of debconf templates (Closes: #138527) + please contribute further translations! (available: de,fr,ru) + * added reportbug script to check for gconf2 + * added missing docs, including README.ExtraPrefs (Closes: #138579) + * put encoding selector at the top in font selector (Closes: #138299) + * added folding of smart bookmarks with wheel + * added some notes to README.Debian + * removed a line lintian complains about from postinst, report if + installation problems occur (no longer removing /tmp/orbit-root) + + -- Erich Schubert Sat, 16 Mar 2002 22:39:46 +0100 + +galeon (1.2.0-0.2) unstable; urgency=low + + * NMU + * further server mode fixes (unregister at sessionmanagent on timeout) + * small wrapper fix: do create .galeon dir if nonexistant. + * added note about AA to README.Debian + * explicitely disable nautilus view (really Closes: #137294) + + -- Erich Schubert Fri, 15 Mar 2002 09:05:02 +0100 + +galeon (1.2.0-0.1) unstable; urgency=low + + * NMU + * Build against Mozilla 0.9.9 + * Small wrapper fixes + * using a different approach to fullscreen, please send feedback + if this works with all window managers!! + * added some debug statements for debugging #137487 + * respawn when server mode (Closes: #136770) + * Docs should now be complete. (Closes: #134946, #125952) + * doesn't require libnautilus (Closes: #137294) + * small patch for galeon-config-tool (Closes: #138000) + * New Upstream Release (1.0.3 doesn't build with moz 0.9.9) + Closes: #129675, #115381, #130493, #131663, #126565, #118317 + Closes: #112911, #103358, #119790, #121085, #113425, #122417 + * thus replacing, conflicting, providing galeon-beta + + -- Erich Schubert Wed, 13 Mar 2002 15:07:04 +0100 + +galeon (1.0.3-0.7) unstable; urgency=low + + * NMU + * Hopefully the last release of 1.0.3 + * Build against Mozilla 0.9.9 + * Recommends libgdkxft0 now + * Small wrapper fixes + + -- Erich Schubert Tue, 12 Mar 2002 13:02:40 +0100 + +galeon (1.0.3-0.6) unstable; urgency=medium + + * NMU + * Pre-Depends probably is a bad idea, versioned depends on gconf now + (Closes: #136897, sorry bad bug number before) + * Added "Replaces: galeon-beta" to allow easier switching + especially when galeon 1.2 comes out, many will want to stay with + that one for some time ;) + + -- Erich Schubert Thu, 7 Mar 2002 15:15:11 +0100 + +galeon (1.0.3-0.5) unstable; urgency=medium + + * NMU + * extended wrapper hack for gconf problems (stores version number) + * Pre-Depends on gconf now. (Closes: #136807) + hopefully this also Closes: #134377 (mysterious bug) + * made config script more tolerant hopefully + * fixed template (Closes: #136485) + added russian translation thanks to ilgiz kalmetev (Closes: #136923) + * server mode will be restarted by session (Closes: #136708) + + -- Erich Schubert Wed, 6 Mar 2002 12:59:48 +0100 + +galeon (1.0.3-0.4) unstable; urgency=medium + + * NMU + * Removed conflict with gconf2 again + * Modified wrapper and galeon-config-tool. + this is a hack, but seems to work... (Closes: #133799) + * Build using gcc-3.0 on ia64 (Thanks Matt Chapman) + * Ugly hack to prevent automake reconfiguration + + -- Erich Schubert Mon, 18 Feb 2002 13:49:17 +0100 + +galeon (1.0.3-0.3) unstable; urgency=low + + * NMU: Conflicts with gconf2 + Four bugreports that solve by uninstalling gconf2 is enough. + * small fix by Alisdair McDiarmid (Closes: #132854) + + -- Erich Schubert Wed, 13 Feb 2002 19:34:27 +0100 + +galeon (1.0.3-0.2) unstable; urgency=low + + * NMU: Just build against mozilla 0.9.8 + + -- Takuo KITAME Mon, 11 Feb 2002 23:17:08 +0900 + +galeon (1.0.3-0.1) unstable; urgency=low + + * Non-maintainer upload + * the "lost my own patches" upload ;) + * New upstream version + * removed patches that are now in upstream source, too + * upstream improved printing and minor bugs + * really remove that panel dependency (Closes: #127832) + * really added recommends: mozilla-psm (Closes: #123614) + + -- Erich Schubert Thu, 7 Feb 2002 00:18:14 +0100 + +galeon (1.0.2-0.2) unstable; urgency=low + + * Non-maintainer upload with Jared's ok + * Dependencies: + panel applet is broken upstream, removed dependency (Closes: #127832) + build-depends scrollkeeper (part of #127200) + recommending mozilla-psm (Closes: #123614) + * added localstatedir to ./configure (Closes: #127200) + * fixed galeon wrapper (Closes: #126722) + * icon pixmap now in /usr/share/pixmaps (Closes: #126397) + * added control files for reportbug (Closes: #130169) + * purging now correctly removes gconf schemas (Closes: #122628) + * clean process now removes some more leftovers + * stolen from CVS: removed duplicate confirmation when overwriting a + saved session (Closes: #117978) + * applied patches are in debian/applied_patches for reference + * fixed mutt entry for mail client (Closes: #121890) + * less upgrade warnings (ignore last component of version, + so only warning when upgrading from < 1.0) (Closes: #121937) + + -- Erich Schubert Sun, 3 Feb 2002 00:22:37 +0100 + +galeon (1.0.2-0.1) unstable; urgency=low + + * Non-maintainer upload at Jared's request. + * New upstream version to work with Mozilla 0.9.7. + + -- Robert McQueen Sat, 29 Dec 2001 19:04:47 +0000 + +galeon (1.0-2) unstable; urgency=low + + * ui/*.glade: + changed all occurances of GTK_WIN_POS_NONE to GTK_WIN_POS_CENTER + * debian/control, +debian/shlibs.local: + build dep on libgnome-vfs-dev >= 1.0.3-2, use shlib v00d00 ski11z to + depend on libgnome-vfs0 >= 1.0.3-2, to pull in libgnomevfs-pthread.so + (closes: #121795) + * debian/rules, -debian/pixmaps/galeon.png.uue, debian/pixmaps/galeon.xpm: + hehe, they were right... guess the new super spiffy galeon icon was + neither new nor super spiffy ;> + (closes: #121536, #121592) + + -- Jared Johnson (Debian) Fri, 30 Nov 2001 01:46:30 -0600 + +galeon (1.0-1) unstable; urgency=low + + * New upstream version + (closes: #112922, #117782, #118551, #113837, #116379, #120342, #117867) + (closes: #114668, #114781, #121063) + * debian/galeon.mime: don't try to run in console (thanks Craig Small) + (closes: #116880) + * debian/scripts/galeon.wrapper: work around faulty handling of DISPLAY + (thanks to Manuel Estrada Sainz ) + (closes: #111712) + * Try to make note look alittle better in debconf... maybe + * src/mozilla/ContentHandler.cpp: apply small patch to fix crasher + (Thanks phillipl) + (closes: #115562) + * src/mozilla/TOCProtocolHandler.cpp: use /usr/share/man rather than/usr/man + (Thanks David) + (closes: #117164) + * debian/control: suggest nautilus, for inline man page & gnome help display + (closes: #121352) + * src/newuser_callbacks.c ui/galeon.glade: + -oops... restore patch to include debian bookmarks and some custom icons + -add "source:package" to tooltip for packages.d.o + * debian/pixmaps/galeon.xpm debian/pixmaps/galeon.png.uue debian/rules: + replace menu/logo icons with super-spiffy jimmac icon + + -- Jared Johnson (Debian) Sat, 24 Nov 2001 09:38:31 -0600 + +galeon (0.12.8-1) unstable; urgency=low + + * New upstream version + * Compile against mozilla 0.9.6 (closes: #120596) + + -- Jared Johnson (Debian) Thu, 22 Nov 2001 12:26:18 -0600 + +galeon (0.12.7-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release (closes: #118807) + * fix gconf with sudo problem (closes: #116898) + * Build-Depends: xml-i18n-tools renamed to intltool + + -- Takuo KITAME Sun, 11 Nov 2001 04:29:02 +0000 + +galeon (0.12.4-0.2) unstable; urgency=low + + * Non-maintainer upload + * add Brazilian Portuguese template thanks to + Andre Luis Lopes (closes: #116426) + * add German template thanks to Sebastian Feltel + (closes: #114970) + * add db_stop at end of postinst (closes: #112774) + + -- David Kimdon Sun, 21 Oct 2001 22:00:46 -0700 + +galeon (0.12.4-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release + * versioned suggest on gtm (closes: #115387) + * rebuild with mozilla 0.9.5 (closes: #115667) + * fix permmissions on galeon.xpm + * remove depend on libxml, it will be pulled in by gconf + * let shlibdeps find gconf, don't need to list it explicitly + + -- David Kimdon Mon, 15 Oct 2001 10:21:24 -0700 + +galeon (0.12.3-1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release (closes: #113511) + no longer crases on url toc:man (closes: #113319) + * Depend on gconf (closes: #114450) + * Build depend on libwrap-dev0 (closes: #114417) + * fix galeon-config-tool (closes: #113220) + * add "Web browsers" hint to menu (closes: #114318) + * add menu icon (closes: #113591) + * fix gconf permissions in postinst (closes: #113091) + * register as mime program (closes: #114363) + + -- David Kimdon Mon, 8 Oct 2001 19:10:41 -0700 + +galeon (0.12.1-1) unstable; urgency=low + + * New upstream version. + (closes: #109048, #111255, #107141, #108281, #110011, #111716, #109264, #109315, #111853, #106312, #108646, #108955, #112470, #112469) + Upstream is "pretty sure" some of these were fixed, Chime in if they're not. + * Build against mozilla 2:0.9.4-1, change debian/control to reflect this + * Rename manpage from galeon-config-clean to galeon-config-tool + * Correct names and add options to galeon-config-tool manpage + * Don't add galeon-config-clean script, it's included upstream now + * Modify debconf template to reflect new script name galeon-config-tool + * Re-patch galeon.glade and newuser_callbacks.c to be a little neater + * Add fix in postinst for dumbassed gconf bug. Hope it works. + * Build dep on gconf <= 1.0.4 because of dumbassed gconf bug. + * Applied patch for alpha build. Sorry for the delay, thanks for the patch Falk Hueffner + (closes: #110839) + * Add --disable-install-schemas to prevent gconftool from trying to screw with schemas during build. + * Add build dependancy on libgdk-pixbuf-gnome-dev + + -- Jared Johnson (Debian) Mon, 17 Sep 2001 03:15:16 -0500 + +galeon (0.11.5-3) unstable; urgency=low + + * Modified sed stuff in galeon.conf to be slightly betters and faster + (Thanks Michael Weber) + * Modified galeon.templates to mention in warning that cookies will also + be deleted, thanks Daniel Stone + * Fixed typo in control description, Thanks Colin Walters + * Modified configopts to use /usr/lib/mozilla instead of /usr/lib and + /usr/lib/mozilla-0.9.3 + * I _think_ that mozilla now works without mozilla-mailnews as of mozilla + 0.9.3 or 0.9.3+0-1... think.... please please re-open this bug and help + determine the cause if this is not the case! (closes: #107146) + + -- Jared Johnson (Debian) Sat, 18 Aug 2001 04:13:40 -0500 + +galeon (0.11.5-2) unstable; urgency=low + + * Add a warning about configuration breakages when upgrading upstream version + (thanks to old mozilla by frank for the simple version comparison example) + (thanks to Daniel Stone and Steven Kowalik for the fancy sh-isms) + (I bet all these additional notes make it look more complex than it is) + * Added build dependancy on debconf (see above) + * Added galeon-config-clean to remove galeon user config folders + Thanks for demonstrating the need for this, Tobias Hunger! + (closes: #107462) + * Added crappy manual page for galeon-config-clean + * Moved scripts to debian/scripts/ + * Added postinst in order to get dh_installdebconf to work (thanks konqueror) + * Added Provides: www-browser, thank you Ray(?) Dassen (closes: #108620) + * Use `install` instead of cp to install binaries! i'm lame :) + + -- Jared Johnson (Debian) Mon, 13 Aug 2001 17:06:06 -0500 + +galeon (0.11.5-1) unstable; urgency=low + + * New upstream version + * Compile against mozilla 0.9.3 (closes: #108366) + * Update configopts with new paths for 0.9.3 + * Fix control to conflict and build-conflict with >=2:0.9.4 + (closes: #108368) + * Add dependancy on mozilla-mailnews :_( anyone want to figure out + Bug # 107146, then perhaps i'll be able to not dep on it :( + * Change maintainer field to match my new gpg key (which still needs to get + into the debian keyring :-( + * Move all icons to install target, not just replacements (easier for me) + * Add manpage for galeon-bin using galeon.links and dh_link + + -- Jared Johnson (Debian) Mon, 13 Aug 2001 11:08:57 -0500 + +galeon (0.11.3-1.1) unstable; urgency=low + + * Non-maintainer upload + * The 'when-will-solomon-give-me-a-package-that-builds-properly' + release. + * Added build-dep on sharutils. + + -- Robert McQueen Sun, 29 Jul 2001 14:27:22 +0100 + +galeon (0.11.3-1) unstable; urgency=low + + * New upstream version (closes: #104578, #105409, #106266, #106524) + * Added dep on libpanel-applet0, thanks Guus Sliepen and Henry House! + (closes: #104336, #106027) + * Changed libxml deps to 1.8.14, thanks Ilya Konstantinov! (closes: #105754) + * Replaced debian bugs smart bm icon with nicer one + * debian/rules + +debian/pixmaps/* + +ui/debianbts.png + +ui/usenet.png + +ui/dogpile.png + +ui/yahoo.png + +ui/dictionary.png + ui/debian.png + ui/google.png + ui/Makefile.am + ui/Makefile.in + ui/galeon.glade + src/newuser_callbacks.c + - Added some nifty icons and notes for tooltips to smart bookmarks + - Replaced smart bookmark for rpmfind with Debian BTS yip! (closes: #102830) + - applied nd's nice patch to include notes in smart bookmarks + - added icons i made for all the default smart bookmarks and replaced + galeon release's google and packages.d.o icons... uudecode them from + debian/pixmaps/* in build target, clean them in clean target, w000t. + + -- Jared Johnson Sat, 28 Jul 2001 09:16:45 -0500 + +galeon (0.11.1-1) unstable; urgency=low + + * New upstream version (closes: #103876, #103737) + * Removed www.debian.org default homepage, MyPortal is nicer + * Updated control with some versioned deps specified by galeon upstream + * Remove dh_undocumented from debian/rules: galeon upstream has a manpage + now! (closes: #102382) + * Add wrapper script to unset MOZILLA_FIVE_HOME... this should resolve most + issues with libs etc. in the wrong locations, those that aren't resolved, + well, people should monitor their own local installations :) + (closes: #101962) + * Add deps to libxml >=1.8.13 due to incompatibilities + * Fix another typo in control description, s/minimual/minimal/ + + -- Jared Johnson Sun, 8 Jul 2001 14:21:58 -0500 + +galeon (0.11.0-1.1) unstable; urgency=low + + * Non-maintainer upload (minor lintian fixes for sponsored upload) + * Upload to sid (closes: #75633, #68766, #70555, #86944) + * Added dh_undocumented link for galeon.1 + * Removed ABOUT-NLS, COPYING and COPYING.README and INSTALL from + debian/docs + * Corrected spelling error in description, complient -> compliant + * Corrected debian/menu file, X11|text|vc|wm -> X11 + * Removed hack-macros dir from diff - upstream now provides configure + script + * Edited debian/rules with solomon to fix clean target if autogen.sh + was used + + -- Robert McQueen Sun, 17 Jun 2001 02:30:29 +0100 + +galeon (0.11.0-1) unstable; urgency=low + * control: move to non-US/main + * control: remove unneeded build deps + * Get rid of wrapper script, galeon-bin is now galeon + * Use proper config command based on existance of configure... + * Added nifty Makefile-foo for the above operation and the rest, thanks luca + * Use sed to change start page to www.debian.org + + -- Jared Johnson Sat, 16 Jun 2001 12:51:26 -0500 + +galeon (0.11.0-0.1) unstable; urgency=low + + * Rebuilt from scratch (new debhelper/standards version etc) + * New Upstream + * Building against probably-soon-to-be-in-debian myth's moz 0.9.1 + * Changed long description slightly (is galeon really light?!) + * Changed dependancy from mozilla to mozilla-browser (>= 2:0.9.1) + * Commented some unneeded dh crap i never bothered with + * Now link to undocumented manpage + * Now build with autogen.sh and clean with make maintainer-clean + * Add hack-macros to root of source tree to allow autogen.sh build + * Two above changes will hopefully make cvs scripts same as release + * Use DESTDIR in make install, hrm i hope that works + * Added --with-mozilla-home=/usr/lib/mozilla-0.9.1 + * Added a bunch of build depends, thanks ashrida + * NOTE: this is a test package, hrm i hope all these changes work right + + -- Jared Johnson Tue, 12 Jun 2001 11:19:37 -0500 + +galeon (0.10.5-0.1) unstable; urgency=low + + * New Upstream + * Built against unofficial mozilla 0.8.1 debs from markybob.com + + -- Jared Johnson Fri, 20 Apr 2001 17:10:15 -0500 + +galeon (0.8+0.9pre3-0.1) unstable; urgency=low + + * New upstream + + -- Jared Johnson Sun, 28 Jan 2001 17:22:47 -0600 + +galeon (0.8+0.9pre2-0.1) unstable; urgency=low + + * New upstream + + -- Jared Johnson Sun, 21 Jan 2001 15:41:48 -0600 + +galeon (0.8.3-0.1) unstable; urgency=low + + * New upstream + + -- Jared Johnson Wed, 27 Dec 2000 21:29:48 -0600 + +galeon (0.8.1-0.1) unstable; urgency=low + + * New upstream + + -- Jared Johnson Tue, 28 Nov 2000 22:24:27 -0600 + +galeon (0.8-0.2) unstable; urgency=low + + * Fixed alsa dependancy i hope + + -- Jared Johnson Sat, 11 Nov 2000 15:46:16 -0600 + +galeon (0.8-0.1) unstable; urgency=low + + * New upstream + + -- Jared Johnson Wed, 8 Nov 2000 02:57:28 -0600 + +galeon (0.7.7-0.2) unstable; urgency=low + + * Fixed dependancy goof + + -- Jared Johnson Sun, 22 Oct 2000 23:45:02 -0500 + +galeon (0.7.7-0.1) unstable; urgency=low + + * Building against M18 woody packages + * Removed startup script which is no longer needed + + -- Jared Johnson Sun, 22 Oct 2000 06:59:53 -0500 + +galeon (0.7.6-1) unstable; urgency=low + + * New upstream version + + -- Jared Johnson Mon, 9 Oct 2000 12:09:22 -0500 + +galeon (0.7.5-1) unstable; urgency=low + + * Initial Release of made-from-scratch deb. Bug me if There are problems. + + -- Jared Johnson Fri, 22 Sep 2000 08:23:04 -0600 + +Local variables: +mode: debian-changelog +End: --- galeon-2.0.6.orig/debian/galeon-common.install +++ galeon-2.0.6/debian/galeon-common.install @@ -0,0 +1,5 @@ +debian/lintian/galeon-common usr/share/lintian/overrides +debian/pixmaps/galeon.xpm usr/share/pixmaps +debian/tmp/usr/share +debian/tmp/etc +debian/tmp/usr/bin/galeon-config-tool --- galeon-2.0.6.orig/debian/galeon-common.prerm +++ galeon-2.0.6/debian/galeon-common.prerm @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +case "$1" in + remove|upgrade|deconfigure) + # unregister Galeon as an alternative for gnome-www-browser + update-alternatives --remove gnome-www-browser /usr/bin/galeon || true + # and for for x-www-browser + update-alternatives --remove x-www-browser /usr/bin/galeon || true + ;; +esac + +#DEBHELPER# + --- galeon-2.0.6.orig/debian/watch +++ galeon-2.0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/galeon/galeon-([0-9.]*).tar.gz --- galeon-2.0.6.orig/debian/galeon-common.menu +++ galeon-2.0.6/debian/galeon-common.menu @@ -0,0 +1,7 @@ +?package(galeon):needs="X11" section="Applications/Network/Web Browsing" \ + title="Galeon" \ + longtitle="Galeon Web Browser" \ + hints="Web browsers,Mozilla,GNOME" \ + icon="/usr/share/pixmaps/galeon.xpm" \ + command="/usr/bin/galeon" \ + description="Browse the web" --- galeon-2.0.6.orig/debian/galeon-common.postinst +++ galeon-2.0.6/debian/galeon-common.postinst @@ -0,0 +1,21 @@ +#!/bin/sh + +set -e + +case "$1" in + configure|abort-upgrade) + # register Galeon as an alternative for x-www-browser + update-alternatives --install /usr/bin/x-www-browser \ + x-www-browser /usr/bin/galeon 120 \ + --slave /usr/share/man/man1/x-www-browser.1.gz \ + x-www-browser.1.gz /usr/share/man/man1/galeon.1.gz + # and for gnome-www-browser + update-alternatives --install /usr/bin/gnome-www-browser \ + gnome-www-browser /usr/bin/galeon 120 \ + --slave /usr/share/man/man1/gnome-www-browser.1.gz \ + gnome-www-browser.1.gz /usr/share/man/man1/galeon.1.gz + ;; +esac + +#DEBHELPER# + --- galeon-2.0.6.orig/debian/rules +++ galeon-2.0.6/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk + +DISTRIBUTOR := $(shell lsb_release -is) + +# Tweak User-Agent which users might also see in the "about:" page; this is +# information disclosure, but we want the User-Agent to reflect the OS for +# stats such as Netcraft's +USERAGENT_VENDORSUB := $(DEB_UPSTREAM_VERSION) ($(DISTRIBUTOR) $(DEB_VERSION)) + +DEB_CONFIGURE_EXTRA_FLAGS += \ + --enable-nautilus-view=no \ + --with-mozilla=libxul-embedding-unstable \ + --with-useragent-vendorsub="$(USERAGENT_VENDORSUB)" + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +common-install-indep:: + # decode new icons, replace sucky icons + for i in $(wildcard $(CURDIR)/debian/pixmaps/*.uue); do \ + uudecode \ + -o $(CURDIR)/debian/tmp/usr/share/galeon/`basename $$i .uue` \ + $$i; \ + done + --- galeon-2.0.6.orig/debian/galeon-common.docs +++ galeon-2.0.6/debian/galeon-common.docs @@ -0,0 +1,8 @@ +AUTHORS +FAQ +FAQ.html +NEWS +README +README.ExtraPrefs +THANKS +TODO --- galeon-2.0.6.orig/debian/galeon.README.Debian +++ galeon-2.0.6/debian/galeon.README.Debian @@ -0,0 +1,43 @@ +Galeon in Debian +---------------- + +FAQ +--- +The Galeon FAQ is available in both HTML and text format in the files: + /usr/share/doc/galeon-common/FAQ.gz + /usr/share/doc/galeon-common/FAQ.html + +Hidden Settings +--------------- +There are lots of 'hidden' settings accessible via gconf-editor, for example to +enable gesture support. Many of these are documented in: + /usr/share/doc/galeon-common/README.ExtraPrefs.gz + +GNOME integration +----------------- +Galeon is a GNOME-aware application. Many default settings are taken from +GNOME desktop settings. These can be set up in the GNOME preferences. In +particular, these settings are used: + - proxies + - text/images in toolbar items + - URL handlers (see below) + +"mailto:" and other URL schemes +------------------------------- +When Galeon is unable to handle a particular URL scheme or file type, it will +turn to GNOME for help. For regular files, it will give a list of applications +to choose from -- depending of the MIME type -- and an option to download the +file. For some URL schemes, it will launch the gnome handler. These should be +configured via GNOME preferences. + +Mozilla parameters +------------------ +In some particular cases, you might need to setup the underlying Mozilla +components of Galeon. This can be done via the .galeon/mozilla/galeon/user.js +file. For example, to enable SSLv2 (which is disabled by default for security +reasons), insert the following JavaScript snipset: + // SSLv2 is disabled by default because of security issues + user_pref("security.enable_ssl2", true); + +You can list other values by visiting the "about:config" page. + --- galeon-2.0.6.orig/debian/galeon.NEWS +++ galeon-2.0.6/debian/galeon.NEWS @@ -0,0 +1,14 @@ +galeon (2.0.5-1) unstable; urgency=low + + This new upstream release, quoting upstream, "compiles with xulrunner 1.9, + but a lot of functionality is disabled due to being no longer exposed by + xulrunner (or not working) + - MyPortal + - User stylesheets + - Remembering passwords + - http authentication + - Support for external mailers which don't understand mailto: urls is + completely removed. Pretty much all modern mailers support them now." + + -- Loic Minier Thu, 03 Jul 2008 15:23:54 +0200 + --- galeon-2.0.6.orig/debian/galeon.install +++ galeon-2.0.6/debian/galeon.install @@ -0,0 +1,4 @@ +debian/lintian/galeon usr/share/lintian/overrides +debian/reportbug/presubj usr/share/bug/galeon +debian/tmp/usr/lib +debian/tmp/usr/bin/galeon --- galeon-2.0.6.orig/debian/copyright +++ galeon-2.0.6/debian/copyright @@ -0,0 +1,112 @@ +This package was debianized by Jared Johnson on +Tue, 12 Jun 2001 11:19:37 -0500. + +It was downloaded from . + + +Upstream Authors +================ + +Philip Langdale +Tommi Komulainen +Ricardo Fernández Pascual +Yanko Kaneti +Crispin Flowerday + +Past Developers: + +Marco Pesenti Gritti +Remco de Jong +Nate Case +Bob Phan +Matt Aubury +Joshua Horvath +Matthew Mueller +Jorn Baayen +Daniel Erat +Christophe Fergeau + + +Copyright Holders +================= + +Copyright (C) 2003, 2004, 2005 Crispin Flowerday +Copyright (C) 2002, 2003 Ricardo Fernández Pascual +Copyright (C) 2000, 2001, 2002, 2003 Marco Pesenti Gritti +Copyright (C) 2003, 2004, 2005, 2006 Christian Persch +Copyright (C) 2002 Jorn Baaye +Copyright (C) 2001, 2002, 2003, 2004 Philip Langdale +Copyright (C) 2003-2006 The Galeon Developers +Copyright (C) 2003, 2004 Tommi Komulainen +Copyright (C) 2000, 2001 Eazel, Inc. +Copyright (C) 2002 Christophe Fergeau +Copyright (c) 1996,1997,1998,1999 Mark F. Willey, ETLA Technical +Copyright (C) 2001 Matthew Aubury +Copyright (C) 2000 Nate Case +Copyright (C) 2005 Adam Hooper +Copyright (C) 2002 Gustavo Giráldez +Copyright (C) 2003 Biswapesh Chattopadhyay +Copyright (C) 1998 Ettore Perazzoli +Copyright (C) 1998 Elliot Lee +Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald +Copyright (C) 2002 Sun Microsystems, Inc. +Copyright 2001 Ben Tea Spoons, Inc. +Copyright (C) 2002 David Hyatt +Copyright (C) 2002 Simon Fraser +Copyright (C) 2001 Terry Hayes +Copyright (C) 2001 Javier Delgadillo + + +Licensing +========= + +Most files are licensed under version 2 or later of the GNU GPL as follows: + + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +However, a large set of files is licensed under the version 2 only as follows: + + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +This combination effectively renders Galeon licensed under the GPL version 2 +only. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + +Mozilla exception: + +Additional note (from COPYING.README): + +The present copyright holders of this program have given permission, as a +special exception, to link this program with the Mozilla XPCOM library, +libxpcom and to include header files for xpcom components when those header +files are covered by the MPL or NPL licenses, as long as the GNU GPL is +followed for this program in all other ways. If at a future time xpcom +and/or used header files are dual-licensed, where one of the licenses is +the GNU GPL, this exception clause ceases to apply for the dual-licensed +code, and such code must be used under the GNU GPL. --- galeon-2.0.6.orig/debian/galeon-common.manpages +++ galeon-2.0.6/debian/galeon-common.manpages @@ -0,0 +1 @@ +debian/manpages/galeon-config-tool.1 --- galeon-2.0.6.orig/debian/compat +++ galeon-2.0.6/debian/compat @@ -0,0 +1 @@ +5 --- galeon-2.0.6.orig/debian/galeon.gconf-defaults +++ galeon-2.0.6/debian/galeon.gconf-defaults @@ -0,0 +1,5 @@ +/apps/galeon/UI/Tabs/tabbed true +/apps/galeon/UI/Tabs/tabbed_popups true +/apps/galeon/UI/Windows/show_sidebar 1 +/apps/galeon/Handlers/Downloading/keep_open false +/apps/galeon/Advanced/Network/proxy_prefs_converted true --- galeon-2.0.6.orig/debian/patches/50_configure-tests-flags.patch +++ galeon-2.0.6/debian/patches/50_configure-tests-flags.patch @@ -0,0 +1,22 @@ +diff -Nur -x '*.orig' -x '*~' galeon-2.0.6/configure.in galeon-2.0.6.new/configure.in +--- galeon-2.0.6/configure.in 2008-07-06 02:58:17.000000000 +0200 ++++ galeon-2.0.6.new/configure.in 2008-08-05 10:56:16.000000000 +0200 +@@ -357,12 +357,12 @@ + _SAVE_CPPFLAGS=$CPPFLAGS + _SAVE_LDFLAGS=$LDFLAGS + +-#CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS $GALEON_DEPENDENCY_CFLAGS" +-#CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS" +-#LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS $MOZILLA_COMPONENT_LIBS" +-CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom` $GALEON_DEPENDENCY_CFLAGS" +-CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT `pkg-config --cflags $MOZILLA-xpcom`" +-LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS `pkg-config --libs $MOZILLA-xpcom`" ++CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS $GALEON_DEPENDENCY_CFLAGS" ++CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS" ++LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS $MOZILLA_COMPONENT_LIBS" ++#CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom` $GALEON_DEPENDENCY_CFLAGS" ++#CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT `pkg-config --cflags $MOZILLA-xpcom`" ++#LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS `pkg-config --libs $MOZILLA-xpcom`" + + + TEST_MOZILLA_INCLUDE_DIRS="widget mimetype docshell history dom necko string layout gfx content js exthandler pipnss uriloader caps xpconnect nkcache fastfind gtkembedmoz chrome" --- galeon-2.0.6.orig/debian/patches/00_galeon-config-tool.in.patch +++ galeon-2.0.6/debian/patches/00_galeon-config-tool.in.patch @@ -0,0 +1,20 @@ +--- galeon-1.3.19.orig/galeon-config-tool.in ++++ galeon-1.3.19/galeon-config-tool.in +@@ -113,7 +113,7 @@ + + echo "Installing schemas" + GCONF_CONFIG_SOURCE=$SOURCE gconftool-2 \ +- --makefile-install-rule @sysconfdir@/gconf/schemas/galeon.schemas ++ --makefile-install-rule /usr/share/gconf/schemas/galeon.schemas + fi + } + +@@ -122,7 +122,7 @@ + SOURCE=xml::@sysconfdir@/gconf/gconf.xml.defaults + + GCONF_CONFIG_SOURCE=$SOURCE gconftool-2 \ +- --makefile-install-rule @sysconfdir@/gconf/schemas/galeon.schemas \ ++ --makefile-install-rule /usr/share/gconf/schemas/galeon.schemas \ + 2>/dev/null >/dev/null \ + || installfailure; + } --- galeon-2.0.6.orig/debian/patches/71_desktop-file-encoding.patch +++ galeon-2.0.6/debian/patches/71_desktop-file-encoding.patch @@ -0,0 +1,9 @@ +diff -Nur galeon-2.0.6/galeon.desktop.in galeon-2.0.6.new/galeon.desktop.in +--- galeon-2.0.6/galeon.desktop.in 2008-07-04 18:30:59.000000000 +0200 ++++ galeon-2.0.6.new/galeon.desktop.in 2008-08-05 11:36:16.000000000 +0200 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + StartupNotify=true + _Name=Galeon Web Browser + _GenericName=Web Browser --- galeon-2.0.6.orig/debian/patches/70_autofoo.patch +++ galeon-2.0.6/debian/patches/70_autofoo.patch @@ -0,0 +1,72 @@ +autoconf && autoheader && rm -rf autom4te.cache config.h.in~ + +diff -Nur -x '*.orig' -x '*~' galeon-2.0.6/config.h.in galeon-2.0.6.new/config.h.in +--- galeon-2.0.6/config.h.in 2008-07-05 18:43:40.000000000 +0200 ++++ galeon-2.0.6.new/config.h.in 2008-08-05 10:56:41.000000000 +0200 +@@ -115,6 +115,9 @@ + /* Define if nsIPrintOptions::AvailablePrinters exists */ + #undef HAVE_NSIPRINTOPTIONS_AVAILABLEPRINTERS + ++/* Define if nsIPromptService2.h exists */ ++#undef HAVE_NSIPROMPTSERVICE2_H ++ + /* Define if nsIScriptContext is MOZILLA_INTERNAL_API */ + #undef HAVE_NSISCRIPTCONTEXT_INTERNAL_API + +diff -Nur -x '*.orig' -x '*~' galeon-2.0.6/configure galeon-2.0.6.new/configure +--- galeon-2.0.6/configure 2008-07-06 02:58:28.000000000 +0200 ++++ galeon-2.0.6.new/configure 2008-08-05 10:56:50.000000000 +0200 +@@ -23648,12 +23648,12 @@ + _SAVE_CPPFLAGS=$CPPFLAGS + _SAVE_LDFLAGS=$LDFLAGS + +-#CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS $GALEON_DEPENDENCY_CFLAGS" +-#CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS" +-#LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS $MOZILLA_COMPONENT_LIBS" +-CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom` $GALEON_DEPENDENCY_CFLAGS" +-CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT `pkg-config --cflags $MOZILLA-xpcom`" +-LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS `pkg-config --libs $MOZILLA-xpcom`" ++CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS $GALEON_DEPENDENCY_CFLAGS" ++CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT $MOZILLA_COMPONENT_CFLAGS" ++LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS $MOZILLA_COMPONENT_LIBS" ++#CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom` $GALEON_DEPENDENCY_CFLAGS" ++#CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS -I$MOZILLA_INCLUDE_ROOT `pkg-config --cflags $MOZILLA-xpcom`" ++#LDFLAGS="$_SAVE_LDFLAGS $AM_LDFLAGS `pkg-config --libs $MOZILLA-xpcom`" + + + TEST_MOZILLA_INCLUDE_DIRS="widget mimetype docshell history dom necko string layout gfx content js exthandler pipnss uriloader caps xpconnect nkcache fastfind gtkembedmoz chrome" +@@ -25168,6 +25168,34 @@ + fi + + ++as_ac_File=`echo "ac_cv_file_$MOZILLA_INCLUDE_ROOT/nsIPromptService2.h" | $as_tr_sh` ++{ echo "$as_me:$LINENO: checking for $MOZILLA_INCLUDE_ROOT/nsIPromptService2.h" >&5 ++echo $ECHO_N "checking for $MOZILLA_INCLUDE_ROOT/nsIPromptService2.h... $ECHO_C" >&6; } ++if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then ++ echo $ECHO_N "(cached) $ECHO_C" >&6 ++else ++ test "$cross_compiling" = yes && ++ { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 ++echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} ++ { (exit 1); exit 1; }; } ++if test -r "$MOZILLA_INCLUDE_ROOT/nsIPromptService2.h"; then ++ eval "$as_ac_File=yes" ++else ++ eval "$as_ac_File=no" ++fi ++fi ++ac_res=`eval echo '${'$as_ac_File'}'` ++ { echo "$as_me:$LINENO: result: $ac_res" >&5 ++echo "${ECHO_T}$ac_res" >&6; } ++if test `eval echo '${'$as_ac_File'}'` = yes; then ++ ++cat >>confdefs.h <<\_ACEOF ++#define HAVE_NSIPROMPTSERVICE2_H 1 ++_ACEOF ++ ++fi ++ ++ + CXXFLAGS="$_SAVE_CXXFLAGS $MOZ_DEBUG_FLAGS" + CPPFLAGS=$_SAVE_CPPFLAGS + LDFLAGS=$_SAVE_LDFLAGS --- galeon-2.0.6.orig/debian/patches/72_man-page-hyphen.patch +++ galeon-2.0.6/debian/patches/72_man-page-hyphen.patch @@ -0,0 +1,12 @@ +diff -Nur galeon-2.0.6/doc/galeon.1.in galeon-2.0.6.new/doc/galeon.1.in +--- galeon-2.0.6/doc/galeon.1.in 2008-07-04 18:30:52.000000000 +0200 ++++ galeon-2.0.6.new/doc/galeon.1.in 2008-08-05 11:38:40.000000000 +0200 +@@ -137,7 +137,7 @@ + Close all Galeon windows + .TP + .B \-q, \-\-quit +-Same as --close, but exits server mode too ++Same as \-\-close, but exits server mode too + .SH AUTHOR + Written by Marco Pesenti Gritti, Remco de Jong, Ricardo Fernández Pascual, Nate Case, Bob Phan, Matt Aubury, Joshua Horvath, Yanko Kaneti, Philip Langdale and Matthew Mueller. + .SH REPORTING BUGS --- galeon-2.0.6.orig/debian/patches/01_default-bookmarks.xbel.in.patch +++ galeon-2.0.6/debian/patches/01_default-bookmarks.xbel.in.patch @@ -0,0 +1,375 @@ +diff -urN upstream-orig/bookmarks/default-bookmarks.xbel.in debian-new/bookmarks/default-bookmarks.xbel.in +--- upstream-orig/bookmarks/default-bookmarks.xbel.in 2005-03-19 16:54:54.346706285 +0100 ++++ debian-new/bookmarks/default-bookmarks.xbel.in 2005-03-20 19:40:59.987816673 +0100 +@@ -4,7 +4,6 @@ + Bookmarks + + +- 1019395862 + 2 + + +@@ -13,46 +12,45 @@ + + + yes +- 1019395798 + + + ++ ++ Debian ++ ++ Debian Project homepage ++ ++ ++ Debian Planet ++ ++ ++ Installed documentation ++ ++ ++ Software in the Public Interest ++ ++ ++ Reporting bugs ++ ++ ++ Debian Weekly News ++ ++ + + GNU / Linux +- +- +- 988824715 +- +- + + Free Software Foundation (FSF) +- +- +- 1019395607 +- 1019395624 +- +- + + + Gnome + + Gnome.org +- +- +- 1019396267 +- +- + + + Footnotes - Gnome News Portal + + + GNOME Hispano +- +- +- 998581465 +- +- + + + Gnome User's Support Forum +@@ -64,11 +62,6 @@ + Development + + The GNOME Developer Site +- +- +- 1019396365 +- +- + + + Gnome Mailing Lists +@@ -101,20 +94,9 @@ + Internet + + The World Wide Web Consortium +- +- +- 1019395715 +- +- + + + Galeon: the web, only the web +- +- +- 1019396192 +- 1019396151 +- +- + + + +@@ -124,52 +106,47 @@ + + yes + yes +- 1019395763 + + + +- ++ + Google + + + google + @pkgdatadir@/google.png +- 1019395979 + http://www.google.com/search?ie=UTF8&q=%s + width=100,folded=0 + + + +- ++ + Usenet + + + news + @pkgdatadir@/google_groups.png +- 1019396061 + http://groups.google.com/groups?ie=UTF8&q=%s&meta=site%3Dgroups + width=100,folded=0 + + + +- ++ + Images + + + img + @pkgdatadir@/google_images.png +- 1019396107 + http://images.google.com/images?ie=UTF8&q=%s + width=100,folded=0 + + + +- ++ + Dictionary + + + dict +- 1019396052 + {encoding="ISO-8859-1"}http://www.wikipedia.org/w/wiki.phtml?search=%s + width=100,folded=0 + +@@ -245,12 +222,64 @@ + + + Sample Smart Bookmarks +- +- +- 1019396228 +- +- +- ++ ++ Debian ++ ++ Debian Bugs ++ ++ ++ debbug ++ @pkgdatadir@/debianbts.png ++ {}http://bugs.debian.org/%s ++ width=100,folded=1 ++ ++ ++ ++ ++ Debian Package Autobuilders ++ ++ ++ @pkgdatadir@/debianbuildd.png ++ {}http://buildd.debian.org/build.php?arch=&pkg=%s ++ width=100,folded=1 ++ ++ ++ ++ ++ Debian Package Tracking System ++ ++ ++ pts ++ @pkgdatadir@/debianpts.png ++ {}http://packages.qa.debian.org/%s ++ width=100,folded=1 ++ ++ ++ ++ ++ Debian Packages ++ ++ ++ deb ++ @pkgdatadir@/debian.png ++ {}http://packages.debian.org/%s ++ width=100,folded=0 ++ ++ ++ ++ ++ DebianWiki ++ ++ ++ debwiki ++ @pkgdatadir@/debianwiki.png ++ {}http://wiki.debian.net/?action=search&search_term=%s ++ width=100,folded=1 ++ ++ ++ ++ ++ + Google + + +@@ -261,7 +290,7 @@ + + + +- ++ + Usenet + + +@@ -272,7 +301,7 @@ + + + +- ++ + Images + + +@@ -283,7 +312,7 @@ + + + +- ++ + Dictionary + + +@@ -293,7 +322,7 @@ + + + +- ++ + Yahoo! + + +@@ -303,7 +332,7 @@ + + + +- ++ + Dogpile + + +@@ -313,7 +342,7 @@ + + + +- ++ + LinuxPackages + + +@@ -324,7 +353,7 @@ + + + +- ++ + Stocks + + +@@ -335,7 +364,7 @@ + + + +- ++ + Bug # + + +@@ -346,7 +375,7 @@ + + + +- ++ + Freshmeat + + +@@ -357,34 +386,24 @@ + + + +- +- GNU Free Software Directory +- +- +- gnu +- @pkgdatadir@/gnu.png +- http://www.gnu.org/search/fsd-search.py?q=%s +- +- +- +- +- RPMFind ++ ++ GNU Free Software Directory + + +- rpm +- @pkgdatadir@/rpm.png +- http://rpmfind.net/fux/rpm2html/search.php?query=%s ++ gnu ++ @pkgdatadir@/gnu.png ++ http://www.gnu.org/search/fsd-search.py?q=%s + width=100,folded=0 + + + +- +- Debian ++ ++ RPMFind + + +- deb +- @pkgdatadir@/debian.png +- http://packages.debian.org/cgi-bin/search_packages.pl?keywords=%s&searchon=names&subword=1&version=all&release=all ++ rpm ++ @pkgdatadir@/rpm.png ++ http://rpmfind.net/fux/rpm2html/search.php?query=%s + width=100,folded=0 + + +@@ -396,7 +415,7 @@ + + yes + yes +- ++ + include_sites,look_in_name,look_in_notes,match_type_and + 5 + --- galeon-2.0.6.orig/debian/patches/60_http-auth.patch +++ galeon-2.0.6/debian/patches/60_http-auth.patch @@ -0,0 +1,243 @@ +Add support for HTTP auth, thanks Mike Hommey; Debian #489420. + +Check for nsIPromptService2.h and implementthis interface in +mozilla/EphyPromptService.cpp if present. + +--- galeon-2.0.5.orig/mozilla/EphyPromptService.cpp ++++ galeon-2.0.5/mozilla/EphyPromptService.cpp +@@ -38,6 +38,24 @@ + #include "AutoEventQueue.h" + #endif + ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++#include ++#include ++#include ++/* That is ugly but I didn't find another way, except including ++ * NS_GetAuthHostPort */ ++#define kNotFound -1 ++NS_COM void AppendUTF16toUTF8( const nsAString& aSource, nsACString& aDest ); ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#endif ++ + #include "GaleonUtils.h" + + #include +@@ -629,7 +647,11 @@ + } + + /* FIXME: needs THREADSAFE? */ +-#if HAVE_NSINONBLOCKINGALERTSERVICE_H ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++NS_IMPL_ISUPPORTS2 (EphyPromptService, ++ nsIPromptService, ++ nsIPromptService2) ++#elif HAVE_NSINONBLOCKINGALERTSERVICE_H + NS_IMPL_ISUPPORTS2 (EphyPromptService, + nsIPromptService, + nsINonBlockingAlertService) +@@ -873,3 +895,146 @@ + } + + #endif /* HAVE_NSINONBLOCKINGALERTSERVICE_H */ ++ ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++static nsresult ++MakeDialogText(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, ++ nsString& message) ++{ ++ nsresult rv; ++ nsCOMPtr bundleSvc = ++ do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv); ++ NS_ENSURE_SUCCESS(rv, rv); ++ ++ nsCOMPtr bundle; ++ rv = bundleSvc->CreateBundle("chrome://global/locale/prompts.properties", ++ getter_AddRefs(bundle)); ++ NS_ENSURE_SUCCESS(rv, rv); ++ ++ // figure out what message to display... ++ nsCAutoString host; ++ PRInt32 port; ++ NS_GetAuthHostPort(aChannel, aAuthInfo, PR_FALSE, host, &port); ++ ++ nsAutoString displayHost; ++ CopyUTF8toUTF16(host, displayHost); ++ ++ nsCOMPtr uri; ++ aChannel->GetURI(getter_AddRefs(uri)); ++ ++ nsCAutoString scheme; ++ uri->GetScheme(scheme); ++ ++ nsAutoString username; ++ aAuthInfo->GetUsername(username); ++ ++ PRUint32 flags; ++ aAuthInfo->GetFlags(&flags); ++ PRBool proxyAuth = (flags & nsIAuthInformation::AUTH_PROXY) != 0; ++ ++ nsAutoString realm; ++ aAuthInfo->GetRealm(realm); ++ ++ // Append the port if it was specified ++ if (port != -1) { ++ displayHost.Append(PRUnichar(':')); ++ displayHost.AppendInt(port); ++ } ++ ++ NS_NAMED_LITERAL_STRING(proxyText, "EnterLoginForProxy"); ++ NS_NAMED_LITERAL_STRING(originText, "EnterLoginForRealm"); ++ NS_NAMED_LITERAL_STRING(noRealmText, "EnterUserPasswordFor"); ++ NS_NAMED_LITERAL_STRING(passwordText, "EnterPasswordFor"); ++ ++ const PRUnichar *text; ++ if (proxyAuth) { ++ text = proxyText.get(); ++ } else { ++ text = originText.get(); ++ ++ // prepend "scheme://" ++ nsAutoString schemeU; ++ CopyASCIItoUTF16(scheme, schemeU); ++ schemeU.AppendLiteral("://"); ++ displayHost.Insert(schemeU, 0); ++ } ++ ++ const PRUnichar *strings[] = { realm.get(), displayHost.get() }; ++ PRUint32 count = NS_ARRAY_LENGTH(strings); ++ ++ if (flags & nsIAuthInformation::ONLY_PASSWORD) { ++ text = passwordText.get(); ++ strings[0] = username.get(); ++ } else if (!proxyAuth && realm.IsEmpty()) { ++ text = noRealmText.get(); ++ count--; ++ strings[0] = strings[1]; ++ } ++ ++ rv = bundle->FormatStringFromName(text, strings, count, getter_Copies(message)); ++ return rv; ++} ++ ++NS_METHOD ++EphyPromptService::PromptAuth(nsIDOMWindow *aParent, ++ nsIChannel *aChannel, ++ PRUint32 level, ++ nsIAuthInformation *authInfo, ++ const PRUnichar *checkboxLabel, ++ PRBool *checkValue, ++ PRBool *retval) ++{ ++ NS_ENSURE_ARG_POINTER (retval); ++ NS_ENSURE_ARG_POINTER (authInfo); ++ ++ nsString message; ++ MakeDialogText(aChannel, authInfo, message); ++ ++ nsAutoString defaultUser, defaultDomain, defaultPass; ++ authInfo->GetUsername(defaultUser); ++ authInfo->GetDomain(defaultDomain); ++ authInfo->GetPassword(defaultPass); ++ ++ PRUint32 flags; ++ authInfo->GetFlags(&flags); ++ ++ if ((flags & nsIAuthInformation::NEED_DOMAIN) && !defaultDomain.IsEmpty()) { ++ defaultDomain.Append(PRUnichar('\\')); ++ defaultUser.Insert(defaultDomain, 0); ++ } ++ ++ // NOTE: Allocation failure is not fatal here (just default to empty string ++ // if allocation fails) ++ PRUnichar *user = ToNewUnicode(defaultUser), ++ *pass = ToNewUnicode(defaultPass); ++ nsresult rv; ++ if (flags & nsIAuthInformation::ONLY_PASSWORD) ++ rv = PromptPassword(aParent, nsnull, message.get(), ++ &pass, checkboxLabel, ++ checkValue, retval); ++ else ++ rv = PromptUsernameAndPassword(aParent, nsnull, message.get(), ++ &user, &pass, checkboxLabel, ++ checkValue, retval); ++ ++ nsString userStr(user); ++ nsString passStr(pass); ++ authInfo->SetUsername(userStr); ++ authInfo->SetPassword(passStr); ++ ++ return rv; ++} ++ ++NS_METHOD EphyPromptService::AsyncPromptAuth(nsIDOMWindow *aParent, ++ nsIChannel *aChannel, ++ nsIAuthPromptCallback *aCallback, ++ nsISupports *aContext, ++ PRUint32 level, ++ nsIAuthInformation *authInfo, ++ const PRUnichar *checkboxLabel, ++ PRBool *checkValue, ++ nsICancelable **retval) ++{ ++ return NS_ERROR_NOT_IMPLEMENTED; ++} ++#endif +--- galeon-2.0.5.orig/mozilla/EphyPromptService.h ++++ galeon-2.0.5/mozilla/EphyPromptService.h +@@ -20,7 +20,11 @@ + #ifndef EPHY_PROMPT_SERVICE_H + #define EPHY_PROMPT_SERVICE_H + ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++#include ++#else + #include ++#endif + + #if HAVE_NSINONBLOCKINGALERTSERVICE_H + #include +@@ -33,7 +37,12 @@ + + #define EPHY_PROMPT_SERVICE_CLASSNAME "Epiphany Prompt Service" + +-class EphyPromptService : public nsIPromptService ++class EphyPromptService : ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++ public nsIPromptService2 ++#else ++ public nsIPromptService ++#endif + #if HAVE_NSINONBLOCKINGALERTSERVICE_H + , public nsINonBlockingAlertService + #endif +@@ -41,6 +50,9 @@ + public: + NS_DECL_ISUPPORTS + NS_DECL_NSIPROMPTSERVICE ++#ifdef HAVE_NSIPROMPTSERVICE2_H ++ NS_DECL_NSIPROMPTSERVICE2 ++#endif + #if HAVE_NSINONBLOCKINGALERTSERVICE_H + NS_DECL_NSINONBLOCKINGALERTSERVICE + #endif +--- galeon-2.0.5.orig/configure.in ++++ galeon-2.0.5/configure.in +@@ -1159,6 +1159,10 @@ + [AC_DEFINE([HAVE_NSIPASSWORD_H],[1], + [Define if nsIPassword.h exists])]) + ++AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/nsIPromptService2.h], ++ [AC_DEFINE([HAVE_NSIPROMPTSERVICE2_H],[1], ++ [Define if nsIPromptService2.h exists])]) ++ + dnl restore flags + CXXFLAGS="$_SAVE_CXXFLAGS $MOZ_DEBUG_FLAGS" + CPPFLAGS=$_SAVE_CPPFLAGS --- galeon-2.0.6.orig/debian/pixmaps/debian.png.uue +++ galeon-2.0.6/debian/pixmaps/debian.png.uue @@ -0,0 +1,26 @@ +begin 644 debian.png +MB5!.1PT*&@H````-24A$4@```#8````0"`8```!=L(SV````!&=!34$``+&/ +M"_QA!0````9B2T=$`/\`_P#_H+VGDP````EP2%ES```/7P``#U\!UXK:R0`` +M``=T24U%!]$'"P\Y.K-#+0X```->241!5'C:W59-:%Q5%/[.G7O?9*:=(333 +MJ=)D4T1H-UFTADAWXDH0%/J24FF%(HK@9AH7XK;K41=NA7EO&E/?6!FA(&[\ +M04BR$UR(8!9E$@)M!\(D-IW,S+O'A>_IS?5.DJ9NXH''N]Q[[CGGN^?<[UR" +M(?/%HAH\>G056E^E3.8/9NZ`^1>2\FMY[-C*E8V-&`<7'T`$H`%@!D\FG/P) +MAQ21#D(I7^AO;?W,H.UWF'F2[K7^ZW?Z?P4*O4\CHA(``B5FM3] +M_G<@Z@BE9D=.GKPSL[X>&Z!?UH/!E\S\0^AY%Z[U>NL.6^,`7DS&J_OX-74; +M_X'N-(`)`$L`U@``M\OE8HWH^X#HJWHN5QQF/9#RE1K`@90?.Y:K2?F87ROY +M1U:0D4.WXBA%=MAM)25NBFW/3[/Q3HUH>;Y04*9V*.7KH5*SM_+YR72N1K14 +M'QFY;AFN6`'Z`!:-.1-8RPJP8LQ5',!2<+X%8-SRW3(.H?57)H3X,6`>,ZUYHZ,> +M'CS8!M$SV1,GJGCX,%V:2/YK!R"J:2,H_Y!D9_N92V+P$]`WTO8B`>C;I5+F +M_!7-IHNY]I/E)(C5Q/FR +M0V?I``QIRTPR7TF`^0"F!3.W>YN;9U.MP?9V1A4*=^)N]]/!UM9DW.V>WEQ9 +M^8"UGLV.C;WW4K/9-XPVC#+S':0R+.BY9&_#RN+:/C8JEM_(N&]SQOP$`B$^ +M#(18^'QT5)H6;N7S4_5L]NU0J;="SSNSQRD^"2M&#E9TZ;E8L>I@19.@*KO6 +MZ]GLZ1K1XWHV>_XI&KVKWT2.@(?UO*JCCRT:C#NLCXT[=/R_WV*!$#3````"7!(67,```];```/6P$H=UW;````!W1)344'TPD+$B`RP)XC +M;0```N))1$%4>-K5EL]KE$<8QS_/[,R^V77SQB2;I:6'%J$%I:*@S<5302P4 +M"C9(U;19P7^@U*-X*Z4'#X(*XJ%TWZ1;%;2T()52M`<]6`3%*B*M+9X"L9*X +M61.3]\=,+V_":]F57?6P/O#"O.]WYGF?S\Q\AQ$R4?=]$R\L3&#MA.1RCYUS +M#9S[0[3^2:]9L77;.[;)A>#=J +M-"Y/&O-.KP$(P*0QFVP474&DH;0^T#DD`[?=QO%91!:5,5NK83C= +M,P2G*Q6_)O);(/+#5*'@M^L7:/UA#5R@]9$>*=T'T.'L[%Z@H$NE'9\VFU%F +MUC]&)*^,N?O9XN+-?7'\*/16'6U2![GAK.= +M\FO7YE/Q-6]HZ%Q&.@[,`W\#`_];8MJ\NS:U5("+0`A<[U13@#U=+N=6`;1> +M%J76U4NE_/>#@\6Z[P^(R/RD,5N!Y`;U&JX9)D)S#H#0\?VO/@P7(+DY6` +M?X%"&P.V,VZVW03>!&:[T210ZB"PT?C^Q/BC1ZM[\[MB<=0ER69GK47D4C4, +M_WG&*>$#TRG(BI8#;!<`2T`9>-R5-N5Y;]1$GDQYWI;G.`[7`1[P-7`AXX,9 +MX(/4V/M;>"#7P@^7@<_3?&-=:!`H]66@U(DN`6+@6FJL2\"[P-M`'[`O7>Y9 +MX*L6`%X+@,W`G\`"<+(+#>K]_290ZI=`ZYV\JC%5*!0#I4X%6N\_/SHJKTK= +KTN+.\Y&(K%?&7.BK5/[:=?_^4B\#_`3````"7!(67,```]<```/7`%Z,_ND````!W1)344'TP45$B\XTN4; +M$0```R9)1$%4>)S-54UH$T$4_M[D36)BF[9I&@0C%`^")P]JJ7@3\2`(%5K1 +M:BN("(*7>O2H-T%[T*O83>R//Y4*HGCRH-0(@OA#$>VAV-*3M"2UL.O6 +MZ=[%Q2+^,Q-ZDF+>;R\MO5?%XAT%))3K+BK7755*=;N%PA<[FWV5DG)7/"&Y_=XOJJQ1Z]W`@`7%A9. +M`0AS0\.1TTM+MD:EF(^#*"BD_'(FG_]PUG&>#1%E!/,G.,X_U("'WM`"`.!- +M%6RG@DEE$7T>:FIJT/QJ/2XOY@HD92R0B +M`&`)<=T*!*Y6$:!3JTD/H+P@M;@O%8N-5!/C3/E#%OXE2^OWETF-@9P%,HI2M$ZA18@*` +M.Q:/!]8$,*^2$#N'&QJ"(RTMD>%HM(F(AQ76UP2P4NI'(9?;#>`S`#CY?$`V-H[;N=QMK*S< +MA1#9W/1T%X"64&OKI4,3$S9J6P]*)3*(]?K57^ZF(52O97S^K'&62?J`,<^L +MS2PAKEA"C(XT-[/)XEXDTI$.A2ZDI#R?"@9W_H4T4&J%RAA)K-?Y=V^8(DT< +M#'\`Y>]'K^OZGRR[-1T*;1\B^I4.A?9N@&0M,TE5ZNOFFZCUP'6V_&=-PO>` +M`>]/;`EQ#4#\K.M>W(0`?\N;\\7,]F>VTTP5G,;H6*4V7;+AQD9I"?'"8N[: +MA(#Z6CH3````"7!(67,```]>```/7@$%S3@M````!W1)344'TPD+$AL94)`U +M%0```T5)1$%4>-K-EM]K'%44QS]GYM[=9)N=)$VRJ?@@BA;;VJ9@C0\5I>B# +M*$)L4U,B"5):^JR(#R+^`450\$TK[NQV305;6BB("/Z@0@N"/VHII9;2EP9; +M4])-VS0[LS/7E[ME#;N3W45I#ESNW'O._?&=<\[W'J%.2IZGJW?N3!''4^*Z +MMXTQ98PY*TJ=4&O67)J+4/@I*/17>NO6KB:+/#.1,',^;.*X88\;C +M(+@0ELNG"EJO7^V`!*"@]4@JMK:.CH:[.S41W8%^)J]2M$%AVM +MMTT'P>RJ170DE_/R(M_[(L>*W=U>,SM?J9?R8'RE/FR@-G5M$3@#[&JB3VHU +MV0*4@*M`"-P&S@&'@!<3`164.I`7.5/*9O6R^5<+6D\!WQ/6V3_O.#_ZKOOZO\!HO:>@ +M]:,`7PX/N\O2:]<>;>%2M?`-.@!TVO:?`$_4B*L=VHZ/ +M#`ZZ]P`I51''>:34TY/ZHK\_4_*\7A%9*&B]#:CDMF\_W\*^6Y==KAW9!YP' +M=@-_`&5+,H>`-X!L(FWG1;YUM'YS.@C.`91Z>]..Z^X(%Q9V`I_C.&4316-` +M?WI@X+T]UZ]7FN1$[1D8!F:`YX#G@1]6L&\D+K`#>!;8##P.K+<.F`-V`J<: +M`O(=YUU@L_:\J%,9M1$T583QS$BWTT'P>6$'U.?X"%P`7@?.+Z" +M?3OA-`1\#$Q8#VYJ^*X6T^D'\R)WB^GTDQV$QY866*M=EDN2/KMNJ6D.354J +M5T7D@S@,]W5PP-G_X:T_EI`G#]O^Y\0=2MFL]AWG&U^IL0XO\5]ZR`!_`>_8 +MO%'6,V/`9>`&,++B"<7N[HSO.#.^4GM/CH[*?03T-'#0,ML-^_8LVM+G(+!N +MQ>)T6 c #1D1D1A", +", c #0B0B20", +"< c #0D0D2A", +"1 c #0E1721", +"2 c #0E1821", +"3 c #171720", +"4 c #16172A", +"5 c #131B23", +"6 c #1C1D2B", +"7 c #121336", +"8 c #1D201F", +"9 c #1B2125", +"0 c #1C242C", +"q c #162432", +"w c #1A2631", +"e c #1A2836", +"r c #1F2B39", +"t c #211E12", +"y c #262314", +"u c #2E2918", +"i c #322C1B", +"p c #37311D", +"a c #212323", +"s c #2B2C2D", +"d c #222134", +"f c #23233E", +"g c #212A33", +"h c #232F3A", +"j c #2C223B", +"k c #25313D", +"l c #29333C", +"z c #373737", +"x c #3B3B3A", +"c c #0D0E45", +"v c #0F0F4E", +"b c #1F1E51", +"n c #1D1B5C", +"m c #131367", +"M c #1C196A", +"N c #2C2547", +"B c #292947", +"V c #243343", +"C c #253748", +"Z c #25394F", +"A c #293540", +"S c #2B3845", +"D c #2D3C4C", +"F c #2A3D52", +"G c #343A44", +"H c #323E4A", +"J c #393948", +"K c #282479", +"L c #33356E", +"P c #2D4054", +"I c #2F445A", +"U c #34414D", +"Y c #384349", +"T c #344353", +"R c #32475D", +"E c #34495E", +"W c #394654", +"Q c #3C4A56", +"! c #3B4C5D", +"~ c #364B61", +"^ c #3A4E62", +"/ c #3C5066", +"( c #3C5269", +") c #413B27", +"_ c #413C4D", +"` c #44355E", +"' c #474026", +"] c #48422F", +"[ c #574E2E", +"{ c #554E35", +"} c #5A543A", +"| c #665C36", +" . c #73673D", +".. c #766A3F", +"X. c #424442", +"o. c #494F4C", +"O. c #464750", +"+. c #414B54", +"@. c #404F5F", +"#. c #4C4C52", +"$. c #4A5051", +"%. c #585440", +"&. c #5C5948", +"*. c #575A52", +"=. c #595654", +"-. c #5C5F53", +";. c #5A5F5A", +":. c #415365", +">. c #42566A", +",. c #465A6E", +"<. c #485767", +"1. c #4B5C6D", +"2. c #445970", +"3. c #4A5E72", +"4. c #5E5468", +"5. c #5D5E64", +"6. c #4D6175", +"7. c #4E6379", +"8. c #536475", +"9. c #53667A", +"0. c #55697D", +"q. c #5B6C7D", +"w. c #6B6445", +"e. c #626153", +"r. c #716744", +"t. c #746943", +"y. c #7E7245", +"u. c #63686F", +"i. c #696B62", +"p. c #636F7C", +"a. c #65727F", +"s. c #777562", +"d. c #70706F", +"f. c #7F7B63", +"g. c #4C3A81", +"h. c #4B448C", +"j. c #504F85", +"k. c #5A6D81", +"l. c #5F7183", +"z. c #647485", +"x. c #627589", +"c. c #6C7C8C", +"v. c #707880", +"b. c #707F8E", +"n. c #6662A2", +"m. c #726DA0", +"M. c #6F8192", +"N. c #72818F", +"B. c #758392", +"V. c #798694", +"C. c #7B8896", +"Z. c #7E8B99", +"A. c #837646", +"S. c #85709F", +"D. c #87815E", +"F. c #92834E", +"G. c #968650", +"H. c #9A8D5E", +"J. c #898261", +"K. c #938964", +"L. c #958E75", +"P. c #97906A", +"I. c #9F997C", +"U. c #A29257", +"Y. c #A89659", +"T. c #A49767", +"R. c #A79D76", +"E. c #C3AF69", +"W. c #C2B072", +"Q. c #DDC775", +"!. c #818483", +"~. c #808088", +"^. c #8F8587", +"/. c #818D9A", +"(. c #85929E", +"). c #89939E", +"_. c #948C87", +"`. c #908C8B", +"'. c #9E9897", +"]. c #8491A0", +"[. c #8A96A2", +"{. c #8F9AA5", +"}. c #8A99A8", +"|. c #978BB5", +" X c #919CA7", +".X c #939EAA", +"XX c #9E92AD", +"oX c #9F9BAF", +"OX c #97A1AC", +"+X c #99A3AF", +"@X c #9CA6B0", +"#X c #9EA8B3", +"$X c #A59F82", +"%X c #A498B9", +"&X c #BAB191", +"*X c #A8A6AC", +"=X c #A2A3B4", +"-X c #A4ACB4", +";X c #AFACBB", +":X c #A7B0BA", +">X c #ACB5BE", +",X c #B4BCC4", +"X6.Z VXVXVXVXVXVXVX", +"VXVXVXVXVXVXVXVXVXVXVXVXVX@ Q a.^ & C Z.1X[.x.( F & VXVXVXVXVXVX", +"VXVXVXVXVXVXVXVXVX % % k :XaXV.2 ! .XB.3.( R F & VXVXVXVXVXVX", +"VXVXVXVXVXVXVXVXVX0 1.8.k U ,X{.k.5 1./.1.~ / / V VXVXVXVXVXVXVX", +"VXVXVXVXVXVXVXVX# E :X].E / Z.x.^ 5 ! x.2.( 2.( h VXVXVXVXVXVXVX", +"VXVXVXVXVXVXVXVX5 8.:Xk.A A 8.z.H . S 2.0.0.>.D VXVXVXVXVXVXVXVX", +"VXVXVXVXVXVX& A T 2.c.6.A ; T E ; VXX D ^ ~ T VXVXVXVXVXVXVXVXVX", +"VXVXVXVXVX; 1.x.~ ^ k.3.0 VX. & & & % 5 5 5 VXz a X x VXVX", +"VXVXVXVXVXY #XZ.^ 0 5 5 % q r T z.Z./.V.6.F Q d.=._.'.^._ O.J VX", +"VXVXVXVXVXW }.z.2.9 @ e / N.>XaXjXgXfX4X@Xz.H `.lXMXbX7Xn.L B 6 ", +"VXVXVXVXVXl 3.6.A k / (.yXcXkXgXrX,X-X XV.a.5.nXBXNXxXX#X{.V.c.q.1.6XNXMXMXtXXXh.M b $ ", +"VXVXVXVXVXVX@ P @XxXkXuX3X:XOX).C.c.q.8.:.H aXmXzXdXS.g.K m v + ", +"VXVXVXVXVX. C {.cXgX3X-X}.C.c.z.9.3.:.^ ~ D 2XhX6XsX|.h.M n c + ", +"VXVXVXVXVX1 3.fXfX>X.XC.z.0.6.<./ ~ ~ ~ ~ Q =XiX%X5XjXoX` N 7 + ", +"VXVXVXVXVXe Z.gX>X[.c.0.,.( ~ E R R R R F u.#.;X.~ R I P F F Z C & - X.5.~.!.i.G 4 4 < , ", +" u X.p..XN.6.( ~ R R C $.e.-.&.} ) o a s a s a 9 ; - $ VX", +" . y | A.} <.C.z.1.( ~ R ~ P !.eXqX0X8Xt.* - O O VXVX", +"* ..F.[ t O T l.q.,./ E D Y *.K.wX0XQ...: S :.T . VXVXVXVXVXVXVX", +"A.U.i 0 2.1.! +.o.s.I.J.w.{ T.y.s p.-X[.>.. VXVX", +"E... # Y 5.A.R.$XD.$.A # i > v.rX-Xc.:.. VX", +"G.Y.y = 8 ] L.P.L.i.-.Y D ! ^ k . 5 ).).p.6.^ . VX", +"u G.W.9X&XK.r.= 8 D ! :.>.>.2.>.P 9 k c.0.3.6.l VX", +" p ' u . V >.6.6.6.6.6.6.7.c.c.6.9.,.; VX", +" X h >.9.9.9.7.7.k.M.l.0.6.h VX", +" : T ,.7.0.9.k.q.0.,.h VX", +" . % h H T T U k % VX", +"VX VXVX", +"VXVX VXVXVX", +"VXVXVXVX VXVXVXVXVX" +}; --- galeon-2.0.6.orig/debian/pixmaps/debianbts.png.uue +++ galeon-2.0.6/debian/pixmaps/debianbts.png.uue @@ -0,0 +1,25 @@ +begin 644 debianbts.png +MB5!.1PT*&@H````-24A$4@```#0````0"`8```!915S+````!&=!34$``+&/ +M"_QA!0````9B2T=$`/\`_P#_H+VGDP````EP2%ES```/7P``#U\!UXK:R0`` +M``=T24U%!]$'"P\Z+&RZRYP```-)241!5'C:S59!:)1'%/[>9&8W6;-K3-:E +MQ?7BH:"7'*HAZJWT)`@MN$E),8)(2Z&7I!?IM6>S![T*^__K&MT824$H/?70 +MTJ2G0BM2:`ZRE8`0")NM<;/__O,\=/YT\C/K;HP0YS(S_[[WS?MVOGGO$:Q1 +MR614^\6+R]#Z,O7U_["9">_($-'"E_),T&C\ +MSF%XFX$<:[W!6F\S\R7=:OT5U.L_^TI]@'=\$`#X2HWJ(/@%1'4AY6S_T:.+ +M$VMKH47V8]UN/P#1EE#J]'2KM>:XH3R`LV:_\!9B*YCY'P`K'6RB,_^WN9?+ +M94I$/WE$#\L#`YE.Z)Z4%TH`>U(68Y)C`#>L-0.H60%%P3&`:@RV:K[';6LQ +MO*JUCF/R+FQ?RB]+1"N5=%K9)_E2?NHK-7DGE1J-OI6(ELO]_5<=A")2A=CA +M^3T2RG?!8X?=C+4>%ZSU%`EQ\_-&(]@AH]1G(/IS.@CNJW3Z\=*I4Q(`B.@W +M#L-AQP7.`OC&2&W"DMS<'F4V9\TNO&C8TBZ:\Q?^2PK,[ZO!P4>1Y7PVJY@Y +M,QT$JP`P^?QYV%Q?3YB?6ZRU2Y9%!T'$I+27=U/L0!36NX)U@\\,\14!HI=3 +M]7I])TL0)<`\8GLGAH82YL?WDL/#BST$]FR?"2'NO^+83\1(U0#D!0!]+YOM +MVR$DY38)<:(R.)BX>^1(JI+)'":B35^ITP"V<^?//^DAH/P^">5[P%LPV776 +MW-AQ`#."F==;FYLG(ZOVUE:?2J<7PV;S5KO1&`V;S6.;JZO76>O)Y,C(UQ\M +M+04.\)D.^P6'1/)6D`5'D*_#L_=5XU\T[PT`CL,3XEM/B/F[0T/2]KB32HV5 +MD\DO?*6N^8G$B0[_I"O+W7!D.5BI^%=':HZ(C7?!8XN071YJ.QFOG$P>*Q&] +M+">3'[Z!-*(`:UWJD*MNU(QO+W6HX*A#55<=(@#PA/@.0/:*UE_M0_?C1L?= +M.H7":VPBC&4K-2\;GSFS/N>PW]U-5-)IY0GQHR?E)P?, +M5!X82'E"S'M27GTT-G:0W7/\S722<.?F--:S722BDT*I'_ISN;\O/7W:/"!B +;!4?VZSI>`>\_6M8__/58`````$E%3D2N0F"" +` +end --- galeon-2.0.6.orig/debian/lintian/galeon-common +++ galeon-2.0.6/debian/lintian/galeon-common @@ -0,0 +1,7 @@ +# the menu entry for Galeon is in the galeon-common package +galeon-common binary: menu-command-not-in-package /usr/share/menu/galeon-common:7 /usr/bin/galeon +galeon-common binary: pkg-not-in-package-test galeon /usr/share/menu/galeon-common + +# the .desktop file for Galeon is in the galeon-common package +galeon-common: desktop-command-not-in-package /usr/share/applications/galeon.desktop galeon + --- galeon-2.0.6.orig/debian/lintian/galeon +++ galeon-2.0.6/debian/lintian/galeon @@ -0,0 +1,3 @@ +# the man page for the galeon command is in the galeon-common package +galeon: binary-without-manpage usr/bin/galeon + --- galeon-2.0.6.orig/debian/reportbug/presubj +++ galeon-2.0.6/debian/reportbug/presubj @@ -0,0 +1,23 @@ +Reporting Bugs to Galeon +------------------------ + +1) Please check whether your bug occurs with any of the Iceape (Seamonkey), + Iceweasel (Firefox), or Epiphany browsers before you submit it against + Galeon. + +2) If your bug is related to plugins (extensions) such as Flash, please check + the bugs on this plugin first. + +3) If your bug isn't Debian specific, please report it upstream directly at + because: + - you'll talk directly with Galeon's developers and you'll get a better + response, faster, + - you might find reports from people using other distributions experiencing + your bug, + - it will be more efficient altogether. + (If unsure, report it in Debian, and Debian will forward it if necessary.) + +5) Please try reproducing the bug with a newly created user, this will help + developers understand whether the bug is related to particular configuration + parameters. + --- galeon-2.0.6.orig/debian/manpages/galeon-config-tool.1 +++ galeon-2.0.6/debian/manpages/galeon-config-tool.1 @@ -0,0 +1,35 @@ +.TH galeon-config-tool 1 "13 August 2001" "Version 1.0" +.SH NAME +galeon-config-tool \- Manipulate galeon configuration +.SH SYNOPSIS +.B galeon-config-tool +.SH DESCRIPTION +\fIgaleon-config-tool\fP can be run by a user in order to clean out configuration directories which may be outdated and cause galeon to malfunction. It should be used carefully, as it will remove bookmarks, history, and other preferences which may be valuable to the user. It can also be run as root to manipulate configuration schemas. +.SH OPTIONS +galeon-config-tool accepts the following options: +.TP +.B \-\-clean +Removes all user settings +.TP +.B \-\-install\-schemas +Installs schemas with settings default (run as root) +.TP +.B \-\-clean\-schemas +Removes schemas with settings default (run as root) +.TP +.B \-\-fix\-gconf\-permissions +Fixes permissions of gconf repository (run as root) +.SH AUTHOR +Written by Jared Johnson for the Debian Project, then heavily modified and added to by the Galeon Project. +.SH REPORTING BUGS +Information about reporting bugs can be found at http://bugzilla.gnome.org +.SH COPYRIGHT +Copyright \(co 2000-2001 Marco Pesenti Gritti +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH OTHER INFO +The webpage for Galeon is at http://galeon.sourceforge.net. Here you can find info +about Galeon and download the latest version. +.SH SEE ALSO +.BR galeon (1)