amaya (9.53~dfsg.0-1) unstable; urgency=low * The "Amaya on a diet" release. * Nobody complained with the stripped-down package using shared WxWidgets, libWWW and libGL, switch to the lighter version of the tarball containing only the Amaya source code. * Strip non-free bits and reroll upstream tarball : + Remove ESSTIX fonts. Running strings against a file shows "Changes are not permitted without consent of Elsevier Science BV." + Remove the cextract source code, used by upstream to generate header files. The license claims that "The code is freely distributable and there are no restrictions other than the fact that it not be used for monetary gain and that copyright notices must be kept intact." + Add a couple of patches to be sure things still build fine : no_esstix.diff and no_cextract.diff. * New upstream release. The following patches have been merged upstream : + fix_ftbfs.diff + fix_ftbfs_64bit_lost_precision.diff (Closes: #375105). Thanks Robert S. Edmonds for the NMU. + cascade_hbt.diff + enable-system-wx.diff + lock_as_hidden_file.diff + fix_warnings.diff + Also fixes data corruption with the HTTP headers (Closes: #390270). Thanks Georg Colle for reporting it. * Drop desktop_binpath.diff patch. It works fine without it. * Patches updated to fit with the new release : + rdf_conf_in_conf.diff + raptor_split.diff + enable_system_libwww.diff + lib_amaya.diff changed to installdir_amaya.diff and cleaned up, a better way of doing it has been merged upstream. * A few other patches came in and got included upstream. * Stop linking against redland, which is only needed when the bookmarks are enabled. Only link against libraptor, and build-depend against libraptor1-dev instead of librdf0-dev. * Add fix_ftbfs64.diff to fix build error on amd64. -- Regis Boudin Fri, 12 Jan 2007 23:43:00 +0000 amaya (9.51-2.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS on 64 bit arches due to lost precision (Closes: #375105) -- Robert S. Edmonds Fri, 21 Jul 2006 20:23:41 -0400 amaya (9.51-2) unstable; urgency=low * Bump Standards-Version to 3.7.2 * New patches : + fix_ftbfs.diff : Fixes FTBFS on 64 bits arches (Closes: #367642, #373591) + fix_warnings : Fixes a few warnings. Patch submitted upstream. + enable_system_libwww.diff : link against the system libwww instead of building it and linking statically. At this point, the content of the Amaya/ directory is enough to build the package. The Debian libwww does not have WebDAV support yet, don't use --with-dav option. -- Regis Boudin Thu, 18 May 2006 19:53:15 +0100 amaya (9.51-1) unstable; urgency=low * New upstream release + Fixes two buffer overflows, CVE-2006-1900. (Closes: #362575) * use_debian_fonts.diff : Stop shipping Freefonts, depend on ttf-freefonts instead. * link_with_libtool.diff : use libtool for linking. Since we use the Debian version, it will remove lots of unnecessary dependencies. * Fix typo in debian/control. Thanks Simon Waters (Closes: #362723) * Update manpage to actually list the options and reference the documentation. (Closes: #366600) * Correctly document where the documentation is (Closes: #366597) * Use $HOME/.amaya-$USER as a lock file instead of $HOME/amaya-$USER (Closes: #367300) * Remove patch to use the system libWWW until it works for sure. * Stop providing freefonts. A patch has been submitted and merged upstream to use the Debian-provided ones. Depend on ttf-freefont so we actually have some fonts to display. -- Regis Boudin Mon, 15 May 2006 19:42:54 +0100 amaya (9.4-3) unstable; urgency=medium * Respin build -- Anand Kumria Wed, 5 Apr 2006 11:16:19 +1000 amaya (9.4-2) unstable; urgency=low * Builds with G++ 4.1. (Closes: #357117) * Build-depend on libglu1-mesa-dev instead of libglu1-xorg-dev. The later will be deprecated with Xorg 7.0. * Make more use of debhelper scripts instead of moving files by hand. * Don't build-depend on automake-1.7 anymore. We don't use it. * Use quilt for patches management. There are too many of them, it will help tracking them. * ptr_to_int_casts.diff : Fixes FTBFS on 64 bits machines (Closes: #355090). Thanks to Yann Muller for his help solving this. * Call script_install_gnomekde after install, which generates the amaya.desktop file (Closes: #355063). * redland.diff : fixes the use of system redland library. Now it works, pass --enable-system-redland and build-depend on librdf0-dev. * enable-system-wx.diff : cutom patch to link against system wxWidgets. Pass --enable-system-wx and build-depend on libwxgtk2.6-dev. * cascade_hbt.diff : reuse the values of host, build, and target when calling the configure scripts for other projects. -- Regis Boudin Fri, 3 Mar 2006 19:46:10 +0000 amaya (9.4-1) unstable; urgency=low * New upstream release * Apply patch from Regis Boudin to build correctly in odd-ball chroots (Closes: #336014) * Don't Build-Depend on xlibs-dev anymore buy remember to Build-Depend on freetype though. (Closes: #346632, #340289) * Use the system libGLU (Closes: #348705, #348706, #189668) * Don't include an rpath (Closes: #341424) * Allow into testing (Closes: #336150) * Use the Debian host / build types rather than having configure guess * Allow Amaya to upload Amaya * Set maintainer to be Regis Boudin * Miscelaneous fixes to install things in the right place -- Anand Kumria Mon, 13 Feb 2006 01:05:57 +1100 amaya (9.2.1-6) unstable; urgency=low * Apply patch from Frank Lichtenheld so that amaya can build on 64 bit platforms. Awesome work Frank! (Closes: #336053) -- Anand Kumria Mon, 31 Oct 2005 03:58:42 +1100 amaya (9.2.1-5) unstable; urgency=low * Make amaya.desktop useful and usable -- Anand Kumria Fri, 28 Oct 2005 02:39:48 +1000 amaya (9.2.1-4) unstable; urgency=low * Fourth times is a charm: add xutils to Build-Deps -- Anand Kumria Thu, 27 Oct 2005 16:25:13 +1000 amaya (9.2.1-3) unstable; urgency=low * Add libglu1-xorg-dev to Build-Deps -- Anand Kumria Thu, 27 Oct 2005 13:53:44 +1000 amaya (9.2.1-2) unstable; urgency=low * Update build dependancies -- Anand Kumria Thu, 27 Oct 2005 12:23:58 +1000 amaya (9.2.1-1) unstable; urgency=low * New maintainer (thanks Steve for all your efforts) (Closes: #329668) * New upstream releases (Closes: #262283) * Make debian/rule more portable (Closes: #300606) * Rebuild against latest libpng (Closes: #207756, #328338, #331082) * Use a newer automake (Closes: #335117) -- Anand Kumria Sat, 13 Aug 2005 10:02:46 +1000 amaya (8.5-1) unstable; urgency=low * New upstream release. Closes: #246924 -- Steve Dunham Sun, 9 May 2004 07:25:47 -0700 amaya (8.4-1) unstable; urgency=low * New upstream release. Closes: #244909 * Provide www-browser and an alternative for x-www-browser. Closes: #228815 * Remove dummy packages -- Steve Dunham Wed, 21 Apr 2004 15:39:22 -0700 amaya (8.2-1) unstable; urgency=low * New upstream release -- Steve Dunham Sat, 22 Nov 2003 08:52:43 -0800 amaya (8.1b-1) unstable; urgency=low * New upstream release * ia64 fix. Closes: #207173 * Fix copyright file. Closes: #211599 -- Steve Dunham Wed, 8 Oct 2003 09:49:08 -0700 amaya (8.1a-1) unstable; urgency=low * New upstream release. Closes: #203348 * Change description to say wysiwyg: #205401 -- Steve Dunham Mon, 18 Aug 2003 13:57:42 -0700 amaya (8.0-4) unstable; urgency=low * Disable opengl support: It doesn't work for a lot of people. * Closes: #196788, #196742 -- Steve Dunham Wed, 11 Jun 2003 14:29:35 -0700 amaya (8.0-3) unstable; urgency=low * fix build-depends: I broke down and installed pbuilder. :) -- Steve Dunham Sun, 8 Jun 2003 18:41:07 -0700 amaya (8.0-2) unstable; urgency=low * Change a path and depend on autotools-dev to fix FTBFS * Closes: #196565 -- Steve Dunham Sat, 7 Jun 2003 21:32:58 -0700 amaya (8.0-1) unstable; urgency=low * New upstream release. Lots of bug fixes, see "changelog.html" in the docs directory. * Turned on GL support - It's now much prettier, but appears to have some SVG bugs. * Include http://www.w3.org/Amaya/User/New.html in lieu of changelog. * Add menu file (it got lost in the 7.0 consolidation). * Add mime entries. * Closes: #196072, #189668, #184408, #185354 -- Steve Dunham Sun, 1 Jun 2003 08:36:37 -0700 amaya (7.2-1) unstable; urgency=low * New upstream source -- Steve Dunham Sun, 9 Mar 2003 19:27:08 -0800 amaya (7.1-1) unstable; urgency=low * new upstream release -- Steve Dunham Mon, 20 Jan 2003 21:17:43 -0800 amaya (7.0-1) unstable; urgency=low * New upstream release * Remove lesstif version of amaya, simplify packaging * Closes: #111250, #138082, #171708 -- Steve Dunham Fri, 6 Dec 2002 15:09:33 -0800 amaya (6.4-3) unstable; urgency=low * relink against gdk-imlib1-dev -- Steve Dunham Tue, 29 Oct 2002 21:10:59 -0800 amaya (6.4-2) unstable; urgency=low * Fix int/char issues * Add Replaces: amaya-dict-* * Closes: #161522, #138450 -- Steve Dunham Thu, 19 Sep 2002 12:40:28 -0700 amaya (6.4-1) unstable; urgency=low * New upstream release * Fix hppa/ia64 build issues (hopefully) * Closes: #146585 -- Steve Dunham Wed, 18 Sep 2002 10:54:50 -0700 amaya (5.3-4) unstable; urgency=low * Remove dangling symlink * Remove dictionaries * Fix description typo * Fix issue with dependencies * Add symlink to fix printing * Closes: #138082, #138450, #137509, #140532, #135900, #135899 -- Steve Dunham Wed, 10 Apr 2002 13:13:38 -0700 amaya (5.3-3) unstable; urgency=low * Tweak depends to upgrade better, add "amaya" dummy package * Conflict with english dictionary, included in amaya-common. * Closes: #135624, #135613 -- Steve Dunham Sun, 24 Feb 2002 21:46:08 -0800 amaya (5.3-2) unstable; urgency=low * fix build-depends * Closes: #135397 -- Steve Dunham Sat, 23 Feb 2002 11:40:24 -0800 amaya (5.3-1) unstable; urgency=low * New upstream release * Split into lesstif/gtk/common packages * Closes: #117667, #132470 -- Steve Dunham Tue, 5 Feb 2002 08:24:13 -0800 amaya (5.1-1) unstable; urgency=low * New upstream source. Closes: # * Tweak rules file to update config.* -- Steve Dunham Wed, 11 Jul 2001 12:17:32 -0700 amaya (4.3.2-1.1) unstable; urgency=low * Non-maintainer upload. * Run libtoolize to get support for new architectures. Closes: #103548 -- LaMont Jones Mon, 9 Jul 2001 21:39:34 -0600 amaya (4.3.2-1) unstable; urgency=low * New upstream version (closes: #91783). * Much belated fixing of manpage (closes: #46322). -- Steve Dunham Tue, 27 Mar 2001 08:46:48 -0800 amaya (4.2.1-1.1) unstable; urgency=low * Bugsquash party NMU. * Added missing build dependencies and fixed bad syntax (closes: #70075). * Added menu hint (closes: #80066). -- Colin Watson Sun, 25 Feb 2001 03:24:23 +0000 amaya (4.2.1-1) unstable woody; urgency=low * New upstream vesion * New standards version -- Steve Dunham Sun, 28 Jan 2001 13:16:10 -0800 amaya (2.4-1) unstable; urgency=low * New upstream version * Split dictionaries into seperate source package -- Steve Dunham Wed, 5 Jan 2000 13:41:54 -0800 amaya (2.2-1) unstable; urgency=low * New upstream version -- Steve Dunham Mon, 22 Nov 1999 23:21:21 -0800 amaya (2.1-2) unstable; urgency=low * Compile against lesstif1 -- Steve Dunham Mon, 18 Oct 1999 13:28:37 -0400 amaya (2.1-1) unstable; urgency=low * New upstream version -- Steve Dunham Sun, 27 Jun 1999 16:24:44 -0400 amaya (2.0a-2) unstable; urgency=low * Disable dynamic libjpeg -- Steve Dunham Fri, 25 Jun 1999 14:37:11 -0400 amaya (2.0a-1) unstable; urgency=low * New upstream version (#37580) * Fix manpage (#28825) -- Steve Dunham Wed, 16 Jun 1999 14:52:01 -0400 amaya (1.4a-1) unstable; urgency=low * New Upstream version -- Steve Dunham Fri, 15 Jan 1999 17:56:03 -0500 amaya (1.3-2) unstable; urgency=low * Change configure scripts to define HAVE_MEMCPY, which the source uses. -- Steve Dunham Sun, 20 Dec 1998 19:41:25 -0500 amaya (1.3-1) unstable; urgency=low * Switch to Debhelper * Remove ugly tar hack. * New upstream version * Add menu entry -- Steve Dunham Wed, 9 Sep 1998 22:37:26 -0400 amaya (1.2-1) unstable; urgency=low * Switched to new version -- Steve Dunham Mon, 9 Feb 1998 23:16:19 -0500 amaya (1.1c-1) unstable; urgency=low * Package completely reengineered for 1.1c release. -- Steve Dunham Tue, 25 Nov 1997 13:44:14 -0500